summaryrefslogtreecommitdiffstats
path: root/block/blk.h
Commit message (Expand)AuthorAgeFilesLines
* blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOWYu Kuai6 days1-11/+0
* block: support to account io_ticks preciselyYu Kuai6 days1-0/+1
* block: add a bio_await_chain helperKeith Busch8 days1-0/+1
* block: Improve zone write request completion handlingDamien Le Moal2024-05-011-4/+4
* block: Fix handling of non-empty flush write requests to zonesDamien Le Moal2024-05-011-2/+2
* block: Implement zone append emulationDamien Le Moal2024-04-171-2/+12
* block: Introduce zone write pluggingDamien Le Moal2024-04-171-3/+48
* block: Allow using bio_attempt_back_merge() internallyDamien Le Moal2024-04-171-0/+8
* block: Introduce blk_zone_update_request_bio()Damien Le Moal2024-04-171-1/+18
* block: Make blk_rq_set_mixed_merge() staticJohn Garry2024-03-261-1/+0
* block: limit block time caching to in_task() contextJens Axboe2024-03-131-1/+1
* Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-2/+83
|\
| * block: io wait hang check helperKeith Busch2024-02-241-0/+13
| * block: pass a queue_limits argument to blk_alloc_queueChristoph Hellwig2024-02-131-1/+1
| * block: add an API to atomically update queue limitsChristoph Hellwig2024-02-131-1/+1
| * block: update cached timestamp post schedule/preemptionJens Axboe2024-02-051-1/+3
| * block: cache current nsec time in struct blk_plugJens Axboe2024-02-051-1/+13
| * block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe2024-02-051-1/+12
| * block: move cgroup time handling code into blk.hJens Axboe2024-02-051-0/+42
* | block: remove bdev_handle completelyChristian Brauner2024-02-251-5/+0
* | bdev: remove bdev pointer from struct bdev_handleChristian Brauner2024-02-251-2/+1
* | bdev: make struct bdev_handle private to the block layerChristian Brauner2024-02-251-3/+9
* | bdev: make bdev_{release, open_by_dev}() private to block layerChristian Brauner2024-02-251-0/+4
|/
* block: simplify disk_set_zonedChristoph Hellwig2023-12-191-2/+0
* block: Add some exports for bcachefsKent Overstreet2023-08-141-1/+0
* block: make bvec_try_merge_hw_page() non-staticJinyoung Choi2023-08-091-0/+4
* blk-flush: count inflight flush_data requestsChengming Zhou2023-07-171-3/+2
* block: remove BIO_PAGE_REFFEDChristoph Hellwig2023-06-161-2/+0
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-5/+6
* block: remove unused fmode_t arguments from ioctl handlersChristoph Hellwig2023-06-121-3/+3
* block: move a few internal definitions out of blkdev.hChristoph Hellwig2023-06-121-2/+21
* block: delete partitions later in del_gendiskChristoph Hellwig2023-06-051-1/+1
* block: Add BIO_PAGE_PINNED and associated infrastructureDavid Howells2023-05-241-0/+12
* blk-mq: defer to the normal submission path for non-flush flush commandsChristoph Hellwig2023-05-191-1/+1
* blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh2023-04-261-9/+1
* block: Cleanup set_capacity()/bdev_set_nr_sectors()Damien Le Moal2023-04-241-0/+2
* blk-iolatency: Make initialization lazyTejun Heo2023-04-131-6/+0
* blk-mq: enforce op-specific segment limits in blk_insert_cloned_requestUday Shankar2023-03-021-0/+7
* block: Revert "block: Do not reread partition table on exclusively open device"Yu Kuai2023-02-171-1/+1
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-18/+9
|\
| * block: Do not reread partition table on exclusively open deviceJan Kara2022-12-011-1/+1
| * block: untangle request_queue refcounting from sysfsChristoph Hellwig2022-11-301-4/+0
| * blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig2022-11-021-8/+1
| * block: split elevator_switchChristoph Hellwig2022-11-011-0/+1
| * block: Constify most queue limits pointersBart Van Assche2022-10-251-5/+6
* | Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds2022-11-181-0/+1
|\ \ | |/ |/|
| * block: make blk_set_default_limits() privateKeith Busch2022-11-161-0/+1
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+7
|\ \ | |/ |/|
| * kmsan: disable physical page merging in biovecAlexander Potapenko2022-10-031-0/+7
* | blk-mq: use quiesced elevator switch when reinitializing queuesKeith Busch2022-09-271-2/+1