summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2024-05-02block: fix module reference leakage from bdev_open_by_dev error pathYu Kuai1-1/+1
2024-04-27block: propagate partition scanning errors to the BLKRRPART ioctlChristoph Hellwig2-11/+21
2024-04-17block: fix q->blkg_list corruption during disk rebindMing Lei3-3/+10
2024-04-13block: prevent division by zero in blk_rq_stat_sum()Roman Smirnov1-1/+1
2024-04-10block: count BLK_OPEN_RESTRICT_WRITES openersChristian Brauner1-3/+3
2024-04-03block: Do not force full zone append completion in req_bio_endio()Damien Le Moal1-7/+2
2024-04-03Revert "block/mq-deadline: use correct way to throttling write requests"Bart Van Assche1-2/+1
2024-04-03block: Fix page refcounts for unaligned buffers in __bio_release_pages()Tony Battersby1-3/+4
2024-04-03block: Clear zone limits for a non-zoned stacked queueDamien Le Moal1-0/+4
2024-03-27block: fix deadlock between bd_link_disk_holder and partition scanLi Nan1-5/+7
2024-02-17block: sed-opal: handle empty atoms when parsing responseGreg Joyce2-1/+6
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-01block: Fix where bio IO priority gets setHongyu Jin2-10/+10
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-19Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds8-62/+44
2024-01-18blk-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-13block: 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-12Merge 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/...Linus 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/vf...Linus 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-05blk-cgroup: fix rcu lockdep warning in blkg_lookup()Ming Lei1-1/+2
2024-01-05blk-cgroup: don't use removal safe list iteratorsDaniel Vacek1-2/+2
2024-01-05block: 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
2023-12-28block: Fix a memory leak in bdev_open_by_dev()Christophe JAILLET1-2/+4
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig2-2/+2
2023-12-26blk-wbt: remove the separate write cache trackingChristoph Hellwig3-18/+2
2023-12-26block: reject invalid operation in submit_bio_noacctChristoph Hellwig1-5/+21
2023-12-24badblocks: avoid checking invalid range in badblocks_check()Coly Li1-2/+4
2023-12-21block: export disk_clear_zoned()Jens Axboe1-0/+1
2023-12-20block: simplify disk_set_zonedChristoph Hellwig3-24/+13
2023-12-20block: remove support for the host aware zone modelChristoph Hellwig3-75/+13
2023-12-19block: add check of 'minors' and 'first_minor' in device_add_disk()Li Nan1-1/+3
2023-12-18block: skip cgroups for passthrough ioKundan Kumar1-0/+3
2023-12-15block: support adding less than len in bio_add_hw_pageChristoph Hellwig1-1/+4