aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_worker.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig1-11/+19
2016-06-13drbd: code cleanups without semantic changesFabian Frederick1-5/+4
2016-06-13drbd: introduce WRITE_SAME supportLars Ellenberg1-2/+6
2016-06-13drbd: introduce unfence-peer handlerLars Ellenberg1-2/+26
2016-06-13drbd: Create the protocol feature THIN_RESYNCPhilipp Reisner1-1/+12
2016-06-13drbd: Implement handling of thinly provisioned storage on resync target nodesPhilipp Reisner1-1/+28
2016-06-07drbd: use bio op accessorsMike Christie1-3/+4
2016-01-27drbd: Use shash and ahashHerbert Xu1-19/+24
2015-11-25drbd: make drbd known to lsblk: use bd_link_disk_holderLars Ellenberg1-1/+1
2015-11-25drbd: Create a dedicated workqueue for sending acks on the control connectionPhilipp Reisner1-1/+7
2015-11-25drbd: improve network timeout detectionLars Ellenberg1-0/+2
2015-11-25drbd: drbd_panic_after_delayed_completion_of_aborted_request()Lars Ellenberg1-1/+7
2015-11-25drbd: Fix locking across all resourcesAndreas Gruenbacher1-47/+38
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-33/+11
2014-11-10drbd: fix resync throttling initializationLars Ellenberg1-1/+4
2014-09-11drbd: reduce lock contention in drbd_workerLars Ellenberg1-6/+4
2014-09-11drbd: Improve asender performanceLars Ellenberg1-10/+1
2014-09-11drbd: Get rid of the WORK_PENDING macroAndreas Gruenbacher1-8/+7
2014-09-11drbd: Get rid of the __no_warn and __cond_lock macrosAndreas Gruenbacher1-3/+6
2014-09-11drbd: Use consistent names for all the bi_end_io callbacksAndreas Gruenbacher1-3/+3
2014-07-10drbd: debugfs: add callback_historyLars Ellenberg1-3/+34
2014-07-10drbd: track timing details of peer_requestsLars Ellenberg1-0/+1
2014-07-10drbd: improve throttling decisions of background resynchronisationLars Ellenberg1-7/+2
2014-07-10drbd: gather detailed timing statistics for drbd_requestsLars Ellenberg1-0/+3
2014-07-10drbd: track meta data IO intent, start and submit timeLars Ellenberg1-6/+3
2014-07-10drbd: consistently use list_add_tail for peer_request trackingLars Ellenberg1-1/+1
2014-07-10drbd: add drbd_queue_work_if_unqueued helperLars Ellenberg1-4/+4
2014-07-10drbd: drbd_rs_number_requests: fix unit mismatch in comparisonLars Ellenberg1-4/+9
2014-07-10drbd: improve resync request throttling due to sendbuf sizeLars Ellenberg1-9/+14
2014-07-10drbd: implement csums-after-crash-onlyLars Ellenberg1-4/+20
2014-07-10drbd: get rid of drbd_queue_work_frontLars Ellenberg1-4/+2
2014-07-10drbd: use drbd_device_post_work() in more placesLars Ellenberg1-10/+17
2014-07-10drbd: make sure disk cleanup happens in worker contextLars Ellenberg1-9/+91
2014-07-10drbd: fix resync finished detectionLars Ellenberg1-20/+22
2014-07-10drbd: fix a race stopping the worker threadLars Ellenberg1-0/+3
2014-07-10drbd: get rid of atomic update on disk bitmap worksLars Ellenberg1-0/+54
2014-07-10drbd: refactor use of first_peer_device()Lars Ellenberg1-25/+30
2014-04-30drbd: always implicitly close last epoch when idleLars Ellenberg1-33/+15
2014-04-30drbd: fix a race between start_resync and send_and_submitLars Ellenberg1-3/+8
2014-04-30drbd: prepare sending side for REQ_DISCARDLars Ellenberg1-1/+6
2014-04-30drbd: prepare receiving side for REQ_DISCARDLars Ellenberg1-4/+8
2014-04-30drbd: fix potential distributed deadlock during verify or resyncLars Ellenberg1-10/+17
2014-04-30drbd: resync: fix too large bursts for very slow ratesLars Ellenberg1-1/+1
2014-02-17drbd: Use the right peer deviceAndreas Gruenbacher1-31/+38
2014-02-17drbd: In the worker thread, process drbd_work instead of drbd_device_work itemsAndreas Gruenbacher1-7/+7
2014-02-17drbd: Turn w_make_ov_request and make_resync_request into "normal" functionsAndreas Gruenbacher1-9/+6
2014-02-17drbd: Make w_make_resync_request() staticAndreas Gruenbacher1-2/+2
2014-02-17drbd: struct drbd_peer_request: Use drbd_work instead of drbd_device_workAndreas Gruenbacher1-28/+22
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher1-59/+75
2014-02-17drbd: Rename w_prev_work_done -> w_completeAndreas Gruenbacher1-8/+0