aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_req.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-20drbd: only clone bio if we have a backing deviceChristoph Böhmwalder1-8/+6
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig1-1/+1
2022-07-14drbd: stop using bdevname in drbd_report_io_errorChristoph Hellwig1-4/+2
2022-04-17drbd: Return true/false (not 1/0) from bool functionsHaowen Bai1-1/+1
2022-04-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+29
2022-03-31drbd: remove check of list iterator against head past the loop bodyJakob Koschel1-15/+27
2022-03-30drbd: fix potential silent data corruptionLars Ellenberg1-1/+2
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown1-2/+1
2022-02-22scsi: drbd: Remove WRITE_SAME supportChristoph Hellwig1-1/+0
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig1-2/+2
2022-02-04drbd: set ->bi_bdev in drbd_req_newChristoph Hellwig1-2/+1
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-2/+1
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig1-3/+2
2021-04-20drbd: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+4
2021-01-27drbd: remove drbd_req_make_private_bioChristoph Hellwig1-1/+4
2021-01-26drbd: remove unused argument from drbd_request_prepare and __drbd_make_requestGuoqing Jiang1-7/+4
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-1/+1
2020-10-05drbd: remove ->this_bdevChristoph Hellwig1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-1/+1
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-1/+1
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig1-1/+1
2020-07-01drbd: stop using ->queuedataChristoph Hellwig1-1/+1
2020-05-27drbd: use bio_{start,end}_io_acctChristoph Hellwig1-23/+4
2019-11-28drbd: Remove unneeded semicolonzhengbin1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner1-13/+1
2019-04-09block: Mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2018-12-20drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg1-9/+10
2018-10-03block: Finish renaming REQ_DISCARD into REQ_OP_DISCARDBart Van Assche1-1/+1
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan1-2/+2
2018-06-29drbd: Fix drbd_request_prepare() discard handlingBart Van Assche1-2/+2
2018-05-30drbd: convert to bioset_init()/mempool_init()Kent Overstreet1-2/+2
2017-11-06drbd: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-08-29drbd: add explicit plugging when submitting batchesLars Ellenberg1-6/+15
2017-08-29drbd: change list_for_each_safe to while(list_first_entry_or_null)Lars Ellenberg1-4/+4
2017-08-29drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg1-0/+55
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-08-09block: pass in queue to inflight accountingJens Axboe1-3/+7
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-3/+3
2017-05-11drbd: fix request leak introduced by locking/atomic, kref: Kill kref_sub()Lars Ellenberg1-12/+15
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig1-2/+5
2017-04-08drbd: make intelligent use of blkdev_issue_zerooutChristoph Hellwig1-3/+3
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-1/+1
2017-01-14locking/atomic, kref: Kill kref_sub()Peter Zijlstra1-21/+10
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1