aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2025-11-07block: introduce bdev_zone_start()Damien Le Moal1-2/+2
2025-11-07block: refactor disk_zone_wplug_sync_wp_offset()Damien Le Moal1-14/+13
2025-11-07block: improve blk_zone_wp_offset()Damien Le Moal1-4/+4
2025-11-07block: don't return 1 for the fallback case in blkdev_get_zone_infoChristoph Hellwig1-1/+7
2025-11-06block: accumulate memory segment gaps per bioKeith Busch5-5/+47
2025-11-06block: fix cached zone reporting after zone append was usedChristoph Hellwig1-5/+21
2025-11-06block: don't leak disk->zones_cond for !disk_need_zone_resourcesChristoph Hellwig1-12/+8
2025-11-05block: add zone write plug condition to debugfs zone_wplugsDamien Le Moal1-2/+4
2025-11-05block: improve zone_wplugs debugfs attribute outputDamien Le Moal1-2/+4
2025-11-05block: introduce BLKREPORTZONESV2 ioctlDamien Le Moal2-3/+23
2025-11-05block: introduce blkdev_report_zones_cached()Damien Le Moal1-13/+75
2025-11-05block: introduce blkdev_get_zone_info()Damien Le Moal1-0/+141
2025-11-05block: refactor blkdev_report_zones() codeDamien Le Moal1-8/+16
2025-11-05block: track zone conditionsDamien Le Moal1-6/+114
2025-11-05block: use zone condition to determine conventional zonesDamien Le Moal1-45/+108
2025-11-05block: reorganize struct blk_zone_wplugDamien Le Moal1-10/+10
2025-11-05block: introduce disk_report_zone()Damien Le Moal1-37/+42
2025-11-05block: cleanup blkdev_report_zones()Damien Le Moal1-2/+1
2025-11-05block: freeze queue when updating zone resourcesDamien Le Moal1-18/+24
2025-11-05block: handle zone management operations completionsDamien Le Moal2-49/+104
2025-11-05block: add __must_check attribute to sb_min_blocksize()Yongpeng Yang1-1/+1
2025-11-05iomap: add caller-provided callbacks for read and readaheadJoanne Koong1-2/+3
2025-11-04block: make bio auto-integrity deadlock safeChristoph Hellwig3-19/+72
2025-11-04block: blocking mempool_alloc doesn't failChristoph Hellwig1-4/+0
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos1-2/+4
2025-10-31Merge tag 'block-6.18-20251031' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-1/+1
2025-10-30blk-crypto: use BLK_STS_INVAL for alignment errorsCarlos Llamas1-1/+1
2025-10-24Merge tag 'block-6.18-20251023' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-0/+10
2025-10-22blktrace: handle BLKTRACESETUP2 ioctlJohannes Thumshirn1-0/+1
2025-10-22block: require LBA dma_alignment when using PIChristoph Hellwig1-0/+10
2025-10-22block: rename min_segment_sizeKeith Busch3-4/+4
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-2/+2
2025-10-20blk-mq: use struct_size() in kmalloc()Mehdi Ben Hadj Khelifa1-2/+1
2025-10-20block/mq-deadline: Switch back to a single dispatch listBart Van Assche1-60/+47
2025-10-20block/mq-deadline: Introduce dd_start_request()Bart Van Assche1-8/+14
2025-10-17Merge tag 'block-6.18-20251016' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds5-14/+11
2025-10-15block: Remove elevator_lock usage from blkg_conf frozen operationsMing Lei1-9/+4
2025-10-15blk-mq: fix stale tag depth for shared sched tags in blk_mq_update_nr_requests()Yu Kuai4-5/+7
2025-10-10Merge tag 'block-6.18-20251009' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds3-7/+17
2025-10-07block: move bio_iov_iter_get_bdev_pages to block/fops.cChristoph Hellwig1-3/+10
2025-10-07block: rename bio_iov_iter_get_pages_aligned to bio_iov_iter_get_pagesChristoph Hellwig2-4/+3
2025-10-07block: remove bio_iov_iter_get_pagesChristoph Hellwig1-1/+5
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-7/+8
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds31-592/+722
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-1/+1
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-5/+3
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2025-09-26Merge tag 'block-6.17-20250925' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-1/+3
2025-09-23blk-cgroup: fix possible deadlock while configuring policyYu Kuai1-15/+8