Commits on Source
65621
28c455ce
drbd: Get rid of req_validator_fn typedef
Aug 25, 2011
39804853
drbd: Remove superfluous declaration
Aug 25, 2011
9a8e7753
drbd: Consistently use block_id == ID_SYNCER for checksum based resync and online verify
Aug 25, 2011
ca9bc12b
drbd: Get rid of BE_DRBD_MAGIC and BE_DRBD_MAGIC_BIG
Aug 25, 2011
e7fad8af
drbd: Endianness convert the constants instead of the variables
Aug 25, 2011
579b57ed
drbd: Magic reserved block_id value cleanup
Aug 25, 2011
d628769b
drbd: Move drbd_free_tl_hash() to drbd_main()
Aug 25, 2011
9c50842a
drbd: Update outdated comment
Aug 25, 2011
51624585
drbd: Request lookup code cleanup (1)
Aug 25, 2011
668eebc6
drbd: Request lookup code cleanup (2)
Aug 25, 2011
ae3388da
drbd: Request lookup code cleanup (3)
Aug 25, 2011
c3afd8f5
drbd: Request lookup code cleanup (4)
Aug 25, 2011
0939b0e5
drbd: Add interval tree data structure
Aug 25, 2011
ace652ac
drbd: Put sector and size in struct drbd_request into struct drbd_interval
Aug 25, 2011
de696716
drbd: Use interval tree for overlapping write request detection
Aug 25, 2011
dac1389c
drbd: Add read_requests tree
Aug 29, 2011
bc9c5c41
drbd: Use the read and write request trees for request lookups
Aug 29, 2011
010f6e67
drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_interval
Aug 29, 2011
8b946255
drbd: Use interval tree for overlapping epoch entry detection
Aug 29, 2011
bb3bfe96
drbd: Remove the unused hash tables
Aug 29, 2011
8554df1c
drbd: Convert all constants in enum drbd_req_event to upper case
Aug 29, 2011
e77a0a5c
drbd: Convert all constants in enum drbd_thread_state to upper case
Aug 29, 2011
841ce241
drbd: Replace the ERR_IF macro with an assert-like macro
Aug 29, 2011
70dc65e1
drbd: Remove some useless paranoia code
Aug 29, 2011
e3cfa7b2
drbd: Inline function overlaps() is now unused
Aug 29, 2011
6618bf16
drbd: Interval tree bugfix
Aug 29, 2011
9749f30f
idr: idr_for_each_entry() macro
Aug 29, 2011
2111438b
drbd: Minimal struct drbd_tconn
Aug 29, 2011
89e58e75
drbd: moved net_conf from mdev to tconn
Aug 29, 2011
b2fb6dbe
drbd: moved net_cont and net_cnt_wait from mdev to tconn
Aug 29, 2011
e42325a5
drbd: moved data and meta from mdev to tconn
Aug 29, 2011
e6b3ea83
drbd: moved receiver, worker and asender from mdev to tconn
Aug 29, 2011
31890f4a
drbd: moved agreed_pro_version, last_received and ko_count to tconn
Aug 29, 2011
87eeee41
drbd: moved req_lock and transfer log from mdev to tconn
Aug 29, 2011
a0638456
drbd: moved crypto transformations and friends from mdev to tconn
Aug 29, 2011
191d3cc8
drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdev
Aug 29, 2011
c6d25cfe
drbd: Preparing to use p_header96 for all packets
Aug 29, 2011
c012949a
drbd: Replaced all p_header80 with a generic p_header
Aug 29, 2011
fd340c12
drbd: Use new header layout
Sep 28, 2011
257d0af6
drbd: Implemented receiving of new style packets on meta socket
Sep 28, 2011
b42a70ad
drbd: Do not access tconn after it was freed
Sep 28, 2011
f2ad9063
drbd: Move cmdname() out of drbd_int.h
Sep 28, 2011
d8763023
drbd: Rename "enum drbd_packets" to "enum drbd_packet"
Sep 28, 2011
bdc7adb0
drbd: Remove redundant initialization
Sep 28, 2011
cc378270
drbd: Initialize the sequence number sent over the network even when not used
Sep 28, 2011
3e394da1
drbd: Move sequence number logic into drbd_receiver.c and simplify it
Sep 28, 2011
9e204cdd
drbd: Move some functions to where they are used
Sep 28, 2011
a500c2ef
drbd: struct drbd_request: Introduce a new collision flag
Sep 28, 2011
3e05146f
drbd: Remove redundant check from drbd_contains_interval()
Sep 28, 2011
53840641
drbd: Allow to wait for the completion of an epoch entry as well
Sep 28, 2011
5e472264
drbd: _req_conflicts(): Get rid of the epoch_entries tree
Sep 28, 2011
ddd8877d
drbd: Remove unnecessary reference counting left-over
Sep 28, 2011
6024fece
drbd: Defer new writes when detecting conflicting writes
Sep 28, 2011
43ae077d
drbd: Make the peer_seq updating code more obvious
Sep 28, 2011
70b19876
drbd: Improve the drbd_find_overlap() documentation
Sep 28, 2011
c6f7df42
drbd: Remove unused variable in struct drbd_conf
Sep 28, 2011
f6ffca9f
drbd: Rename struct drbd_epoch_entry to struct drbd_peer_request
Sep 28, 2011
18b75d75
drbd: Clean up some left-overs
Sep 28, 2011
6c852bec
drbd: Update some comments
Sep 28, 2011
db830c46
drbd: Local variable renames: e -> peer_req
Sep 28, 2011
b8907339
drbd: Moved the state functions into its own source file
Sep 28, 2011
bed879ae
drbd: Moved the thread name into the data structure
Sep 28, 2011
bc31fe33
drbd: Eliminated the user of drbd_task_to_thread()
Sep 28, 2011
1f04af33
drbd: Moved code
Sep 28, 2011
e64a3294
drbd: Do no sleep long in drbd_start_resync
Sep 28, 2011
8ea62f54
drbd: Revert "Make sure we dont send state if a cluster wide state change is in progress"
Sep 28, 2011
b53339fc
drbd: Moving state related macros to drbd_state.h
Sep 28, 2011
60ae4966
drbd: conn_printk() a dev_printk() alike for drbd's connections
Sep 28, 2011
eac3e990
drbd: Converted drbd_try_connect() from mdev to tconn
Sep 28, 2011
7653620d
drbd: Converted drbd_wait_for_connect() from mdev to tconn
Sep 28, 2011
01a311a5
drbd: Started to separated connection flags (tconn) from block device flags (mdev)
Sep 28, 2011
25703f83
drbd: Moved DISCARD_CONCURRENT to the per connection (tconn) flags
Sep 28, 2011
e43ef195
drbd: Moved SEND_PING to the per connection (tconn) flags
Sep 28, 2011
808e37b8
drbd: Moved SIGNAL_ASENDER to the per connection (tconn) flags
Sep 28, 2011
0625ac19
drbd: Converted wake_asender() and request_ping() from mdev to tconn
Sep 28, 2011
1a7ba646
drbd: Converted helper functions for drbd_send() to tconn
Sep 28, 2011
bedbd2a5
drbd: Converted drbd_send() from mdev to tconn
Sep 28, 2011
d38e787e
drbd: Converted drbd_send_fp() from mdev to tconn
Sep 28, 2011
dbd9eea0
drbd: Removed unused mdev argument from drbd_recv_short() and drbd_socket_okay()
Sep 28, 2011
a25b63f1
drbd: Converted drbd_recv_fp() from mdev to tconn
Sep 28, 2011
8a22cccc
drbd: Converted drbd_send_handshake() from mdev to tconn
Sep 28, 2011
de0ff338
drbd: Converted drbd_recv() from mdev to tconn
Sep 28, 2011
77351055
drbd: struct packet_info to hold information of decoded packets
Sep 28, 2011
ce243853
drbd: Converted decode_header() from mdev to tconn
Sep 28, 2011
9ba7aa00
drbd: Converted drbd_recv_header() from mdev to tconn
Sep 28, 2011
65d11ed6
drbd: Converted drbd_do_handshake() from mdev to tconn
Sep 28, 2011
61120870
drbd: Converted drbd_(get|put)_data_sock() and drbd_send_cmd2() to tconn
Sep 28, 2011
13e6037d
drbd: Converted drbd_do_auth() from mdev to tconn
Sep 28, 2011
dc8228d1
drbd: Converted drbd_send_protocol() from mdev to tconn
Sep 28, 2011
062e879c
drbd: Use and idr data structure to map volume numbers to mdev pointers
Sep 28, 2011
907599e0
drbd: Converted drbd_connect() from mdev to tconn
Sep 28, 2011
80822284
drbd: Converted drbd_calc_cpu_mask() and drbd_thread_current_set_cpu() from mdev to tconn
Sep 28, 2011
eefc2f7d
drbd: Converted drbdd() from mdev to tconn
Sep 28, 2011
360cc740
drbd: Converted drbd_free_sock() and drbd_disconnect() from mdev to tconn
Sep 28, 2011
a21e9298
drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_request)
Sep 28, 2011
f1b3a6ec
drbd: Consolidated the setup of the thread name into the framework
Sep 28, 2011
4d641dd7
drbd: Converted drbdd_init() from mdev to tconn
Sep 28, 2011
32862ec7
drbd: Converted drbd_asender() from mdev to tconn
Sep 28, 2011
19393e10
drbd: Converted drbd_worker() from mdev to tconn
Sep 28, 2011
392c8801
drbd: drbd_thread has now a pointer to a tconn instead of to a mdev
Sep 28, 2011
65,521 additional commits have been omitted to prevent performance issues.
Loading
Loading