aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_worker.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-14block/drbd: Combine two drbd_submit_peer_request() argumentsBart Van Assche1-1/+1
2022-04-17drbd: Make use of PFN_UP helper macroCai Huoqing1-1/+1
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+0
2022-03-04drbd: use bvec_kmap_local in drbd_csum_bioChristoph Hellwig1-3/+3
2022-02-22scsi: drbd: Remove WRITE_SAME supportChristoph Hellwig1-5/+0
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig1-2/+2
2021-01-27drbd: remove drbd_req_make_private_bioChristoph Hellwig1-1/+4
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig1-1/+1
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig1-1/+2
2020-10-05drbd: remove ->this_bdevChristoph Hellwig1-2/+2
2020-09-25drbd: don't detour through bd_contains for the gendiskChristoph Hellwig1-1/+1
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-1/+1
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig1-3/+3
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig1-0/+1
2020-01-29drbd: fifo_alloc() should use struct_sizeStephen Kitt1-2/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner1-13/+1
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-2/+0
2018-12-20drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg1-1/+1
2018-10-03block: Finish renaming REQ_DISCARD into REQ_OP_DISCARDBart Van Assche1-1/+1
2018-09-06drbd: Convert from ahash to shashKees Cook1-31/+32
2018-07-18block: Add part_stat_read_accum to read across field entries.Michael Callahan1-3/+1
2018-07-02drbd: fix access after freeLars Ellenberg1-1/+1
2017-11-06drbd: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-08-29drbd: abort drbd_start_resync if there is no connectionRoland Kammerer1-0/+5
2017-08-29drbd: fix potential get_ldev/put_ldev refcount imbalance during attachLars Ellenberg1-3/+5
2017-08-29drbd: mark symbols static where possibleBaoyou Xie1-1/+2
2017-08-29drbd: Send P_NEG_ACK upon write error in protocol != CLars Ellenberg1-0/+8
2017-08-29drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg1-5/+17
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-8/+8
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig1-1/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-1/+1
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