summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-24Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-07-17block: increase BLKCG_MAX_POLSOleksandr Natalenko1-1/+1
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-31/+6
2021-07-01Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+12
2021-07-01block: return errors from blk_execute_rq()Keith Busch1-1/+3
2021-07-01block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig1-30/+3
2021-06-04block: introduce bio zone helpersDamien Le Moal1-0/+12
2021-06-01block: unexport blk_alloc_queueChristoph Hellwig1-1/+0
2021-05-24blk-mq: Use request queue-wide tags for tagset-wide sbitmapJohn Garry1-0/+4
2021-05-15Merge tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+0
2021-05-12blkdev.h: remove unused codes blk_account_rqLin Feng1-5/+0
2021-05-09Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2021-05-09Revert "bio: limit bio max size"Jens Axboe1-2/+0
2021-05-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2021-05-07include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)1-1/+0
2021-05-03bio: limit bio max sizeChangheun Lee1-0/+2
2021-04-29Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2021-04-29Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-26/+20
2021-04-16blk-mq: bypass IO scheduler's limit_depth for passthrough requestLin Feng1-0/+6
2021-04-12block: add queue_to_disk() to get gendisk from request_queueJeffle Xu1-0/+2
2021-04-06block: stop calling blk_queue_bounce for passthrough requestsChristoph Hellwig1-1/+1
2021-04-06block: refactor the bounce buffering codeChristoph Hellwig1-18/+11
2021-04-06block: remove BLK_BOUNCE_ISA supportChristoph Hellwig1-7/+0
2021-04-02block: remove the unused RQF_ALLOCED flagChristoph Hellwig1-2/+0
2021-03-29block: remove the revalidate_disk methodChristoph Hellwig1-1/+0
2021-03-01block: Drop leftover references to RQF_SORTEDJean Delvare1-2/+0
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2021-02-22Merge tag 'for-5.12/block-ipi-2021-02-21' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-22block: Remove unused blk_pm_*() function definitionsBart Van Assche1-1/+0
2021-02-12blk-mq: Use llist_head for blk_cpu_doneSebastian Andrzej Siewior1-1/+1
2021-02-10block: introduce zone_write_granularity limitDamien Le Moal1-0/+15
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-2/+2
2021-01-26block: unexport truncate_bdev_rangeChristoph Hellwig1-7/+2
2021-01-25block: remove unnecessary argument from blk_execute_rqGuoqing Jiang1-2/+1
2021-01-25block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang1-1/+1
2021-01-25block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig1-17/+4
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig1-2/+3
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-5/+13
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+18
2020-12-09scsi: block: Do not accept any requests while suspendedAlan Stern1-0/+12
2020-12-09scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche1-5/+1
2020-12-05block: fix incorrect branching in blk_max_size_offset()Mike Snitzer1-4/+6
2020-12-04dm: fix IO splittingMike Snitzer1-5/+6
2020-12-02block: merge struct block_device and struct hd_structChristoph Hellwig1-1/+0
2020-12-02block: switch partition lookup to use struct block_deviceChristoph Hellwig1-4/+4
2020-12-02block: move the start_sect field to struct block_deviceChristoph Hellwig1-2/+2
2020-12-02block: simplify the block device claiming interfaceChristoph Hellwig1-4/+2
2020-12-02block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig1-0/+6
2020-12-02block: remove i_bdevChristoph Hellwig1-1/+1
2020-12-02fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig1-2/+2