index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-zoned.c
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
block: Introduce bio_needs_zone_write_plugging()
Damien Le Moal
1
-19
/
+1
2025-06-27
block: Clear BIO_EMULATES_ZONE_APPEND flag on BIO completion
Damien Le Moal
1
-0
/
+1
2025-06-19
block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_work
Christoph Hellwig
1
-2
/
+5
2025-04-23
block: fix race between set_blocksize and read paths
Darrick J. Wong
1
-1
/
+4
2025-02-25
block: Remove zone write plugs when handling native zone append writes
Damien Le Moal
1
-7
/
+69
2025-01-31
block: force noio scope in blk_mq_freeze_queue
Christoph Hellwig
1
-2
/
+3
2025-01-10
block: add a queue_limits_commit_update_frozen helper
Christoph Hellwig
1
-6
/
+1
2024-12-23
blk-zoned: Split queue_zone_wplugs_show()
Bart Van Assche
1
-20
/
+24
2024-12-23
blk-zoned: Improve the queue reference count strategy documentation
Bart Van Assche
1
-4
/
+2
2024-12-23
blk-zoned: Document locking assumptions
Bart Van Assche
1
-0
/
+4
2024-12-23
blk-zoned: Minimize #include directives
Bart Van Assche
1
-4
/
+0
2024-12-10
block: get wp_offset by bdev_offset_from_zone_start
LongPing Wei
1
-1
/
+1
2024-12-10
block: Prevent potential deadlocks in zone write plug error recovery
Damien Le Moal
1
-247
/
+61
2024-12-10
dm: Fix dm-zoned-reclaim zone write pointer alignment
Damien Le Moal
1
-23
/
+118
2024-12-10
block: Ignore REQ_NOWAIT for zone reset and zone finish operations
Damien Le Moal
1
-0
/
+9
2024-12-10
block: Use a zone write plug BIO work for REQ_NOWAIT BIOs
Damien Le Moal
1
-20
/
+42
2024-11-26
block: Prevent potential deadlock in blk_revalidate_disk_zones()
Damien Le Moal
1
-4
/
+10
2024-11-07
block: Add a public bdev_zone_is_seq() helper
Damien Le Moal
1
-15
/
+2
2024-11-07
block: RCU protect disk->conv_zones_bitmap
Damien Le Moal
1
-12
/
+31
2024-11-07
block: Switch to using refcount_t for zone write plugs
Damien Le Moal
1
-10
/
+10
2024-11-04
block: remove the max_zone_append_sectors check in blk_revalidate_disk_zones
Christoph Hellwig
1
-6
/
+0
2024-07-15
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
1
-105
/
+21
2024-07-05
block: Remove blk_alloc_zone_bitmap()
Damien Le Moal
1
-10
/
+2
2024-07-05
block: Remove REQ_OP_ZONE_RESET_ALL emulation
Damien Le Moal
1
-73
/
+3
2024-06-21
block: Define bdev_nr_zones() as an inline function
Damien Le Moal
1
-18
/
+0
2024-06-15
block: Improve checks on zone resource limits
Damien Le Moal
1
-4
/
+16
2024-06-12
block: Optimize disk zone resource cleanup
Damien Le Moal
1
-0
/
+3
2024-05-30
block: Fix zone write plugging handling of devices with a runt zone
Damien Le Moal
1
-8
/
+27
2024-05-30
block: Fix validation of zoned device with a runt zone
Damien Le Moal
1
-5
/
+11
2024-05-21
Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2024-05-21
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2024-05-03
use ->bd_mapping instead of ->bd_inode->i_mapping
Al Viro
1
-2
/
+2
2024-05-01
block: Cleanup blk_revalidate_zone_cb()
Damien Le Moal
1
-52
/
+77
2024-05-01
block: Simplify zone write plug BIO abort
Damien Le Moal
1
-8
/
+7
2024-05-01
block: Simplify blk_zone_write_plug_bio_endio()
Damien Le Moal
1
-2
/
+1
2024-05-01
block: Improve zone write request completion handling
Damien Le Moal
1
-5
/
+6
2024-05-01
block: Improve blk_zone_write_plug_bio_merged()
Damien Le Moal
1
-2
/
+7
2024-05-01
block: Fix handling of non-empty flush write requests to zones
Damien Le Moal
1
-4
/
+8
2024-05-01
block: Do not remove zone write plugs still in use
Damien Le Moal
1
-8
/
+31
2024-05-01
block: Unhash a zone write plug only if needed
Damien Le Moal
1
-23
/
+32
2024-05-01
block: Hold a reference on zone write plugs to schedule submission
Damien Le Moal
1
-5
/
+21
2024-05-01
block: Fix reference counting for zone write plugs in error state
Damien Le Moal
1
-26
/
+49
2024-05-01
block: Fix zone write plug initialization from blk_revalidate_zone_cb()
Damien Le Moal
1
-3
/
+4
2024-05-01
block: Exclude conventional zones when faking max open limit
Damien Le Moal
1
-10
/
+28
2024-04-25
block: check if zone_wplugs_hash exists in queue_zone_wplugs_show
Johannes Thumshirn
1
-0
/
+3
2024-04-23
block: use a per disk workqueue for zone write plugging
Damien Le Moal
1
-8
/
+24
2024-04-17
block: Remove zone write locking
Damien Le Moal
1
-63
/
+3
2024-04-17
block: Replace zone_wlock debugfs entry with zone_wplugs entry
Damien Le Moal
1
-7
/
+24
2024-04-17
block: Move zone related debugfs attribute to blk-zoned.c
Damien Le Moal
1
-0
/
+20
2024-04-17
block: Simplify blk_revalidate_disk_zones() interface
Damien Le Moal
1
-14
/
+7
[next]