summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * block: remove blk_queue_stack_limitsChristoph Hellwig2020-07-201-1/+0
| * block: remove bdev_stack_limitsChristoph Hellwig2020-07-201-2/+0
| * block: inherit the zoned characteristics in blk_stack_limitsChristoph Hellwig2020-07-201-3/+6
| * Merge branch 'for-5.9/drivers' into for-5.9/block-mergeJens Axboe2020-07-201-0/+50
| |\
| * \ Merge branch 'for-5.9/block' into for-5.9/block-mergeJens Axboe2020-07-201-69/+96
| |\ \
* | \ \ Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-0/+50
|\ \ \ \ | | |_|/ | |/| |
| * | | block: add max_active_zones to blk-sysfsNiklas Cassel2020-07-151-0/+25
| * | | block: add max_open_zones to blk-sysfsNiklas Cassel2020-07-151-0/+25
| * | | Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe2020-07-081-0/+1
| |\| |
* | | | Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-0/+1
|\ \ \ \
| * | | | block: provide plug based way of signaling forced no-wait semanticsJens Axboe2020-06-211-0/+1