aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_actlog.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-02dynamic_debug: only add header when usedLuis de Bethencourt1-1/+0
2016-06-13drbd: al_write_transaction: skip re-scanning of bitmap page pointer arrayLars Ellenberg1-0/+2
2016-06-13drbd: introduce WRITE_SAME supportLars Ellenberg1-1/+8
2016-06-13drbd: finish resync on sync source only by notification from sync targetLars Ellenberg1-4/+12
2016-06-13drbd: allow larger max_discard_sectorsLars Ellenberg1-1/+1
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-2/+2
2016-06-07drbd: use bio op accessorsMike Christie1-13/+15
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+1
2015-11-25drbd: avoid potential deadlock during handshakeLars Ellenberg1-8/+11
2015-11-25drbd: separate out __al_write_transaction helper functionLars Ellenberg1-148/+156
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-2/+2
2014-11-10drbd: Minor cleanupsAndreas Gruenbacher1-2/+1
2014-09-11drbd: Use consistent names for all the bi_end_io callbacksAndreas Gruenbacher1-2/+2
2014-07-10drbd: drop spurious parameters from _drbd_md_sync_page_ioLars Ellenberg1-7/+5
2014-07-10drbd: resync should only lock out specific rangesLars Ellenberg1-2/+13
2014-07-10drbd: improve throttling decisions of background resynchronisationLars Ellenberg1-3/+26
2014-07-10drbd: track meta data IO intent, start and submit timeLars Ellenberg1-9/+17
2014-07-10drbd: get rid of drbd_queue_work_frontLars Ellenberg1-63/+6
2014-07-10drbd: make sure disk cleanup happens in worker contextLars Ellenberg1-8/+1
2014-07-10drbd: explicitly submit meta data requests with REQ_NOIDLELars Ellenberg1-1/+1
2014-07-10drbd: fix resync finished detectionLars Ellenberg1-174/+141
2014-07-10drbd: get rid of atomic update on disk bitmap worksLars Ellenberg1-62/+1
2014-04-30drbd: add back some fairness to AL transactionsLars Ellenberg1-2/+1
2014-04-30drbd: prepare receiving side for REQ_DISCARDLars Ellenberg1-3/+3
2014-04-30drbd: don't let application IO pre-empt resync too oftenLars Ellenberg1-7/+6
2014-04-30drbd: Remove drbd_wrappers.hPhilipp Reisner1-1/+0
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher1-6/+10
2014-02-17drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher1-19/+19
2014-02-17drbd: Remove the terrible DEV hackAndreas Gruenbacher1-27/+27
2014-02-17drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher1-4/+4
2014-02-17drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher1-4/+4
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher1-272/+272
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher1-34/+34
2014-02-17drivers: block: Mark function as static in drbd_actlog.cRashika Kheria1-0/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-06-28drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner1-0/+21
2013-03-28drbd: fix if(); found by kbuild test robotLars Ellenberg1-1/+1
2013-03-22drbd: consolidate as many updates as possible into one AL transactionLars Ellenberg1-0/+49
2013-03-22drbd: split out some helper functions to drbd_al_begin_ioLars Ellenberg1-21/+28
2013-03-22drbd: split drbd_al_begin_io into fastpath, prepare, and commitLars Ellenberg1-33/+71
2013-03-22drbd: drbd_al_being_io: short circuit to reduce latencyLars Ellenberg1-2/+12
2013-03-22drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg1-22/+27
2013-03-22drbd: read meta data early, base on-disk offsets on super blockLars Ellenberg1-3/+8
2013-03-22drbd: prepare for new striped layout of activity logLars Ellenberg1-3/+3
2013-03-22drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg1-6/+22
2012-11-09drbd: don't try to clear bits once the disk has failedPhilipp Reisner1-5/+10
2012-11-09drbd: wait for meta data IO completion even with failed disk, unless force-detachedLars Ellenberg1-10/+7
2012-11-09drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg1-3/+9
2012-11-08drbd: differentiate between normal and forced detachLars Ellenberg1-1/+1
2012-11-08drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg1-2/+2