summaryrefslogtreecommitdiff
path: root/block/blk-zoned.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-04block: remove blk_zone_wplug_handle_zone_mgmtChristoph Hellwig1-19/+0
2026-08-04block: allow REQ_NOWAIT zone management commandsChristoph Hellwig1-9/+0
2026-08-04block: remove a dead return statement in blk_zone_plug_bioChristoph Hellwig1-2/+0
2026-07-01block: avoid potential deadlock on zone revalidation failureDamien Le Moal1-14/+28
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2026-06-05block: Add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+1
2026-05-22block: avoid use-after-free in disk_free_zone_resources()Damien Le Moal1-4/+3
2026-05-13block: fix handling of dead zone write plugsDamien Le Moal1-5/+27
2026-04-09block: refactor blkdev_zone_mgmt_ioctlChristoph Hellwig1-23/+18
2026-03-31block: fix zones_cond memory leak on zone revalidation error pathsJackie Liu1-6/+20
2026-03-09block: allow submitting all zone writes from a single contextDamien Le Moal1-21/+169
2026-03-09block: rename struct gendisk zone_wplugs_lock fieldDamien Le Moal1-11/+12
2026-03-09block: remove disk_zone_is_full()Damien Le Moal1-9/+3
2026-03-09block: rename and simplify disk_get_and_lock_zone_wplug()Damien Le Moal1-16/+10
2026-03-09block: fix zone write plugs refcount handling in disk_zone_wplug_schedule_bio...Damien Le Moal1-4/+8
2026-03-09block: fix zone write plug removalDamien Le Moal1-94/+57
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+5
2026-01-19block: Fix an error path in disk_update_zone_resources()Bart Van Assche1-0/+1
2026-01-15block: fix blk_zone_cond_str() commentDamien Le Moal1-5/+5
2025-12-09block: fix cached zone reports on devices with native zone appendJohannes Thumshirn1-1/+1
2025-12-04block: Clear BLK_ZONE_WPLUG_PLUGGED when aborting plugged BIOsDamien Le Moal1-0/+4
2025-11-13block: fix NULL pointer dereference in disk_report_zones()Damien Le Moal1-1/+1
2025-11-13block: fix NULL pointer dereference in blk_zone_reset_all_bio_endio()Damien Le Moal1-9/+12
2025-11-12blk-zoned: Move code from disk_zone_wplug_add_bio() into its callerBart Van Assche1-25/+17
2025-11-12blk-zoned: Document disk_zone_wplug_schedule_bio_work() lockingBart Van Assche1-0/+2
2025-11-12blk-zoned: Fix a typo in a source code commentBart Van Assche1-1/+1
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: 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 Moal1-3/+22
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 Moal1-49/+90
2025-08-26blk-zoned: Fix a lockdep complaint about recursive lockingBart Van Assche1-5/+6
2025-07-15block: add trace messages to zone write pluggingJohannes Thumshirn1-0/+5
2025-07-15block: add tracepoint for blkdev_zone_mgmtJohannes Thumshirn1-0/+2