aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_actlog.c
AgeCommit message (Expand)Author
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig
2016-08-02dynamic_debug: only add header when usedLuis de Bethencourt
2016-06-13drbd: al_write_transaction: skip re-scanning of bitmap page pointer arrayLars Ellenberg
2016-06-13drbd: introduce WRITE_SAME supportLars Ellenberg
2016-06-13drbd: finish resync on sync source only by notification from sync targetLars Ellenberg
2016-06-13drbd: allow larger max_discard_sectorsLars Ellenberg
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07drbd: use bio op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2015-11-25drbd: avoid potential deadlock during handshakeLars Ellenberg
2015-11-25drbd: separate out __al_write_transaction helper functionLars Ellenberg
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2014-11-10drbd: Minor cleanupsAndreas Gruenbacher
2014-09-11drbd: Use consistent names for all the bi_end_io callbacksAndreas Gruenbacher
2014-07-10drbd: drop spurious parameters from _drbd_md_sync_page_ioLars Ellenberg
2014-07-10drbd: resync should only lock out specific rangesLars Ellenberg
2014-07-10drbd: improve throttling decisions of background resynchronisationLars Ellenberg
2014-07-10drbd: track meta data IO intent, start and submit timeLars Ellenberg
2014-07-10drbd: get rid of drbd_queue_work_frontLars Ellenberg
2014-07-10drbd: make sure disk cleanup happens in worker contextLars Ellenberg
2014-07-10drbd: explicitly submit meta data requests with REQ_NOIDLELars Ellenberg
2014-07-10drbd: fix resync finished detectionLars Ellenberg
2014-07-10drbd: get rid of atomic update on disk bitmap worksLars Ellenberg
2014-04-30drbd: add back some fairness to AL transactionsLars Ellenberg
2014-04-30drbd: prepare receiving side for REQ_DISCARDLars Ellenberg
2014-04-30drbd: don't let application IO pre-empt resync too oftenLars Ellenberg
2014-04-30drbd: Remove drbd_wrappers.hPhilipp Reisner
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher
2014-02-17drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher
2014-02-17drbd: Remove the terrible DEV hackAndreas Gruenbacher
2014-02-17drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher
2014-02-17drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher
2014-02-17drivers: block: Mark function as static in drbd_actlog.cRashika Kheria
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-06-28drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner
2013-03-28drbd: fix if(); found by kbuild test robotLars Ellenberg
2013-03-22drbd: consolidate as many updates as possible into one AL transactionLars Ellenberg
2013-03-22drbd: split out some helper functions to drbd_al_begin_ioLars Ellenberg
2013-03-22drbd: split drbd_al_begin_io into fastpath, prepare, and commitLars Ellenberg
2013-03-22drbd: drbd_al_being_io: short circuit to reduce latencyLars Ellenberg
2013-03-22drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg
2013-03-22drbd: read meta data early, base on-disk offsets on super blockLars Ellenberg
2013-03-22drbd: prepare for new striped layout of activity logLars Ellenberg
2013-03-22drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg
2012-11-09drbd: don't try to clear bits once the disk has failedPhilipp Reisner