summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_worker.c
AgeCommit message (Expand)Author
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2018-12-20drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg
2018-10-03block: Finish renaming REQ_DISCARD into REQ_OP_DISCARDBart Van Assche
2018-09-06drbd: Convert from ahash to shashKees Cook
2018-07-18block: Add part_stat_read_accum to read across field entries.Michael Callahan
2018-07-02drbd: fix access after freeLars Ellenberg
2017-11-06drbd: Convert timers to use timer_setup()Kees Cook
2017-08-29drbd: abort drbd_start_resync if there is no connectionRoland Kammerer
2017-08-29drbd: fix potential get_ldev/put_ldev refcount imbalance during attachLars Ellenberg
2017-08-29drbd: mark symbols static where possibleBaoyou Xie
2017-08-29drbd: Send P_NEG_ACK upon write error in protocol != CLars Ellenberg
2017-08-29drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-06-13drbd: code cleanups without semantic changesFabian Frederick
2016-06-13drbd: introduce WRITE_SAME supportLars Ellenberg
2016-06-13drbd: introduce unfence-peer handlerLars Ellenberg
2016-06-13drbd: Create the protocol feature THIN_RESYNCPhilipp Reisner
2016-06-13drbd: Implement handling of thinly provisioned storage on resync target nodesPhilipp Reisner
2016-06-07drbd: use bio op accessorsMike Christie
2016-01-27drbd: Use shash and ahashHerbert Xu
2015-11-25drbd: make drbd known to lsblk: use bd_link_disk_holderLars Ellenberg
2015-11-25drbd: Create a dedicated workqueue for sending acks on the control connectionPhilipp Reisner
2015-11-25drbd: improve network timeout detectionLars Ellenberg
2015-11-25drbd: drbd_panic_after_delayed_completion_of_aborted_request()Lars Ellenberg
2015-11-25drbd: Fix locking across all resourcesAndreas Gruenbacher
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