summaryrefslogtreecommitdiff
path: root/block/blk.h
AgeCommit message (Expand)AuthorFilesLines
2025-05-06block: only update request sector if neededJohannes Thumshirn1-1/+2
2025-04-24block: don't autoload drivers on statChristoph Hellwig1-1/+1
2025-04-24block: move blkdev_{get,put} _no_open prototypes out of blkdev.hChristoph Hellwig1-0/+3
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-03-03block: split struct bio_integrity_payloadChristoph Hellwig1-1/+1
2025-02-25block: make segment size limit workable for > 4K PAGE_SIZEMing Lei1-2/+7
2025-01-15block: limit disk max sectors to (LLONG_MAX >> 9)Ming Lei1-0/+2
2025-01-04block: remove bio_add_pc_pageChristoph Hellwig1-8/+0
2024-12-23block: track queue dying state automatically for modeling queue freeze lockdepMing Lei1-6/+6
2024-12-23block: track disk DEAD state automatically for modeling queue freeze lockdepMing Lei1-6/+13
2024-11-11block: lift bio_is_zone_append to bio.hChristoph Hellwig1-9/+0
2024-11-07block: always verify unfreeze lock on the owner taskMing Lei1-1/+2
2024-11-07block: remove blk_freeze_queue()Ming Lei1-1/+0
2024-10-26block: model freeze & enter queue as lock for supporting lockdepMing Lei1-3/+26
2024-10-22block: add support for defining read-only partitionsChristian Marangi1-0/+1
2024-10-22block: kill blk_do_io_stat() helperJens Axboe1-11/+0
2024-10-22block: move iostat check into blk_acount_io_start()Jens Axboe1-1/+1
2024-09-11block: implement async io_uring discard cmdPavel Begunkov1-0/+1
2024-09-11block: Added folio-ized version of bio_add_hw_page()Kundan Kumar1-0/+4
2024-08-29block: don't use bio_split_rw on misc operationsChristoph Hellwig1-1/+6
2024-08-29block: properly handle REQ_OP_ZONE_APPEND in __bio_split_to_limitsChristoph Hellwig1-0/+4
2024-08-29block: rework bio splittingChristoph Hellwig1-19/+44
2024-07-22Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds1-2/+12
2024-07-08block: add a bvec_phys helperChristoph Hellwig1-2/+2
2024-07-03block: don't free submitter owned integrity payload on I/O completionChristoph Hellwig1-2/+11
2024-07-03block: split integrity support out of bio.hChristoph Hellwig1-0/+1
2024-06-28block: remove bio_integrity_processChristoph Hellwig1-5/+2
2024-06-26block: remove disk_update_readaheadChristoph Hellwig1-0/+2
2024-06-20block: Add core atomic write supportJohn Garry1-0/+3
2024-06-20block: Pass blk_queue_get_max_sectors() a request pointerJohn Garry1-2/+4
2024-06-19block: move the bounce flag into the features fieldChristoph Hellwig1-1/+1
2024-06-14block: remove the blk_integrity_profile structureChristoph Hellwig1-0/+8
2024-05-21Merge 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