summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2024-02-05block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe-45/+56
2024-02-05block: move cgroup time handling code into blk.hJens Axboe-0/+43
2024-02-05blk-mq: special case cached requests lessChristoph Hellwig-19/+22
2024-02-05blk-mq: introduce a blk_mq_peek_cached_request helperChristoph Hellwig-30/+33
2024-02-05blk-mq: move blk_mq_attempt_bio_merge out blk_mq_get_new_requestsChristoph Hellwig-10/+11
2024-02-01block: Fix where bio IO priority gets setHongyu Jin-10/+10
2024-02-01iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig-1/+1
2024-01-23block: Fix WARNING in _copy_from_iterChristian A. Ehrhardt-3/+10
2024-01-22block: Move checking GENHD_FL_NO_PART to bdev_add_partition()Li Lingfeng-2/+5
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds-62/+44
2024-01-17blk-mq: Remove the hctx 'run' debugfs attributeBart Van Assche-20/+0
2024-01-16block: bio-integrity: fix kcalloc() arguments orderDmitry Antipov-1/+1
2024-01-15block: Correct a documentation comment in blk-cgroup.cNicky Chorley-1/+1
2024-01-12block: ensure we hold a queue reference when using queue limitsJens Axboe-6/+10
2024-01-12blk-mq: rename blk_mq_can_use_cached_rqChristoph Hellwig-3/+6
2024-01-12block: print symbolic error name instead of error codeChristian Heusel-2/+2
2024-01-12blk-mq: fix IO hang from sbitmap wakeup raceMing Lei-0/+16
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds-185/+320
2024-01-10block: fix partial zone append completion handling in req_bio_endio()Damien Le Moal-2/+7
2024-01-10block/iocost: silence warning on 'last_period' potentially being unusedJens Axboe-1/+1
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+19
2024-01-08block: move __get_task_ioprio() into header fileJens Axboe-26/+0
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-107/+171
2024-01-08block: Treat sequential write preferred zone type as invalidDamien Le Moal-1/+1
2024-01-08block: remove disk_clear_zonedChristoph Hellwig-21/+0
2024-01-04blk-cgroup: fix rcu lockdep warning in blkg_lookup()Ming Lei-1/+2
2024-01-04blk-cgroup: don't use removal safe list iteratorsDaniel Vacek-2/+2
2024-01-04block: floor the discard granularity to the physical block sizeChristoph Hellwig-0/+3
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)-3/+18
2023-12-29Merge tag 'block-6.7-2023-12-29' of git://git.kernel.dk/linuxLinus Torvalds-2/+4
2023-12-29block: default the discard granularity to sector sizeChristoph Hellwig-1/+4
2023-12-29block: remove two comments in bio_split_discardChristoph Hellwig-5/+1
2023-12-28block: Fix a memory leak in bdev_open_by_dev()Christophe JAILLET-2/+4
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig-2/+2
2023-12-26blk-wbt: remove the separate write cache trackingChristoph Hellwig-18/+2
2023-12-26block: reject invalid operation in submit_bio_noacctChristoph Hellwig-5/+21
2023-12-23badblocks: avoid checking invalid range in badblocks_check()Coly Li-2/+4
2023-12-20block: export disk_clear_zoned()Jens Axboe-0/+1
2023-12-19block: simplify disk_set_zonedChristoph Hellwig-24/+13
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig-75/+13
2023-12-19block: add check of 'minors' and 'first_minor' in device_add_disk()Li Nan-1/+3
2023-12-18block: skip cgroups for passthrough ioKundan Kumar-0/+3
2023-12-15block: support adding less than len in bio_add_hw_pageChristoph Hellwig-1/+4
2023-12-15block: prevent an integer overflow in bvec_try_merge_hw_pageChristoph Hellwig-1/+1
2023-12-14block: Use pr_info() instead of printk(KERN_INFO ...)Bart Van Assche-8/+4
2023-12-13block: add check that partition length needs to be aligned with block sizeMin Li-4/+7
2023-12-13block: Set memalloc_noio to false on device_add_disk() error pathLi Nan-0/+1
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)-1/+1
2023-12-07block: Remove special-casing of compound pagesMatthew Wilcox (Oracle)-22/+24
2023-12-01block: skip QUEUE_FLAG_STATS and rq-qos for passthrough ioKundan Kumar-2/+3