summaryrefslogtreecommitdiff
path: root/block/blk-zoned.c
AgeCommit message (Expand)Author
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-06-05block: Add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2026-05-22block: avoid use-after-free in disk_free_zone_resources()Damien Le Moal
2026-05-13block: fix handling of dead zone write plugsDamien Le Moal
2026-04-09block: refactor blkdev_zone_mgmt_ioctlChristoph Hellwig
2026-03-31block: fix zones_cond memory leak on zone revalidation error pathsJackie Liu
2026-03-09block: allow submitting all zone writes from a single contextDamien Le Moal
2026-03-09block: rename struct gendisk zone_wplugs_lock fieldDamien Le Moal
2026-03-09block: remove disk_zone_is_full()Damien Le Moal
2026-03-09block: rename and simplify disk_get_and_lock_zone_wplug()Damien Le Moal
2026-03-09block: fix zone write plugs refcount handling in disk_zone_wplug_schedule_bio...Damien Le Moal
2026-03-09block: fix zone write plug removalDamien Le Moal
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-01-19block: Fix an error path in disk_update_zone_resources()Bart Van Assche
2026-01-15block: fix blk_zone_cond_str() commentDamien Le Moal
2025-12-09block: fix cached zone reports on devices with native zone appendJohannes Thumshirn
2025-12-04block: Clear BLK_ZONE_WPLUG_PLUGGED when aborting plugged BIOsDamien Le Moal
2025-11-13block: fix NULL pointer dereference in disk_report_zones()Damien Le Moal
2025-11-13block: fix NULL pointer dereference in blk_zone_reset_all_bio_endio()Damien Le Moal
2025-11-12blk-zoned: Move code from disk_zone_wplug_add_bio() into its callerBart Van Assche
2025-11-12blk-zoned: Document disk_zone_wplug_schedule_bio_work() lockingBart Van Assche
2025-11-12blk-zoned: Fix a typo in a source code commentBart Van Assche
2025-11-07block: introduce bdev_zone_start()Damien Le Moal
2025-11-07block: refactor disk_zone_wplug_sync_wp_offset()Damien Le Moal
2025-11-07block: improve blk_zone_wp_offset()Damien Le Moal
2025-11-07block: don't return 1 for the fallback case in blkdev_get_zone_infoChristoph Hellwig
2025-11-06block: fix cached zone reporting after zone append was usedChristoph Hellwig
2025-11-06block: don't leak disk->zones_cond for !disk_need_zone_resourcesChristoph Hellwig
2025-11-05block: add zone write plug condition to debugfs zone_wplugsDamien Le Moal
2025-11-05block: improve zone_wplugs debugfs attribute outputDamien Le Moal
2025-11-05block: introduce BLKREPORTZONESV2 ioctlDamien Le Moal
2025-11-05block: introduce blkdev_report_zones_cached()Damien Le Moal
2025-11-05block: introduce blkdev_get_zone_info()Damien Le Moal
2025-11-05block: refactor blkdev_report_zones() codeDamien Le Moal
2025-11-05block: track zone conditionsDamien Le Moal
2025-11-05block: use zone condition to determine conventional zonesDamien Le Moal
2025-11-05block: reorganize struct blk_zone_wplugDamien Le Moal
2025-11-05block: introduce disk_report_zone()Damien Le Moal
2025-11-05block: cleanup blkdev_report_zones()Damien Le Moal
2025-11-05block: freeze queue when updating zone resourcesDamien Le Moal
2025-11-05block: handle zone management operations completionsDamien Le Moal
2025-08-26blk-zoned: Fix a lockdep complaint about recursive lockingBart Van Assche
2025-07-15block: add trace messages to zone write pluggingJohannes Thumshirn
2025-07-15block: add tracepoint for blkdev_zone_mgmtJohannes Thumshirn
2025-07-15block: add tracepoint for blk_zone_update_request_bioJohannes Thumshirn
2025-07-15block: split blk_zone_update_request_bio into two functionsJohannes Thumshirn
2025-06-30block: Introduce bio_needs_zone_write_plugging()Damien Le Moal
2025-06-11block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_workChristoph Hellwig