summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-281-1/+0
|\
| * block: Remove unused blk_pm_*() function definitionsBart Van Assche2021-02-221-1/+0
* | Merge tag 'for-5.12/block-ipi-2021-02-21' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-221-1/+1
|\ \ | |/ |/|
| * blk-mq: Use llist_head for blk_cpu_doneSebastian Andrzej Siewior2021-02-121-1/+1
* | block: introduce zone_write_granularity limitDamien Le Moal2021-02-101-0/+15
* | block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-2/+2
* | block: unexport truncate_bdev_rangeChristoph Hellwig2021-01-261-7/+2
* | block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-241-2/+1
* | block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang2021-01-241-1/+1
* | block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig2021-01-241-17/+4
* | block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-2/+3
|/
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-01-011-5/+13
|\
| * scsi: block: Do not accept any requests while suspendedAlan Stern2020-12-091-0/+12
| * scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche2020-12-091-5/+1
* | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-16/+18
|\ \
| * | block: merge struct block_device and struct hd_structChristoph Hellwig2020-12-011-1/+0
| * | block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-4/+4
| * | block: move the start_sect field to struct block_deviceChristoph Hellwig2020-12-011-2/+2
| * | block: simplify the block device claiming interfaceChristoph Hellwig2020-12-011-4/+2
| * | block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig2020-12-011-0/+6
| * | block: remove i_bdevChristoph Hellwig2020-12-011-1/+1
| * | fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2020-12-011-2/+2
| * | block: remove __blkdev_driver_ioctlChristoph Hellwig2020-11-161-2/+0
| * | block: add a new set_read_only methodChristoph Hellwig2020-11-161-0/+1
| |/
* | block: fix incorrect branching in blk_max_size_offset()Mike Snitzer2020-12-041-4/+6
* | dm: fix IO splittingMike Snitzer2020-12-041-5/+6
|/
* kernel.h: split out min()/max() et al. helpersAndy Shevchenko2020-10-161-0/+1
* Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-1/+3
|\
| * block: optimize blk_queue_zoned_model for !CONFIG_BLK_DEV_ZONEDChristoph Hellwig2020-10-071-1/+3
* | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-32/+52
|\ \
| * | block: soft limit zone-append sectors as wellJohannes Thumshirn2020-10-071-1/+4
| * | block: remove the unused blk_integrity_merge_bio exportChristoph Hellwig2020-10-061-8/+0
| * | block: remove the unused blk_integrity_merge_rq exportChristoph Hellwig2020-10-061-8/+0
| * | block: move 'q_usage_counter' into front of 'request_queue'Ming Lei2020-10-061-1/+2
| * | block: add a bdget_part helperChristoph Hellwig2020-10-051-1/+1
| * | block: add QUEUE_FLAG_NOWAITMike Snitzer2020-09-251-2/+5
| * | block: add a bdev_is_partition helperChristoph Hellwig2020-09-251-2/+7
| |/
| * bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-241-0/+3
| * block: lift setting the readahead size into the block layerChristoph Hellwig2020-09-241-0/+1
| * block: mark blkdev_get staticChristoph Hellwig2020-09-231-1/+0
| * block: allow 'chunk_sectors' to be non-power-of-2Mike Snitzer2020-09-231-3/+9
| * block: introduce part_[begin|end]_io_acctSong Liu2020-09-111-0/+5
| * block: Do not discard buffers under a mounted filesystemJan Kara2020-09-071-0/+7
| * blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...John Garry2020-09-031-0/+1
| * blk-mq: Record nr_active_requests per queue for when using shared sbitmapJohn Garry2020-09-031-0/+2
| * block: remove the discard_alignment field from struct hd_structChristoph Hellwig2020-09-011-2/+2
| * block: remove the alignment_offset field from struct hd_structChristoph Hellwig2020-09-011-3/+2
| * block: Make request_queue.rpm_status an enumGeert Uytterhoeven2020-09-011-1/+2
* | scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal2020-09-151-0/+2
|/
* Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-6/+6
|\