aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-13block: use queue_limits_commit_update in queue_discard_max_storeChristoph Hellwig1-3/+10
2024-02-13block: add a max_user_discard_sectors queue limitChristoph Hellwig2-12/+23
2024-02-13block: use queue_limits_commit_update in queue_max_sectors_storeChristoph Hellwig1-25/+12
2024-02-13block: add an API to atomically update queue limitsChristoph Hellwig3-37/+194
2024-02-13block: decouple blk_set_stacking_limits from blk_set_default_limitsChristoph Hellwig1-4/+9
2024-02-13block: refactor disk_update_readaheadChristoph Hellwig1-9/+12
2024-02-12block: support PI at non-zero offset within metadataKanchan Joshi3-14/+40
2024-02-12block: refactor guard helpersKanchan Joshi1-10/+10
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn1-11/+8
2024-02-08block: Simplify the allocation of slab cachesKunwu Chan1-2/+1
2024-02-08block: optimise in irq bio put cachingPavel Begunkov1-11/+12
2024-02-08block: extend bio caching to task contextPavel Begunkov1-1/+2
2024-02-08blk-iocost: Fix an UBSAN shift-out-of-bounds warningTejun Heo1-0/+7
2024-02-06blk-wbt: Fix detection of dirty-throttled tasksJan Kara1-2/+2
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche6-0/+17
2024-02-05blk-throttle: Eliminate redundant checks for data directionTang Yizhou1-2/+2
2024-02-05block: update cached timestamp post schedule/preemptionJens Axboe2-1/+5
2024-02-05block: cache current nsec time in struct blk_plugJens Axboe2-1/+14
2024-02-05block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe10-45/+56
2024-02-05block: move cgroup time handling code into blk.hJens Axboe2-0/+43
2024-02-05blk-mq: special case cached requests lessChristoph Hellwig1-19/+22
2024-02-05blk-mq: introduce a blk_mq_peek_cached_request helperChristoph Hellwig1-30/+33
2024-02-05blk-mq: move blk_mq_attempt_bio_merge out blk_mq_get_new_requestsChristoph Hellwig1-10/+11
2024-02-01block: Fix where bio IO priority gets setHongyu Jin2-10/+10
2024-02-01iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig1-1/+1
2024-01-23block: Fix WARNING in _copy_from_iterChristian A. Ehrhardt1-3/+10
2024-01-22block: Move checking GENHD_FL_NO_PART to bdev_add_partition()Li Lingfeng2-2/+5
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds8-62/+44
2024-01-17blk-mq: Remove the hctx 'run' debugfs attributeBart Van Assche2-20/+0
2024-01-16block: bio-integrity: fix kcalloc() arguments orderDmitry Antipov1-1/+1
2024-01-15block: Correct a documentation comment in blk-cgroup.cNicky Chorley1-1/+1
2024-01-12block: ensure we hold a queue reference when using queue limitsJens Axboe1-6/+10
2024-01-12blk-mq: rename blk_mq_can_use_cached_rqChristoph Hellwig1-3/+6
2024-01-12block: print symbolic error name instead of error codeChristian Heusel1-2/+2
2024-01-12blk-mq: fix IO hang from sbitmap wakeup raceMing Lei1-0/+16
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds17-185/+320
2024-01-10block: fix partial zone append completion handling in req_bio_endio()Damien Le Moal1-2/+7
2024-01-10block/iocost: silence warning on 'last_period' potentially being unusedJens Axboe1-1/+1
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+19
2024-01-08block: move __get_task_ioprio() into header fileJens Axboe1-26/+0
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-107/+171
2024-01-08block: Treat sequential write preferred zone type as invalidDamien Le Moal1-1/+1
2024-01-08block: remove disk_clear_zonedChristoph Hellwig1-21/+0
2024-01-04blk-cgroup: fix rcu lockdep warning in blkg_lookup()Ming Lei1-1/+2
2024-01-04blk-cgroup: don't use removal safe list iteratorsDaniel Vacek1-2/+2
2024-01-04block: floor the discard granularity to the physical block sizeChristoph Hellwig1-0/+3
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)1-3/+18
2023-12-29Merge tag 'block-6.7-2023-12-29' of git://git.kernel.dk/linuxLinus Torvalds1-2/+4
2023-12-29block: default the discard granularity to sector sizeChristoph Hellwig1-1/+4
2023-12-29block: remove two comments in bio_split_discardChristoph Hellwig1-5/+1