summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* drbd: Converted drbd_free_sock() and drbd_disconnect() from mdev to tconnPhilipp Reisner2011-09-283-46/+56
* drbd: Converted drbdd() from mdev to tconnPhilipp Reisner2011-09-282-16/+19
* drbd: Converted drbd_calc_cpu_mask() and drbd_thread_current_set_cpu() from m...Philipp Reisner2011-09-285-20/+25
* drbd: Converted drbd_connect() from mdev to tconnPhilipp Reisner2011-09-281-49/+53
* drbd: Use and idr data structure to map volume numbers to mdev pointersPhilipp Reisner2011-09-282-2/+14
* drbd: Converted drbd_send_protocol() from mdev to tconnPhilipp Reisner2011-09-283-17/+17
* drbd: Converted drbd_do_auth() from mdev to tconnPhilipp Reisner2011-09-281-29/+29
* drbd: Converted drbd_(get|put)_data_sock() and drbd_send_cmd2() to tconnPhilipp Reisner2011-09-284-27/+27
* drbd: Converted drbd_do_handshake() from mdev to tconnPhilipp Reisner2011-09-281-15/+15
* drbd: Converted drbd_recv_header() from mdev to tconnPhilipp Reisner2011-09-281-11/+11
* drbd: Converted decode_header() from mdev to tconnPhilipp Reisner2011-09-281-4/+4
* drbd: struct packet_info to hold information of decoded packetsPhilipp Reisner2011-09-281-49/+54
* drbd: Converted drbd_recv() from mdev to tconnPhilipp Reisner2011-09-281-23/+23
* drbd: Converted drbd_send_handshake() from mdev to tconnPhilipp Reisner2011-09-282-11/+11
* drbd: Converted drbd_recv_fp() from mdev to tconnPhilipp Reisner2011-09-281-3/+3
* drbd: Removed unused mdev argument from drbd_recv_short() and drbd_socket_okay()Philipp Reisner2011-09-281-14/+11
* drbd: Converted drbd_send_fp() from mdev to tconnPhilipp Reisner2011-09-283-29/+33
* drbd: Converted drbd_send() from mdev to tconnPhilipp Reisner2011-09-282-25/+24
* drbd: Converted helper functions for drbd_send() to tconnPhilipp Reisner2011-09-281-16/+16
* drbd: Converted wake_asender() and request_ping() from mdev to tconnPhilipp Reisner2011-09-285-11/+11
* drbd: Moved SIGNAL_ASENDER to the per connection (tconn) flagsPhilipp Reisner2011-09-282-7/+6
* drbd: Moved SEND_PING to the per connection (tconn) flagsPhilipp Reisner2011-09-282-4/+4
* drbd: Moved DISCARD_CONCURRENT to the per connection (tconn) flagsPhilipp Reisner2011-09-283-9/+9
* drbd: Started to separated connection flags (tconn) from block device flags (...Philipp Reisner2011-09-282-7/+11
* drbd: Converted drbd_wait_for_connect() from mdev to tconnPhilipp Reisner2011-09-281-15/+14
* drbd: Converted drbd_try_connect() from mdev to tconnPhilipp Reisner2011-09-281-16/+16
* drbd: conn_printk() a dev_printk() alike for drbd's connectionsPhilipp Reisner2011-09-282-1/+13
* drbd: Moving state related macros to drbd_state.hPhilipp Reisner2011-09-281-52/+0
* drbd: Revert "Make sure we dont send state if a cluster wide state change is ...Philipp Reisner2011-09-281-5/+0
* drbd: Do no sleep long in drbd_start_resyncPhilipp Reisner2011-09-282-22/+37
* drbd: Moved codePhilipp Reisner2011-09-281-22/+21
* drbd: Eliminated the user of drbd_task_to_thread()Philipp Reisner2011-09-284-9/+7
* drbd: Moved the thread name into the data structurePhilipp Reisner2011-09-283-32/+36
* drbd: Moved the state functions into its own source filePhilipp Reisner2011-09-285-1219/+1326
* drbd: Local variable renames: e -> peer_reqAndreas Gruenbacher2011-09-285-252/+259
* drbd: Update some commentsAndreas Gruenbacher2011-09-283-5/+5
* drbd: Clean up some left-oversAndreas Gruenbacher2011-09-281-11/+2
* drbd: Rename struct drbd_epoch_entry to struct drbd_peer_requestAndreas Gruenbacher2011-09-285-64/+61
* drbd: Remove unused variable in struct drbd_confAndreas Gruenbacher2011-09-281-3/+0
* drbd: Improve the drbd_find_overlap() documentationAndreas Gruenbacher2011-09-281-3/+5
* drbd: Make the peer_seq updating code more obviousAndreas Gruenbacher2011-09-281-5/+5
* drbd: Defer new writes when detecting conflicting writesAndreas Gruenbacher2011-09-281-64/+39
* drbd: Remove unnecessary reference counting left-overAndreas Gruenbacher2011-09-281-12/+1
* drbd: _req_conflicts(): Get rid of the epoch_entries treeAndreas Gruenbacher2011-09-286-46/+22
* drbd: Allow to wait for the completion of an epoch entry as wellAndreas Gruenbacher2011-09-284-25/+41
* drbd: Remove redundant check from drbd_contains_interval()Andreas Gruenbacher2011-09-281-1/+1
* drbd: struct drbd_request: Introduce a new collision flagAndreas Gruenbacher2011-09-283-41/+15
* drbd: Move some functions to where they are usedAndreas Gruenbacher2011-09-284-33/+36
* drbd: Move sequence number logic into drbd_receiver.c and simplify itAndreas Gruenbacher2011-09-282-28/+28
* drbd: Initialize the sequence number sent over the network even when not usedAndreas Gruenbacher2011-09-281-1/+1