summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_actlog.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner2019-05-241-13/+1Star
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-1/+1
* block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig2016-11-011-1/+1
* dynamic_debug: only add header when usedLuis de Bethencourt2016-08-031-1/+0Star
* drbd: al_write_transaction: skip re-scanning of bitmap page pointer arrayLars Ellenberg2016-06-141-0/+2
* drbd: introduce WRITE_SAME supportLars Ellenberg2016-06-141-1/+8
* drbd: finish resync on sync source only by notification from sync targetLars Ellenberg2016-06-141-4/+12
* drbd: allow larger max_discard_sectorsLars Ellenberg2016-06-141-1/+1
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-2/+2
* drbd: use bio op accessorsMike Christie2016-06-071-13/+15
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+1
* drbd: avoid potential deadlock during handshakeLars Ellenberg2015-11-251-8/+11
* drbd: separate out __al_write_transaction helper functionLars Ellenberg2015-11-251-148/+156
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-2/+2
* drbd: Minor cleanupsAndreas Gruenbacher2014-11-101-2/+1Star
* drbd: Use consistent names for all the bi_end_io callbacksAndreas Gruenbacher2014-09-111-2/+2
* drbd: drop spurious parameters from _drbd_md_sync_page_ioLars Ellenberg2014-07-101-7/+5Star
* drbd: resync should only lock out specific rangesLars Ellenberg2014-07-101-2/+13
* drbd: improve throttling decisions of background resynchronisationLars Ellenberg2014-07-101-3/+26
* drbd: track meta data IO intent, start and submit timeLars Ellenberg2014-07-101-9/+17
* drbd: get rid of drbd_queue_work_frontLars Ellenberg2014-07-101-63/+6Star
* drbd: make sure disk cleanup happens in worker contextLars Ellenberg2014-07-101-8/+1Star
* drbd: explicitly submit meta data requests with REQ_NOIDLELars Ellenberg2014-07-101-1/+1
* drbd: fix resync finished detectionLars Ellenberg2014-07-101-174/+141Star
* drbd: get rid of atomic update on disk bitmap worksLars Ellenberg2014-07-101-62/+1Star
* drbd: add back some fairness to AL transactionsLars Ellenberg2014-04-301-2/+1Star
* drbd: prepare receiving side for REQ_DISCARDLars Ellenberg2014-04-301-3/+3
* drbd: don't let application IO pre-empt resync too oftenLars Ellenberg2014-04-301-7/+6Star
* drbd: Remove drbd_wrappers.hPhilipp Reisner2014-04-301-1/+0Star
* drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher2014-02-171-6/+10
* drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher2014-02-171-19/+19
* drbd: Remove the terrible DEV hackAndreas Gruenbacher2014-02-171-27/+27
* drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher2014-02-171-4/+4
* drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher2014-02-171-4/+4
* drbd: Rename "mdev" to "device"Andreas Gruenbacher2014-02-171-272/+272
* drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher2014-02-171-34/+34
* drivers: block: Mark function as static in drbd_actlog.cRashika Kheria2014-02-171-0/+1
* block: Abstract out bvec iteratorKent Overstreet2013-11-241-1/+1
* drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner2013-06-281-0/+21
* drbd: fix if(); found by kbuild test robotLars Ellenberg2013-03-281-1/+1
* drbd: consolidate as many updates as possible into one AL transactionLars Ellenberg2013-03-231-0/+49
* drbd: split out some helper functions to drbd_al_begin_ioLars Ellenberg2013-03-231-21/+28
* drbd: split drbd_al_begin_io into fastpath, prepare, and commitLars Ellenberg2013-03-231-33/+71
* drbd: drbd_al_being_io: short circuit to reduce latencyLars Ellenberg2013-03-231-2/+12
* drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg2013-03-231-22/+27
* drbd: read meta data early, base on-disk offsets on super blockLars Ellenberg2013-03-231-3/+8
* drbd: prepare for new striped layout of activity logLars Ellenberg2013-03-231-3/+3
* drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg2013-03-231-6/+22
* drbd: don't try to clear bits once the disk has failedPhilipp Reisner2012-11-091-5/+10