summaryrefslogtreecommitdiffstats
path: root/block/blk.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | blk-iolatency: pass a gendisk to blk_iolatency_initChristoph Hellwig2022-09-261-2/+2
|/
* block: pass struct queue_limits to the bio splitting helpersChristoph Hellwig2022-08-021-11/+14
* block: move bio_allowed_max_sectors to blk-merge.cChristoph Hellwig2022-08-021-10/+0
* block: change the blk_queue_bounce calling conventionChristoph Hellwig2022-08-021-4/+6
* block: change the blk_queue_split calling conventionChristoph Hellwig2022-08-021-3/+3
* block: remove __blk_get_queueChristoph Hellwig2022-07-211-5/+0
* block: Use enum req_op where appropriateBart Van Assche2022-07-141-1/+1
* block: pass a gendisk to blk_queue_free_zone_bitmapsChristoph Hellwig2022-07-061-2/+2
* block: pass a gendisk to blk_queue_clear_zone_settingsChristoph Hellwig2022-07-061-2/+2