summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_req.c
AgeCommit message (Expand)AuthorLines
2023-04-01drbd: Pass a peer device to the resync and online verify functionsChristoph Böhmwalder-4/+5
2023-04-01drbd: pass drbd_peer_device to __req_modChristoph Böhmwalder-8/+13
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe-0/+2
2022-12-01drbd: introduce drbd_ratelimit()Christoph Böhmwalder-3/+3
2022-11-22drbd: use consistent licenseChristoph Böhmwalder-1/+1
2022-10-20drbd: only clone bio if we have a backing deviceChristoph Böhmwalder-8/+6
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig-1/+1
2022-07-14drbd: stop using bdevname in drbd_report_io_errorChristoph Hellwig-4/+2
2022-04-17drbd: Return true/false (not 1/0) from bool functionsHaowen Bai-1/+1
2022-04-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds-16/+29
2022-03-31drbd: remove check of list iterator against head past the loop bodyJakob Koschel-15/+27
2022-03-30drbd: fix potential silent data corruptionLars Ellenberg-1/+2
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+0
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+1
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown-2/+1
2022-02-22scsi: drbd: Remove WRITE_SAME supportChristoph Hellwig-1/+0
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig-2/+2
2022-02-04drbd: set ->bi_bdev in drbd_req_newChristoph Hellwig-2/+1
2021-10-18block: switch polling to be bio basedChristoph Hellwig-2/+1
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig-3/+2
2021-04-20drbd: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds-7/+4
2021-01-27drbd: remove drbd_req_make_private_bioChristoph Hellwig-1/+4
2021-01-26drbd: remove unused argument from drbd_request_prepare and __drbd_make_requestGuoqing Jiang-7/+4
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig-1/+1
2020-10-05drbd: remove ->this_bdevChristoph Hellwig-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig-1/+1
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig-1/+1
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig-1/+1
2020-07-01drbd: stop using ->queuedataChristoph Hellwig-1/+1
2020-05-27drbd: use bio_{start,end}_io_acctChristoph Hellwig-23/+4
2019-11-28drbd: Remove unneeded semicolonzhengbin-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner-13/+1
2019-04-09block: Mark expected switch fall-throughsGustavo A. R. Silva-1/+1
2018-12-20drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg-9/+10
2018-10-03block: Finish renaming REQ_DISCARD into REQ_OP_DISCARDBart Van Assche-1/+1
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan-2/+2
2018-06-29drbd: Fix drbd_request_prepare() discard handlingBart Van Assche-2/+2
2018-05-30drbd: convert to bioset_init()/mempool_init()Kent Overstreet-2/+2
2017-11-06drbd: Convert timers to use timer_setup()Kees Cook-2/+2
2017-08-29drbd: add explicit plugging when submitting batchesLars Ellenberg-6/+15
2017-08-29drbd: change list_for_each_safe to while(list_first_entry_or_null)Lars Ellenberg-4/+4
2017-08-29drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg-0/+55
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig-1/+1
2017-08-09block: pass in queue to inflight accountingJens Axboe-3/+7
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig-3/+3
2017-05-11drbd: fix request leak introduced by locking/atomic, kref: Kill kref_sub()Lars Ellenberg-12/+15
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig-2/+5