summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-09-28drbd: Converted drbd_send_protocol() from mdev to tconnPhilipp Reisner
2011-09-28drbd: Converted drbd_do_auth() from mdev to tconnPhilipp Reisner
2011-09-28drbd: Converted drbd_(get|put)_data_sock() and drbd_send_cmd2() to tconnPhilipp Reisner
2011-09-28drbd: Converted drbd_do_handshake() from mdev to tconnPhilipp Reisner
2011-09-28drbd: Converted drbd_recv_header() from mdev to tconnPhilipp Reisner
2011-09-28drbd: Converted decode_header() from mdev to tconnPhilipp Reisner
2011-09-28drbd: struct packet_info to hold information of decoded packetsPhilipp Reisner
2011-09-28drbd: Converted drbd_recv() from mdev to tconnPhilipp Reisner
2011-09-28drbd: Converted drbd_send_handshake() from mdev to tconnPhilipp Reisner
2011-09-28drbd: Converted drbd_recv_fp() from mdev to tconnPhilipp Reisner
2011-09-28drbd: Removed unused mdev argument from drbd_recv_short() and drbd_socket_okay()Philipp Reisner
2011-09-28drbd: Converted drbd_send_fp() from mdev to tconnPhilipp Reisner
2011-09-28drbd: Converted drbd_send() from mdev to tconnPhilipp Reisner
2011-09-28drbd: Converted helper functions for drbd_send() to tconnPhilipp Reisner
2011-09-28drbd: Converted wake_asender() and request_ping() from mdev to tconnPhilipp Reisner
2011-09-28drbd: Moved SIGNAL_ASENDER to the per connection (tconn) flagsPhilipp Reisner
2011-09-28drbd: Moved SEND_PING to the per connection (tconn) flagsPhilipp Reisner
2011-09-28drbd: Moved DISCARD_CONCURRENT to the per connection (tconn) flagsPhilipp Reisner
2011-09-28drbd: Started to separated connection flags (tconn) from block device flags (...Philipp Reisner
2011-09-28drbd: Converted drbd_wait_for_connect() from mdev to tconnPhilipp Reisner
2011-09-28drbd: Converted drbd_try_connect() from mdev to tconnPhilipp Reisner
2011-09-28drbd: conn_printk() a dev_printk() alike for drbd's connectionsPhilipp Reisner
2011-09-28drbd: Moving state related macros to drbd_state.hPhilipp Reisner
2011-09-28drbd: Revert "Make sure we dont send state if a cluster wide state change is ...Philipp Reisner
2011-09-28drbd: Do no sleep long in drbd_start_resyncPhilipp Reisner
2011-09-28drbd: Moved codePhilipp Reisner
2011-09-28drbd: Eliminated the user of drbd_task_to_thread()Philipp Reisner
2011-09-28drbd: Moved the thread name into the data structurePhilipp Reisner
2011-09-28drbd: Moved the state functions into its own source filePhilipp Reisner
2011-09-28drbd: Local variable renames: e -> peer_reqAndreas Gruenbacher
2011-09-28drbd: Update some commentsAndreas Gruenbacher
2011-09-28drbd: Clean up some left-oversAndreas Gruenbacher
2011-09-28drbd: Rename struct drbd_epoch_entry to struct drbd_peer_requestAndreas Gruenbacher
2011-09-28drbd: Remove unused variable in struct drbd_confAndreas Gruenbacher
2011-09-28drbd: Improve the drbd_find_overlap() documentationAndreas Gruenbacher
2011-09-28drbd: Make the peer_seq updating code more obviousAndreas Gruenbacher
2011-09-28drbd: Defer new writes when detecting conflicting writesAndreas Gruenbacher
2011-09-28drbd: Remove unnecessary reference counting left-overAndreas Gruenbacher
2011-09-28drbd: _req_conflicts(): Get rid of the epoch_entries treeAndreas Gruenbacher
2011-09-28drbd: Allow to wait for the completion of an epoch entry as wellAndreas Gruenbacher
2011-09-28drbd: Remove redundant check from drbd_contains_interval()Andreas Gruenbacher
2011-09-28drbd: struct drbd_request: Introduce a new collision flagAndreas Gruenbacher
2011-09-28drbd: Move some functions to where they are usedAndreas Gruenbacher
2011-09-28drbd: Move sequence number logic into drbd_receiver.c and simplify itAndreas Gruenbacher
2011-09-28drbd: Initialize the sequence number sent over the network even when not usedAndreas Gruenbacher
2011-09-28drbd: Remove redundant initializationAndreas Gruenbacher
2011-09-28drbd: Rename "enum drbd_packets" to "enum drbd_packet"Andreas Gruenbacher
2011-09-28drbd: Move cmdname() out of drbd_int.hAndreas Gruenbacher
2011-09-28drbd: Do not access tconn after it was freedPhilipp Reisner
2011-09-28drbd: Implemented receiving of new style packets on meta socketPhilipp Reisner