summaryrefslogtreecommitdiff
path: root/block/blk-zoned.c
AgeCommit message (Expand)AuthorFilesLines
5 daysblock: Introduce bio_needs_zone_write_plugging()Damien Le Moal1-19/+1
2025-06-27block: Clear BIO_EMULATES_ZONE_APPEND flag on BIO completionDamien Le Moal1-0/+1
2025-06-19block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_workChristoph Hellwig1-2/+5
2025-04-23block: fix race between set_blocksize and read pathsDarrick J. Wong1-1/+4
2025-02-25block: 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-07block: Add a public bdev_zone_is_seq() helperDamien Le Moal1-15/+2
2024-11-07block: RCU protect disk->conv_zones_bitmapDamien Le Moal1-12/+31
2024-11-07block: Switch to using refcount_t for zone write plugsDamien Le Moal1-10/+10
2024-11-04block: remove the max_zone_append_sectors check in blk_revalidate_disk_zonesChristoph Hellwig1-6/+0
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds1-105/+21
2024-07-05block: Remove blk_alloc_zone_bitmap()Damien Le Moal1-10/+2
2024-07-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal1-73/+3
2024-06-21block: Define bdev_nr_zones() as an inline functionDamien Le Moal1-18/+0
2024-06-15block: Improve checks on zone resource limitsDamien Le Moal1-4/+16
2024-06-12block: Optimize disk zone resource cleanupDamien Le Moal1-0/+3
2024-05-30block: Fix zone write plugging handling of devices with a runt zoneDamien Le Moal1-8/+27
2024-05-30block: Fix validation of zoned device with a runt zoneDamien Le Moal1-5/+11
2024-05-21Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro1-2/+2
2024-05-01block: Cleanup blk_revalidate_zone_cb()Damien Le Moal1-52/+77
2024-05-01block: Simplify zone write plug BIO abortDamien Le Moal1-8/+7
2024-05-01block: Simplify blk_zone_write_plug_bio_endio()Damien Le Moal1-2/+1
2024-05-01block: Improve zone write request completion handlingDamien Le Moal1-5/+6
2024-05-01block: Improve blk_zone_write_plug_bio_merged()Damien Le Moal1-2/+7
2024-05-01block: Fix handling of non-empty flush write requests to zonesDamien Le Moal1-4/+8
2024-05-01block: Do not remove zone write plugs still in useDamien Le Moal1-8/+31
2024-05-01block: Unhash a zone write plug only if neededDamien Le Moal1-23/+32
2024-05-01block: Hold a reference on zone write plugs to schedule submissionDamien Le Moal1-5/+21
2024-05-01block: Fix reference counting for zone write plugs in error stateDamien Le Moal1-26/+49
2024-05-01block: Fix zone write plug initialization from blk_revalidate_zone_cb()Damien Le Moal1-3/+4
2024-05-01block: Exclude conventional zones when faking max open limitDamien Le Moal1-10/+28
2024-04-25block: check if zone_wplugs_hash exists in queue_zone_wplugs_showJohannes Thumshirn1-0/+3
2024-04-23block: use a per disk workqueue for zone write pluggingDamien Le Moal1-8/+24
2024-04-17block: Remove zone write lockingDamien Le Moal1-63/+3
2024-04-17block: Replace zone_wlock debugfs entry with zone_wplugs entryDamien Le Moal1-7/+24
2024-04-17block: Move zone related debugfs attribute to blk-zoned.cDamien Le Moal1-0/+20
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal1-14/+7