summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
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
2011-09-28drbd: Use new header layoutPhilipp Reisner
2011-08-29drbd: Replaced all p_header80 with a generic p_headerPhilipp Reisner
2011-08-29drbd: Preparing to use p_header96 for all packetsPhilipp Reisner
2011-08-29drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdevPhilipp Reisner
2011-08-29drbd: moved crypto transformations and friends from mdev to tconnPhilipp Reisner
2011-08-29drbd: moved req_lock and transfer log from mdev to tconnPhilipp Reisner
2011-08-29drbd: moved agreed_pro_version, last_received and ko_count to tconnPhilipp Reisner
2011-08-29drbd: moved receiver, worker and asender from mdev to tconnPhilipp Reisner
2011-08-29drbd: moved data and meta from mdev to tconnPhilipp Reisner
2011-08-29drbd: moved net_cont and net_cnt_wait from mdev to tconnPhilipp Reisner
2011-08-29drbd: moved net_conf from mdev to tconnPhilipp Reisner
2011-08-29drbd: Minimal struct drbd_tconnPhilipp Reisner
2011-08-29drbd: Interval tree bugfixAndreas Gruenbacher
2011-08-29drbd: Inline function overlaps() is now unusedAndreas Gruenbacher
2011-08-29drbd: Remove some useless paranoia codeAndreas Gruenbacher
2011-08-29drbd: Replace the ERR_IF macro with an assert-like macroAndreas Gruenbacher
2011-08-29drbd: Convert all constants in enum drbd_thread_state to upper caseAndreas Gruenbacher
2011-08-29drbd: Convert all constants in enum drbd_req_event to upper caseAndreas Gruenbacher
2011-08-29drbd: Remove the unused hash tablesAndreas Gruenbacher
2011-08-29drbd: Use interval tree for overlapping epoch entry detectionAndreas Gruenbacher
2011-08-29drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_intervalAndreas Gruenbacher
2011-08-29drbd: Use the read and write request trees for request lookupsAndreas Gruenbacher
2011-08-29drbd: Add read_requests treeAndreas Gruenbacher
2011-08-25drbd: Use interval tree for overlapping write request detectionAndreas Gruenbacher
2011-08-25drbd: Put sector and size in struct drbd_request into struct drbd_intervalAndreas Gruenbacher
2011-08-25drbd: Add interval tree data structureAndreas Gruenbacher
2011-08-25drbd: Request lookup code cleanup (4)Andreas Gruenbacher
2011-08-25drbd: Request lookup code cleanup (3)Andreas Gruenbacher
2011-08-25drbd: Request lookup code cleanup (2)Andreas Gruenbacher
2011-08-25drbd: Request lookup code cleanup (1)Andreas Gruenbacher
2011-08-25drbd: Update outdated commentAndreas Gruenbacher
2011-08-25drbd: Move drbd_free_tl_hash() to drbd_main()Andreas Gruenbacher
2011-08-25drbd: Magic reserved block_id value cleanupAndreas Gruenbacher
2011-08-25drbd: Endianness convert the constants instead of the variablesAndreas Gruenbacher