summaryrefslogtreecommitdiff
path: root/block/blk-zoned.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-19block: Fix an error path in disk_update_zone_resources()Bart Van Assche1-0/+1
2025-12-10block: fix cached zone reports on devices with native zone appendJohannes Thumshirn1-1/+1
2025-12-05block: 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-13blk-zoned: Move code from disk_zone_wplug_add_bio() into its callerBart Van Assche1-25/+17
2025-11-13blk-zoned: Document disk_zone_wplug_schedule_bio_work() lockingBart Van Assche1-0/+2
2025-11-13blk-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-07block: fix cached zone reporting after zone append was usedChristoph Hellwig1-5/+21
2025-11-07block: 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
2025-07-15block: add tracepoint for blk_zone_update_request_bioJohannes Thumshirn1-0/+3
2025-07-15block: split blk_zone_update_request_bio into two functionsJohannes Thumshirn1-0/+13
2025-07-01block: Introduce bio_needs_zone_write_plugging()Damien Le Moal1-19/+1
2025-06-11block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_workChristoph Hellwig1-2/+5
2025-06-11block: Clear BIO_EMULATES_ZONE_APPEND flag on BIO completionDamien Le Moal1-0/+1
2025-04-23block: fix race between set_blocksize and read pathsDarrick J. Wong1-1/+4
2025-02-26block: Remove zone write plugs when handling native zone append writesDamien Le Moal1-7/+69
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig1-2/+3
2025-01-10block: add a queue_limits_commit_update_frozen helperChristoph Hellwig1-6/+1
2024-12-23blk-zoned: Split queue_zone_wplugs_show()Bart Van Assche1-20/+24
2024-12-23blk-zoned: Improve the queue reference count strategy documentationBart Van Assche1-4/+2
2024-12-23blk-zoned: Document locking assumptionsBart Van Assche1-0/+4
2024-12-23blk-zoned: Minimize #include directivesBart Van Assche1-4/+0
2024-12-10block: get wp_offset by bdev_offset_from_zone_startLongPing Wei1-1/+1
2024-12-10block: Prevent potential deadlocks in zone write plug error recoveryDamien Le Moal1-247/+61
2024-12-10dm: Fix dm-zoned-reclaim zone write pointer alignmentDamien Le Moal1-23/+118
2024-12-10block: Ignore REQ_NOWAIT for zone reset and zone finish operationsDamien Le Moal1-0/+9
2024-12-10block: Use a zone write plug BIO work for REQ_NOWAIT BIOsDamien Le Moal1-20/+42
2024-11-26block: Prevent potential deadlock in blk_revalidate_disk_zones()Damien Le Moal1-4/+10
2024-11-08block: Add a public bdev_zone_is_seq() helperDamien Le Moal1-15/+2