index
:
pub/scm/linux/kernel/git/jfern/linux.git
master
Joel Fernandes's fork of linux.git
Joel Fernandes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-zoned.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-04
block: remove blk_zone_wplug_handle_zone_mgmt
Christoph Hellwig
1
-19
/
+0
2026-08-04
block: allow REQ_NOWAIT zone management commands
Christoph Hellwig
1
-9
/
+0
2026-08-04
block: remove a dead return statement in blk_zone_plug_bio
Christoph Hellwig
1
-2
/
+0
2026-07-01
block: avoid potential deadlock on zone revalidation failure
Damien Le Moal
1
-14
/
+28
2026-06-16
Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2026-06-05
block: Add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2026-05-22
block: avoid use-after-free in disk_free_zone_resources()
Damien Le Moal
1
-4
/
+3
2026-05-13
block: fix handling of dead zone write plugs
Damien Le Moal
1
-5
/
+27
2026-04-09
block: refactor blkdev_zone_mgmt_ioctl
Christoph Hellwig
1
-23
/
+18
2026-03-31
block: fix zones_cond memory leak on zone revalidation error paths
Jackie Liu
1
-6
/
+20
2026-03-09
block: allow submitting all zone writes from a single context
Damien Le Moal
1
-21
/
+169
2026-03-09
block: rename struct gendisk zone_wplugs_lock field
Damien Le Moal
1
-11
/
+12
2026-03-09
block: remove disk_zone_is_full()
Damien Le Moal
1
-9
/
+3
2026-03-09
block: rename and simplify disk_get_and_lock_zone_wplug()
Damien Le Moal
1
-16
/
+10
2026-03-09
block: fix zone write plugs refcount handling in disk_zone_wplug_schedule_bio...
Damien Le Moal
1
-4
/
+8
2026-03-09
block: fix zone write plug removal
Damien Le Moal
1
-94
/
+57
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-02-09
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+5
2026-01-19
block: Fix an error path in disk_update_zone_resources()
Bart Van Assche
1
-0
/
+1
2026-01-15
block: fix blk_zone_cond_str() comment
Damien Le Moal
1
-5
/
+5
2025-12-09
block: fix cached zone reports on devices with native zone append
Johannes Thumshirn
1
-1
/
+1
2025-12-04
block: Clear BLK_ZONE_WPLUG_PLUGGED when aborting plugged BIOs
Damien Le Moal
1
-0
/
+4
2025-11-13
block: fix NULL pointer dereference in disk_report_zones()
Damien Le Moal
1
-1
/
+1
2025-11-13
block: fix NULL pointer dereference in blk_zone_reset_all_bio_endio()
Damien Le Moal
1
-9
/
+12
2025-11-12
blk-zoned: Move code from disk_zone_wplug_add_bio() into its caller
Bart Van Assche
1
-25
/
+17
2025-11-12
blk-zoned: Document disk_zone_wplug_schedule_bio_work() locking
Bart Van Assche
1
-0
/
+2
2025-11-12
blk-zoned: Fix a typo in a source code comment
Bart Van Assche
1
-1
/
+1
2025-11-07
block: introduce bdev_zone_start()
Damien Le Moal
1
-2
/
+2
2025-11-07
block: refactor disk_zone_wplug_sync_wp_offset()
Damien Le Moal
1
-14
/
+13
2025-11-07
block: improve blk_zone_wp_offset()
Damien Le Moal
1
-4
/
+4
2025-11-07
block: don't return 1 for the fallback case in blkdev_get_zone_info
Christoph Hellwig
1
-1
/
+7
2025-11-06
block: fix cached zone reporting after zone append was used
Christoph Hellwig
1
-5
/
+21
2025-11-06
block: don't leak disk->zones_cond for !disk_need_zone_resources
Christoph Hellwig
1
-12
/
+8
2025-11-05
block: add zone write plug condition to debugfs zone_wplugs
Damien Le Moal
1
-2
/
+4
2025-11-05
block: improve zone_wplugs debugfs attribute output
Damien Le Moal
1
-2
/
+4
2025-11-05
block: introduce BLKREPORTZONESV2 ioctl
Damien Le Moal
1
-3
/
+22
2025-11-05
block: introduce blkdev_report_zones_cached()
Damien Le Moal
1
-13
/
+75
2025-11-05
block: introduce blkdev_get_zone_info()
Damien Le Moal
1
-0
/
+141
2025-11-05
block: refactor blkdev_report_zones() code
Damien Le Moal
1
-8
/
+16
2025-11-05
block: track zone conditions
Damien Le Moal
1
-6
/
+114
2025-11-05
block: use zone condition to determine conventional zones
Damien Le Moal
1
-45
/
+108
2025-11-05
block: reorganize struct blk_zone_wplug
Damien Le Moal
1
-10
/
+10
2025-11-05
block: introduce disk_report_zone()
Damien Le Moal
1
-37
/
+42
2025-11-05
block: cleanup blkdev_report_zones()
Damien Le Moal
1
-2
/
+1
2025-11-05
block: freeze queue when updating zone resources
Damien Le Moal
1
-18
/
+24
2025-11-05
block: handle zone management operations completions
Damien Le Moal
1
-49
/
+90
2025-08-26
blk-zoned: Fix a lockdep complaint about recursive locking
Bart Van Assche
1
-5
/
+6
2025-07-15
block: add trace messages to zone write plugging
Johannes Thumshirn
1
-0
/
+5
2025-07-15
block: add tracepoint for blkdev_zone_mgmt
Johannes Thumshirn
1
-0
/
+2
[next]