summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_worker.c
AgeCommit message (Expand)Author
2018-07-11drbd: fix access after freeLars Ellenberg
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2014-11-10drbd: fix resync throttling initializationLars Ellenberg
2014-09-11drbd: reduce lock contention in drbd_workerLars Ellenberg
2014-09-11drbd: Improve asender performanceLars Ellenberg
2014-09-11drbd: Get rid of the WORK_PENDING macroAndreas Gruenbacher
2014-09-11drbd: Get rid of the __no_warn and __cond_lock macrosAndreas Gruenbacher
2014-09-11drbd: Use consistent names for all the bi_end_io callbacksAndreas Gruenbacher
2014-07-10drbd: debugfs: add callback_historyLars Ellenberg
2014-07-10drbd: track timing details of peer_requestsLars Ellenberg
2014-07-10drbd: improve throttling decisions of background resynchronisationLars Ellenberg
2014-07-10drbd: gather detailed timing statistics for drbd_requestsLars Ellenberg
2014-07-10drbd: track meta data IO intent, start and submit timeLars Ellenberg
2014-07-10drbd: consistently use list_add_tail for peer_request trackingLars Ellenberg
2014-07-10drbd: add drbd_queue_work_if_unqueued helperLars Ellenberg
2014-07-10drbd: drbd_rs_number_requests: fix unit mismatch in comparisonLars Ellenberg
2014-07-10drbd: improve resync request throttling due to sendbuf sizeLars Ellenberg
2014-07-10drbd: implement csums-after-crash-onlyLars Ellenberg
2014-07-10drbd: get rid of drbd_queue_work_frontLars Ellenberg
2014-07-10drbd: use drbd_device_post_work() in more placesLars Ellenberg
2014-07-10drbd: make sure disk cleanup happens in worker contextLars Ellenberg
2014-07-10drbd: fix resync finished detectionLars Ellenberg
2014-07-10drbd: fix a race stopping the worker threadLars Ellenberg
2014-07-10drbd: get rid of atomic update on disk bitmap worksLars Ellenberg
2014-07-10drbd: refactor use of first_peer_device()Lars Ellenberg
2014-04-30drbd: always implicitly close last epoch when idleLars Ellenberg
2014-04-30drbd: fix a race between start_resync and send_and_submitLars Ellenberg
2014-04-30drbd: prepare sending side for REQ_DISCARDLars Ellenberg
2014-04-30drbd: prepare receiving side for REQ_DISCARDLars Ellenberg
2014-04-30drbd: fix potential distributed deadlock during verify or resyncLars Ellenberg
2014-04-30drbd: resync: fix too large bursts for very slow ratesLars Ellenberg
2014-02-17drbd: Use the right peer deviceAndreas Gruenbacher
2014-02-17drbd: In the worker thread, process drbd_work instead of drbd_device_work itemsAndreas Gruenbacher
2014-02-17drbd: Turn w_make_ov_request and make_resync_request into "normal" functionsAndreas Gruenbacher
2014-02-17drbd: Make w_make_resync_request() staticAndreas Gruenbacher
2014-02-17drbd: struct drbd_peer_request: Use drbd_work instead of drbd_device_workAndreas Gruenbacher
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher
2014-02-17drbd: Rename w_prev_work_done -> w_completeAndreas Gruenbacher
2014-02-17drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher
2014-02-17drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argumentAndreas Gruenbacher
2014-02-17drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher
2014-02-17drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher
2014-02-17drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher
2014-02-17drbd: Remove the terrible DEV hackAndreas Gruenbacher
2014-02-17drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher
2014-02-17drbd: Improve some function and variable namingAndreas 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