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