summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-28drbd: Converted drbd_send_handshake() from mdev to tconnPhilipp Reisner2-11/+11
2011-09-28drbd: Converted drbd_recv_fp() from mdev to tconnPhilipp Reisner1-3/+3
2011-09-28drbd: Removed unused mdev argument from drbd_recv_short() and drbd_socket_okay()Philipp Reisner1-14/+11
2011-09-28drbd: Converted drbd_send_fp() from mdev to tconnPhilipp Reisner3-29/+33
2011-09-28drbd: Converted drbd_send() from mdev to tconnPhilipp Reisner2-25/+24
2011-09-28drbd: Converted helper functions for drbd_send() to tconnPhilipp Reisner1-16/+16
2011-09-28drbd: Converted wake_asender() and request_ping() from mdev to tconnPhilipp Reisner5-11/+11
2011-09-28drbd: Moved SIGNAL_ASENDER to the per connection (tconn) flagsPhilipp Reisner2-7/+6
2011-09-28drbd: Moved SEND_PING to the per connection (tconn) flagsPhilipp Reisner2-4/+4
2011-09-28drbd: Moved DISCARD_CONCURRENT to the per connection (tconn) flagsPhilipp Reisner3-9/+9
2011-09-28drbd: Started to separated connection flags (tconn) from block device flags (...Philipp Reisner2-7/+11
2011-09-28drbd: Converted drbd_wait_for_connect() from mdev to tconnPhilipp Reisner1-15/+14
2011-09-28drbd: Converted drbd_try_connect() from mdev to tconnPhilipp Reisner1-16/+16
2011-09-28drbd: conn_printk() a dev_printk() alike for drbd's connectionsPhilipp Reisner2-1/+13
2011-09-28drbd: Moving state related macros to drbd_state.hPhilipp Reisner1-52/+0
2011-09-28drbd: Revert "Make sure we dont send state if a cluster wide state change is ...Philipp Reisner1-5/+0
2011-09-28drbd: Do no sleep long in drbd_start_resyncPhilipp Reisner2-22/+37
2011-09-28drbd: Moved codePhilipp Reisner1-22/+21
2011-09-28drbd: Eliminated the user of drbd_task_to_thread()Philipp Reisner4-9/+7
2011-09-28drbd: Moved the thread name into the data structurePhilipp Reisner3-32/+36
2011-09-28drbd: Moved the state functions into its own source filePhilipp Reisner5-1219/+1326
2011-09-28drbd: Local variable renames: e -> peer_reqAndreas Gruenbacher5-252/+259
2011-09-28drbd: Update some commentsAndreas Gruenbacher3-5/+5
2011-09-28drbd: Clean up some left-oversAndreas Gruenbacher1-11/+2
2011-09-28drbd: Rename struct drbd_epoch_entry to struct drbd_peer_requestAndreas Gruenbacher5-64/+61
2011-09-28drbd: Remove unused variable in struct drbd_confAndreas Gruenbacher1-3/+0
2011-09-28drbd: Improve the drbd_find_overlap() documentationAndreas Gruenbacher1-3/+5
2011-09-28drbd: Make the peer_seq updating code more obviousAndreas Gruenbacher1-5/+5
2011-09-28drbd: Defer new writes when detecting conflicting writesAndreas Gruenbacher1-64/+39
2011-09-28drbd: Remove unnecessary reference counting left-overAndreas Gruenbacher1-12/+1
2011-09-28drbd: _req_conflicts(): Get rid of the epoch_entries treeAndreas Gruenbacher6-46/+22
2011-09-28drbd: Allow to wait for the completion of an epoch entry as wellAndreas Gruenbacher4-25/+41
2011-09-28drbd: Remove redundant check from drbd_contains_interval()Andreas Gruenbacher1-1/+1
2011-09-28drbd: struct drbd_request: Introduce a new collision flagAndreas Gruenbacher3-41/+15
2011-09-28drbd: Move some functions to where they are usedAndreas Gruenbacher4-33/+36
2011-09-28drbd: Move sequence number logic into drbd_receiver.c and simplify itAndreas Gruenbacher2-28/+28
2011-09-28drbd: Initialize the sequence number sent over the network even when not usedAndreas Gruenbacher1-1/+1
2011-09-28drbd: Remove redundant initializationAndreas Gruenbacher1-1/+0
2011-09-28drbd: Rename "enum drbd_packets" to "enum drbd_packet"Andreas Gruenbacher3-83/+97
2011-09-28drbd: Move cmdname() out of drbd_int.hAndreas Gruenbacher2-58/+60
2011-09-28drbd: Do not access tconn after it was freedPhilipp Reisner1-4/+3
2011-09-28drbd: Implemented receiving of new style packets on meta socketPhilipp Reisner1-65/+68
2011-09-28drbd: Use new header layoutPhilipp Reisner4-50/+42
2011-08-29drbd: Replaced all p_header80 with a generic p_headerPhilipp Reisner4-72/+64
2011-08-29drbd: Preparing to use p_header96 for all packetsPhilipp Reisner1-5/+6
2011-08-29drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdevPhilipp Reisner3-7/+7
2011-08-29drbd: moved crypto transformations and friends from mdev to tconnPhilipp Reisner4-55/+56
2011-08-29drbd: moved req_lock and transfer log from mdev to tconnPhilipp Reisner7-170/+170
2011-08-29drbd: moved agreed_pro_version, last_received and ko_count to tconnPhilipp Reisner6-48/+48
2011-08-29drbd: moved receiver, worker and asender from mdev to tconnPhilipp Reisner6-52/+53