aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
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-09-21floppy: use del_timer_sync() in init cleanupCarsten Emde
2011-09-21drivers/block/loop.c: remove unnecessary bdev argument from loop_clr_fd()Ayan George
2011-09-21drivers/block/loop.c: emit uevent on auto releasePhillip Susi
2011-09-21drivers/block/cpqarray.c: use pci_dev->revisionSergei Shtylyov
2011-09-15Merge branch 'master' into for-nextJiri Kosina
2011-09-15Remove unneeded version.h includes from drivers/block/Jesper Juhl
2011-09-15treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock
2011-09-15drbd: Use angle brackets for system includesJoe Perches
2011-09-15drbd: Convert vmalloc/memset to vzallocJoe Perches
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig
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
2011-08-25drbd: Get rid of BE_DRBD_MAGIC and BE_DRBD_MAGIC_BIGAndreas Gruenbacher
2011-08-25drbd: Consistently use block_id == ID_SYNCER for checksum based resync and on...Andreas Gruenbacher