summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_worker.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner2019-05-241-13/+1Star
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+0Star
* drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg2018-12-201-1/+1
* block: Finish renaming REQ_DISCARD into REQ_OP_DISCARDBart Van Assche2018-10-041-1/+1
* drbd: Convert from ahash to shashKees Cook2018-09-061-31/+32
* block: Add part_stat_read_accum to read across field entries.Michael Callahan2018-07-181-3/+1Star
* drbd: fix access after freeLars Ellenberg2018-07-021-1/+1
* drbd: Convert timers to use timer_setup()Kees Cook2017-11-061-4/+4
* drbd: abort drbd_start_resync if there is no connectionRoland Kammerer2017-08-291-0/+5
* drbd: fix potential get_ldev/put_ldev refcount imbalance during attachLars Ellenberg2017-08-291-3/+5
* drbd: mark symbols static where possibleBaoyou Xie2017-08-291-1/+2
* drbd: Send P_NEG_ACK upon write error in protocol != CLars Ellenberg2017-08-291-0/+8
* drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg2017-08-291-5/+17
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-8/+8
* drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-1/+3
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-1/+1
* block: get rid of bio_rw and READAChristoph Hellwig2016-07-211-11/+19
* drbd: code cleanups without semantic changesFabian Frederick2016-06-141-5/+4Star
* drbd: introduce WRITE_SAME supportLars Ellenberg2016-06-141-2/+6
* drbd: introduce unfence-peer handlerLars Ellenberg2016-06-141-2/+26
* drbd: Create the protocol feature THIN_RESYNCPhilipp Reisner2016-06-141-1/+12
* drbd: Implement handling of thinly provisioned storage on resync target nodesPhilipp Reisner2016-06-141-1/+28
* drbd: use bio op accessorsMike Christie2016-06-071-3/+4
* drbd: Use shash and ahashHerbert Xu2016-01-271-19/+24
* drbd: make drbd known to lsblk: use bd_link_disk_holderLars Ellenberg2015-11-251-1/+1
* drbd: Create a dedicated workqueue for sending acks on the control connectionPhilipp Reisner2015-11-251-1/+7
* drbd: improve network timeout detectionLars Ellenberg2015-11-251-0/+2
* drbd: drbd_panic_after_delayed_completion_of_aborted_request()Lars Ellenberg2015-11-251-1/+7
* drbd: Fix locking across all resourcesAndreas Gruenbacher2015-11-251-47/+38Star
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-33/+11Star
* drbd: fix resync throttling initializationLars Ellenberg2014-11-101-1/+4
* drbd: reduce lock contention in drbd_workerLars Ellenberg2014-09-111-6/+4Star
* drbd: Improve asender performanceLars Ellenberg2014-09-111-10/+1Star
* drbd: Get rid of the WORK_PENDING macroAndreas Gruenbacher2014-09-111-8/+7Star
* 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/+2Star
* 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/+3Star
* 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/+2Star
* drbd: use drbd_device_post_work() in more placesLars Ellenberg2014-07-101-10/+17