summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* drbd: Revert "Make sure we dont send state if a cluster wide state change is ...Philipp Reisner2011-09-281-5/+0Star
* drbd: Do no sleep long in drbd_start_resyncPhilipp Reisner2011-09-282-22/+37
* drbd: Moved codePhilipp Reisner2011-09-281-22/+21Star
* drbd: Eliminated the user of drbd_task_to_thread()Philipp Reisner2011-09-284-9/+7Star
* 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/+2Star
* drbd: Rename struct drbd_epoch_entry to struct drbd_peer_requestAndreas Gruenbacher2011-09-285-64/+61Star
* drbd: Remove unused variable in struct drbd_confAndreas Gruenbacher2011-09-281-3/+0Star
* 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/+39Star
* drbd: Remove unnecessary reference counting left-overAndreas Gruenbacher2011-09-281-12/+1Star
* drbd: _req_conflicts(): Get rid of the epoch_entries treeAndreas Gruenbacher2011-09-286-46/+22Star
* 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/+15Star
* 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
* drbd: Remove redundant initializationAndreas Gruenbacher2011-09-281-1/+0Star
* drbd: Rename "enum drbd_packets" to "enum drbd_packet"Andreas Gruenbacher2011-09-283-83/+97
* drbd: Move cmdname() out of drbd_int.hAndreas Gruenbacher2011-09-282-58/+60
* drbd: Do not access tconn after it was freedPhilipp Reisner2011-09-281-4/+3Star
* drbd: Implemented receiving of new style packets on meta socketPhilipp Reisner2011-09-281-65/+68
* drbd: Use new header layoutPhilipp Reisner2011-09-283-49/+41Star
* drbd: Replaced all p_header80 with a generic p_headerPhilipp Reisner2011-08-294-72/+64Star
* drbd: Preparing to use p_header96 for all packetsPhilipp Reisner2011-08-291-5/+6
* drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdevPhilipp Reisner2011-08-293-7/+7
* drbd: moved crypto transformations and friends from mdev to tconnPhilipp Reisner2011-08-294-55/+56
* drbd: moved req_lock and transfer log from mdev to tconnPhilipp Reisner2011-08-297-170/+170
* drbd: moved agreed_pro_version, last_received and ko_count to tconnPhilipp Reisner2011-08-296-48/+48
* drbd: moved receiver, worker and asender from mdev to tconnPhilipp Reisner2011-08-296-52/+53
* drbd: moved data and meta from mdev to tconnPhilipp Reisner2011-08-296-151/+152
* drbd: moved net_cont and net_cnt_wait from mdev to tconnPhilipp Reisner2011-08-295-37/+39
* drbd: moved net_conf from mdev to tconnPhilipp Reisner2011-08-297-111/+110Star
* drbd: Minimal struct drbd_tconnPhilipp Reisner2011-08-292-0/+60
* drbd: Interval tree bugfixAndreas Gruenbacher2011-08-291-1/+2
* drbd: Inline function overlaps() is now unusedAndreas Gruenbacher2011-08-291-5/+0Star
* drbd: Remove some useless paranoia codeAndreas Gruenbacher2011-08-291-10/+2Star
* drbd: Replace the ERR_IF macro with an assert-like macroAndreas Gruenbacher2011-08-297-63/+114
* drbd: Convert all constants in enum drbd_thread_state to upper caseAndreas Gruenbacher2011-08-294-30/+30
* drbd: Convert all constants in enum drbd_req_event to upper caseAndreas Gruenbacher2011-08-297-113/+113
* drbd: Remove the unused hash tablesAndreas Gruenbacher2011-08-297-177/+20Star
* drbd: Use interval tree for overlapping epoch entry detectionAndreas Gruenbacher2011-08-294-28/+35
* drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_intervalAndreas Gruenbacher2011-08-296-50/+49Star