summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_actlog.c
AgeCommit message (Expand)Author
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
2012-11-09drbd: wait for meta data IO completion even with failed disk, unless force-de...Lars Ellenberg
2012-11-09drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg
2012-11-08drbd: differentiate between normal and forced detachLars Ellenberg
2012-11-08drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg
2012-11-08drbd: New disk option al-updatesPhilipp Reisner
2012-11-08drbd: missing wakeup after drbd_rs_del_allLars Ellenberg
2012-11-08drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner
2012-11-08drbd: fix potential spinlock deadlockPhilipp Reisner
2012-11-08drbd: Silenced compiler warningsPhilipp Reisner
2012-11-08drbd: Improve error reporting in drbd_md_sync_page_io()Andreas Gruenbacher
2012-11-08drbd: Remove dead codePhilipp Reisner
2012-11-08drbd: Fixed w_restart_disk_io() to handle non active AL-extentsPhilipp Reisner
2012-11-08drbd: on attach, enforce clean meta dataLars Ellenberg
2012-11-08drbd: detach from frozen backing devicePhilipp Reisner
2012-11-08drbd: skip spurious wait_event in drbd_al_begin_ioLars Ellenberg