summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_actlog.c
Commit message (Expand)AuthorAgeFilesLines
* drbd: drop spurious parameters from _drbd_md_sync_page_ioLars Ellenberg2014-07-101-7/+5
* 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/+6
* drbd: make sure disk cleanup happens in worker contextLars Ellenberg2014-07-101-8/+1
* drbd: explicitly submit meta data requests with REQ_NOIDLELars Ellenberg2014-07-101-1/+1
* drbd: fix resync finished detectionLars Ellenberg2014-07-101-174/+141
* drbd: get rid of atomic update on disk bitmap worksLars Ellenberg2014-07-101-62/+1
* drbd: add back some fairness to AL transactionsLars Ellenberg2014-04-301-2/+1
* 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/+6
* drbd: Remove drbd_wrappers.hPhilipp Reisner2014-04-301-1/+0
* 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-231-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-221-0/+49
* drbd: split out some helper functions to drbd_al_begin_ioLars Ellenberg2013-03-221-21/+28
* drbd: split drbd_al_begin_io into fastpath, prepare, and commitLars Ellenberg2013-03-221-33/+71
* drbd: drbd_al_being_io: short circuit to reduce latencyLars Ellenberg2013-03-221-2/+12
* drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg2013-03-221-22/+27
* drbd: read meta data early, base on-disk offsets on super blockLars Ellenberg2013-03-221-3/+8
* drbd: prepare for new striped layout of activity logLars Ellenberg2013-03-221-3/+3
* drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg2013-03-221-6/+22
* drbd: don't try to clear bits once the disk has failedPhilipp Reisner2012-11-091-5/+10
* drbd: wait for meta data IO completion even with failed disk, unless force-de...Lars Ellenberg2012-11-091-10/+7
* drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg2012-11-091-3/+9
* drbd: differentiate between normal and forced detachLars Ellenberg2012-11-081-1/+1
* drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg2012-11-081-2/+2
* drbd: New disk option al-updatesPhilipp Reisner2012-11-081-2/+10
* drbd: missing wakeup after drbd_rs_del_allLars Ellenberg2012-11-081-0/+1
* drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner2012-11-081-3/+15
* drbd: fix potential spinlock deadlockPhilipp Reisner2012-11-081-8/+12
* drbd: Silenced compiler warningsPhilipp Reisner2012-11-081-8/+3
* drbd: Improve error reporting in drbd_md_sync_page_io()Andreas Gruenbacher2012-11-081-2/+2
* drbd: Remove dead codePhilipp Reisner2012-11-081-8/+0
* drbd: Fixed w_restart_disk_io() to handle non active AL-extentsPhilipp Reisner2012-11-081-25/+45
* drbd: on attach, enforce clean meta dataLars Ellenberg2012-11-081-259/+0
* drbd: detach from frozen backing devicePhilipp Reisner2012-11-081-17/+58
* drbd: skip spurious wait_event in drbd_al_begin_ioLars Ellenberg2012-11-081-8/+10
* drbd: fix copy/paste error in commentLars Ellenberg2012-11-081-1/+1
* drbd: improvements to activate/deactivate multiple activity log extentsLars Ellenberg2012-11-081-23/+23
OpenPOWER on IntegriCloud