summaryrefslogtreecommitdiff
path: root/block/blk.h
AgeCommit message (Expand)Author
2024-09-11block: implement async io_uring discard cmdPavel Begunkov
2024-09-11block: Added folio-ized version of bio_add_hw_page()Kundan Kumar
2024-08-29block: don't use bio_split_rw on misc operationsChristoph Hellwig
2024-08-29block: properly handle REQ_OP_ZONE_APPEND in __bio_split_to_limitsChristoph Hellwig
2024-08-29block: rework bio splittingChristoph Hellwig
2024-07-22Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds
2024-07-08block: add a bvec_phys helperChristoph Hellwig
2024-07-03block: don't free submitter owned integrity payload on I/O completionChristoph Hellwig
2024-07-03block: split integrity support out of bio.hChristoph Hellwig
2024-06-28block: remove bio_integrity_processChristoph Hellwig
2024-06-26block: remove disk_update_readaheadChristoph Hellwig
2024-06-20block: Add core atomic write supportJohn Garry
2024-06-20block: Pass blk_queue_get_max_sectors() a request pointerJohn Garry
2024-06-19block: move the bounce flag into the features fieldChristoph Hellwig
2024-06-14block: remove the blk_integrity_profile structureChristoph Hellwig
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-09blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOWYu Kuai
2024-05-09block: support to account io_ticks preciselyYu Kuai
2024-05-07block: add a bio_await_chain helperKeith Busch
2024-05-03missing helpers: bdev_unhash(), bdev_drop()Al Viro
2024-05-01block: Improve zone write request completion handlingDamien Le Moal
2024-05-01block: Fix handling of non-empty flush write requests to zonesDamien Le Moal
2024-04-17block: Implement zone append emulationDamien Le Moal
2024-04-17block: Introduce zone write pluggingDamien Le Moal
2024-04-17block: Allow using bio_attempt_back_merge() internallyDamien Le Moal
2024-04-17block: Introduce blk_zone_update_request_bio()Damien Le Moal
2024-03-26block: Make blk_rq_set_mixed_merge() staticJohn Garry
2024-03-13block: limit block time caching to in_task() contextJens Axboe
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-02-25block: remove bdev_handle completelyChristian Brauner
2024-02-25bdev: remove bdev pointer from struct bdev_handleChristian Brauner
2024-02-25bdev: make struct bdev_handle private to the block layerChristian Brauner
2024-02-25bdev: make bdev_{release, open_by_dev}() private to block layerChristian Brauner
2024-02-24block: io wait hang check helperKeith Busch
2024-02-13block: pass a queue_limits argument to blk_alloc_queueChristoph Hellwig
2024-02-13block: add an API to atomically update queue limitsChristoph Hellwig
2024-02-05block: update cached timestamp post schedule/preemptionJens Axboe
2024-02-05block: cache current nsec time in struct blk_plugJens Axboe
2024-02-05block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe
2024-02-05block: move cgroup time handling code into blk.hJens Axboe
2023-12-19block: simplify disk_set_zonedChristoph Hellwig
2023-08-14block: Add some exports for bcachefsKent Overstreet
2023-08-09block: make bvec_try_merge_hw_page() non-staticJinyoung Choi
2023-07-17blk-flush: count inflight flush_data requestsChengming Zhou
2023-06-16block: remove BIO_PAGE_REFFEDChristoph Hellwig
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: remove unused fmode_t arguments from ioctl handlersChristoph Hellwig
2023-06-12block: move a few internal definitions out of blkdev.hChristoph Hellwig
2023-06-05block: delete partitions later in del_gendiskChristoph Hellwig
2023-05-24block: Add BIO_PAGE_PINNED and associated infrastructureDavid Howells