summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_worker.c
AgeCommit message (Expand)AuthorLines
2014-11-10drbd: fix resync throttling initializationLars Ellenberg-1/+4
2014-09-11drbd: reduce lock contention in drbd_workerLars Ellenberg-6/+4
2014-09-11drbd: Improve asender performanceLars Ellenberg-10/+1
2014-09-11drbd: Get rid of the WORK_PENDING macroAndreas Gruenbacher-8/+7
2014-09-11drbd: Get rid of the __no_warn and __cond_lock macrosAndreas Gruenbacher-3/+6
2014-09-11drbd: Use consistent names for all the bi_end_io callbacksAndreas Gruenbacher-3/+3
2014-07-10drbd: debugfs: add callback_historyLars Ellenberg-3/+34
2014-07-10drbd: track timing details of peer_requestsLars Ellenberg-0/+1
2014-07-10drbd: improve throttling decisions of background resynchronisationLars Ellenberg-7/+2
2014-07-10drbd: gather detailed timing statistics for drbd_requestsLars Ellenberg-0/+3
2014-07-10drbd: track meta data IO intent, start and submit timeLars Ellenberg-6/+3
2014-07-10drbd: consistently use list_add_tail for peer_request trackingLars Ellenberg-1/+1
2014-07-10drbd: add drbd_queue_work_if_unqueued helperLars Ellenberg-4/+4
2014-07-10drbd: drbd_rs_number_requests: fix unit mismatch in comparisonLars Ellenberg-4/+9
2014-07-10drbd: improve resync request throttling due to sendbuf sizeLars Ellenberg-9/+14
2014-07-10drbd: implement csums-after-crash-onlyLars Ellenberg-4/+20
2014-07-10drbd: get rid of drbd_queue_work_frontLars Ellenberg-4/+2
2014-07-10drbd: use drbd_device_post_work() in more placesLars Ellenberg-10/+17
2014-07-10drbd: make sure disk cleanup happens in worker contextLars Ellenberg-9/+91
2014-07-10drbd: fix resync finished detectionLars Ellenberg-20/+22
2014-07-10drbd: fix a race stopping the worker threadLars Ellenberg-0/+3
2014-07-10drbd: get rid of atomic update on disk bitmap worksLars Ellenberg-0/+54
2014-07-10drbd: refactor use of first_peer_device()Lars Ellenberg-25/+30
2014-04-30drbd: always implicitly close last epoch when idleLars Ellenberg-33/+15
2014-04-30drbd: fix a race between start_resync and send_and_submitLars Ellenberg-3/+8
2014-04-30drbd: prepare sending side for REQ_DISCARDLars Ellenberg-1/+6
2014-04-30drbd: prepare receiving side for REQ_DISCARDLars Ellenberg-4/+8
2014-04-30drbd: fix potential distributed deadlock during verify or resyncLars Ellenberg-10/+17
2014-04-30drbd: resync: fix too large bursts for very slow ratesLars Ellenberg-1/+1
2014-02-17drbd: Use the right peer deviceAndreas Gruenbacher-31/+38
2014-02-17drbd: In the worker thread, process drbd_work instead of drbd_device_work itemsAndreas Gruenbacher-7/+7
2014-02-17drbd: Turn w_make_ov_request and make_resync_request into "normal" functionsAndreas Gruenbacher-9/+6
2014-02-17drbd: Make w_make_resync_request() staticAndreas Gruenbacher-2/+2
2014-02-17drbd: struct drbd_peer_request: Use drbd_work instead of drbd_device_workAndreas Gruenbacher-28/+22
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher-59/+75
2014-02-17drbd: Rename w_prev_work_done -> w_completeAndreas Gruenbacher-8/+0
2014-02-17drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher-22/+23
2014-02-17drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argumentAndreas Gruenbacher-7/+6
2014-02-17drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher-17/+17
2014-02-17drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher-4/+4
2014-02-17drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher-1/+1
2014-02-17drbd: Remove the terrible DEV hackAndreas Gruenbacher-28/+28
2014-02-17drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher-2/+3
2014-02-17drbd: Improve some function and variable namingAndreas Gruenbacher-3/+3
2014-02-17drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher-46/+50
2014-02-17drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher-83/+83
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher-368/+368
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher-48/+48
2014-02-17drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher-0/+1
2014-02-17drivers: block: Mark the function as static in drbd_worker.cRashika Kheria-6/+6