summaryrefslogtreecommitdiff
path: root/block/blk.h
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2024-05-09blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOWYu Kuai1-11/+0
2024-05-09block: support to account io_ticks preciselyYu Kuai1-0/+1
2024-05-07block: add a bio_await_chain helperKeith Busch1-0/+1
2024-05-03missing helpers: bdev_unhash(), bdev_drop()Al Viro1-0/+2
2024-05-01block: Improve zone write request completion handlingDamien Le Moal1-4/+4
2024-05-01block: Fix handling of non-empty flush write requests to zonesDamien Le Moal1-2/+2
2024-04-17block: Implement zone append emulationDamien Le Moal1-2/+12
2024-04-17block: Introduce zone write pluggingDamien Le Moal1-3/+48
2024-04-17block: Allow using bio_attempt_back_merge() internallyDamien Le Moal1-0/+8
2024-04-17block: Introduce blk_zone_update_request_bio()Damien Le Moal1-1/+18
2024-03-26block: Make blk_rq_set_mixed_merge() staticJohn Garry1-1/+0
2024-03-13block: limit block time caching to in_task() contextJens Axboe1-1/+1
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-2/+83
2024-02-25block: remove bdev_handle completelyChristian Brauner1-5/+0
2024-02-25bdev: remove bdev pointer from struct bdev_handleChristian Brauner1-2/+1
2024-02-25bdev: make struct bdev_handle private to the block layerChristian Brauner1-3/+9
2024-02-25bdev: make bdev_{release, open_by_dev}() private to block layerChristian Brauner1-0/+4
2024-02-24block: io wait hang check helperKeith Busch1-0/+13
2024-02-13block: pass a queue_limits argument to blk_alloc_queueChristoph Hellwig1-1/+1
2024-02-13block: add an API to atomically update queue limitsChristoph Hellwig1-1/+1
2024-02-05block: update cached timestamp post schedule/preemptionJens Axboe1-1/+3
2024-02-05block: cache current nsec time in struct blk_plugJens Axboe1-1/+13
2024-02-05block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe1-1/+12
2024-02-05block: move cgroup time handling code into blk.hJens Axboe1-0/+42
2023-12-20block: simplify disk_set_zonedChristoph Hellwig1-2/+0
2023-08-15block: Add some exports for bcachefsKent Overstreet1-1/+0
2023-08-10block: make bvec_try_merge_hw_page() non-staticJinyoung Choi1-0/+4
2023-07-17blk-flush: count inflight flush_data requestsChengming Zhou1-3/+2
2023-06-16block: remove BIO_PAGE_REFFEDChristoph Hellwig1-2/+0
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-5/+6
2023-06-12block: remove unused fmode_t arguments from ioctl handlersChristoph Hellwig1-3/+3
2023-06-12block: move a few internal definitions out of blkdev.hChristoph Hellwig1-2/+21
2023-06-05block: delete partitions later in del_gendiskChristoph Hellwig1-1/+1
2023-05-24block: Add BIO_PAGE_PINNED and associated infrastructureDavid Howells1-0/+12
2023-05-20blk-mq: defer to the normal submission path for non-flush flush commandsChristoph Hellwig1-1/+1
2023-04-27blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh1-9/+1
2023-04-24block: Cleanup set_capacity()/bdev_set_nr_sectors()Damien Le Moal1-0/+2
2023-04-13blk-iolatency: Make initialization lazyTejun Heo1-6/+0
2023-03-03blk-mq: enforce op-specific segment limits in blk_insert_cloned_requestUday Shankar1-0/+7
2023-02-17block: Revert "block: Do not reread partition table on exclusively open device"Yu Kuai1-1/+1
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-18/+9
2022-12-01block: Do not reread partition table on exclusively open deviceJan Kara1-1/+1
2022-11-30block: untangle request_queue refcounting from sysfsChristoph Hellwig1-4/+0
2022-11-19Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2022-11-17block: make blk_set_default_limits() privateKeith Busch1-0/+1
2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig1-8/+1
2022-11-01block: split elevator_switchChristoph Hellwig1-0/+1
2022-10-25block: Constify most queue limits pointersBart Van Assche1-5/+6
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+7