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