public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-24 22:30:03 to 2026-02-27 07:12:15 UTC [more...]

[PATCH v2 0/7] Improve zoned (SMR) HDD write throughput
 2026-02-27  7:12 UTC  (18+ messages)
` [PATCH v2 1/7] block: fix zone write plug removal
` [PATCH v2 2/7] block: fix zone write plugs refcount handling in disk_zone_wplug_schedule_bio_work()
` [PATCH v2 3/7] block: remove disk_zone_is_full()
` [PATCH v2 4/7] block: rename struct gendisk zone_wplugs_lock field
` [PATCH v2 5/7] block: allow submitting all zone writes from a single context
` [PATCH v2 6/7] block: default to QD=1 writes for blk-mq rotational zoned devices
` [PATCH v2 7/7] Documentation: ABI: stable: document the zoned_qd1_writes attribute

[PATCH blktests v2 0/2] zbd: adjust to recent blkzone change
 2026-02-27  6:48 UTC  (6+ messages)
` [PATCH blktests v2 1/2] zbd/rc: do not use invalid write pointer values by blkzone report
` [PATCH blktests v2 2/2] zbd/002: do not check write pointers of conventional zones

[PATCH 6.12.y] blk-throttle: fix access race during throttle policy activation
 2026-02-27  5:42 UTC 

[RFC v2 0/3] Decoupling large folios dependency on THP
 2026-02-27  5:31 UTC  (2+ messages)

[PATCH] blktrace: fix __this_cpu_read/write in preemptible context
 2026-02-27  5:03 UTC 

[PATCH v3 0/8] Improve zoned (SMR) HDD write throughput
 2026-02-27  1:49 UTC  (9+ messages)
` [PATCH v3 1/8] block: fix zone write plug removal
` [PATCH v3 2/8] block: fix zone write plugs refcount handling in disk_zone_wplug_schedule_bio_work()
` [PATCH v3 3/8] block: rename and simplify disk_get_and_lock_zone_wplug()
` [PATCH v3 4/8] block: remove disk_zone_is_full()
` [PATCH v3 5/8] block: rename struct gendisk zone_wplugs_lock field
` [PATCH v3 6/8] block: allow submitting all zone writes from a single context
` [PATCH v3 7/8] block: default to QD=1 writes for blk-mq rotational zoned devices
` [PATCH v3 8/8] Documentation: ABI: stable: document the zoned_qd1_writes attribute

[PATCH v2 2/9] nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit
 2026-02-27  1:34 UTC  (6+ messages)

[PATCH RFC v2 0/2] block: enable RWF_DONTCACHE for block devices
 2026-02-27  0:44 UTC  (12+ messages)
` [PATCH RFC v2 1/2] filemap: defer dropbehind invalidation from IRQ context
` [PATCH RFC v2 2/2] block: enable RWF_DONTCACHE for block devices

[PATCH] block: Use sysfs_emit in sysfs show functions
 2026-02-27  0:42 UTC 

[PATCH 0/3] block: revert avoid acquiring cpu hotplug lock in group_cpus_evenly
 2026-02-26 23:55 UTC  (7+ messages)
` [PATCH 1/3] nvme: failover requests for inactive hctx
` [PATCH 2/3] blk-mq: add handshake for offlinig hw queues
` [PATCH 3/3] Revert "lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenly"

[LSF/MM/BPF TOPIC] dmabuf backed read/write
 2026-02-26 23:38 UTC  (2+ messages)

[PATCH 3/8] mm/zsmalloc: Introduce objcgs pointer in struct zpdesc
 2026-02-26 21:43 UTC  (4+ messages)
` [PATCH 4/8] mm/zsmalloc: Store obj_cgroup pointer in zpdesc

[PATCH v2] fs: remove stale and duplicate forward declarations
 2026-02-26 20:18 UTC 

[bug report] Bug: Write fault blocked by KUAP!
 2026-02-26 18:57 UTC  (5+ messages)

[syzbot] [mm?] possible deadlock in lock_mm_and_find_vma (4)
 2026-02-26 18:04 UTC  (2+ messages)

[Regression] mm:slab/sheaves: severe performance regression in cross-CPU slab allocation
 2026-02-26 18:02 UTC  (19+ messages)

[PATCH] blkdev: Annotate struct request_queue with __counted_by_ptr
 2026-02-26 15:41 UTC  (12+ messages)
` [PATCH v2] "

[PATCH v2 0/9] Extend Single User Mode (SUM) support in sed-opal
 2026-02-26 15:41 UTC  (5+ messages)
` [PATCH v3 "

[PATCH] block: break pcpu_alloc_mutex dependency on freeze_lock
 2026-02-26 15:37 UTC  (3+ messages)

[PATCH v2 0/2] blk/nvme: fix NULL deref in rq_qos_done_bio() on multipath failover
 2026-02-26 15:33 UTC  (5+ messages)
` [PATCH V2 1/2] block: move bio queue-transition flag fixups into blk_steal_bios()
` [PATCH V2 2/2] block: clear BIO_QOS flags in blk_steal_bios()

blktests failures with v7.0-rc1 kernel
 2026-02-26 15:00 UTC  (3+ messages)

[PATCH v2] zram: use statically allocated compression algorithm names
 2026-02-26 12:37 UTC 

[PATCH] block: remove bdev_nonrot()
 2026-02-26 12:27 UTC  (3+ messages)

[PATCH] zram: compression algorithms name use static fields
 2026-02-26 11:51 UTC  (5+ messages)

[PATCH 00/13] libmultipath: a generic multipath lib for block drivers
 2026-02-26  9:26 UTC  (20+ messages)
` [PATCH 01/13] libmultipath: Add initial framework
` [PATCH 02/13] libmultipath: Add basic gendisk support
` [PATCH 03/13] libmultipath: Add path selection support
` [PATCH 04/13] libmultipath: Add bio handling
` [PATCH 05/13] libmultipath: Add support for mpath_device management
` [PATCH 06/13] libmultipath: Add cdev support
` [PATCH 07/13] libmultipath: Add delayed removal support
` [PATCH 08/13] libmultipath: Add sysfs helpers
` [PATCH 09/13] libmultipath: Add PR support
` [PATCH 10/13] libmultipath: Add mpath_bdev_report_zones()
` [PATCH 11/13] libmultipath: Add support for block device IOCTL
` [PATCH 12/13] libmultipath: Add mpath_bdev_getgeo()
` [PATCH 13/13] libmultipath: Add mpath_bdev_get_unique_id()

[PATCH] zram: rename writeback_compressed device attr
 2026-02-26  8:01 UTC  (4+ messages)

[PATCH blktests 0/3] misc fixes
 2026-02-26  5:39 UTC  (7+ messages)
` [PATCH blktests 1/3] common/nvme: do not call 'nvme id-ns' to non-nvme devices
` [PATCH blktests 2/3] check: increment bash requirement version from 4.2 to 4.3
` [PATCH blktests 3/3] src: add nvme-passthru-admin-uring to .gitignore

LSF/MM/BPF: 2026: Call for Proposals
 2026-02-26  2:52 UTC  (7+ messages)
` LSF/MM/BPF: 2026: (V)FS: First Round of Invites Sent

[PATCH RFC] block: enable RWF_DONTCACHE for block devices
 2026-02-25 22:42 UTC  (3+ messages)

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
 2026-02-25 16:29 UTC  (10+ messages)

[PATCH 00/19] nvme: switch to libmultipath
 2026-02-25 15:40 UTC  (20+ messages)
` [PATCH 01/19] nvme-multipath: pass NS head to nvme_mpath_revalidate_paths()
` [PATCH 02/19] nvme: introduce a namespace count in the ns head structure
` [PATCH 03/19] nvme-multipath: add nvme_is_mpath_request()
` [PATCH 04/19] nvme-multipath: add initial support for using libmultipath
` [PATCH 05/19] nvme-multipath: add nvme_mpath_available_path()
` [PATCH 06/19] nvme-multipath: add nvme_mpath_{add, remove}_cdev()
` [PATCH 07/19] nvme-multipath: add nvme_mpath_is_{disabled, optimised}
` [PATCH 08/19] nvme-multipath: add nvme_mpath_get_access_state()
` [PATCH 09/19] nvme-multipath: add nvme_mpath_{bdev, cdev}_ioctl()
` [PATCH 10/19] nvme-multipath: add uring_cmd support
` [PATCH 11/19] nvme-multipath: add nvme_mpath_get_iopolicy()
` [PATCH 12/19] nvme-multipath: add PR support for libmultipath
` [PATCH 13/19] nvme-multipath: add nvme_mpath_report_zones()
` [PATCH 14/19] nvme-multipath: add nvme_mpath_get_unique_id()
` [PATCH 15/19] nvme-multipath: add nvme_mpath_synchronize()
` [PATCH 16/19] nvme-multipath: add nvme_mpath_{add,delete}_ns()
` [PATCH 17/19] nvme-multipath: add nvme_mpath_head_queue_if_no_path()
` [PATCH 18/19] nvme-multipath: set mpath_head_template.device_groups
` [PATCH 19/19] nvme-multipath: switch to use libmultipath

[PATCH 00/24] Native SCSI multipath support
 2026-02-25 15:36 UTC  (25+ messages)
` [PATCH 01/24] scsi: core: add SCSI_MAX_QUEUE_DEPTH
` [PATCH 02/24] scsi-multipath: introduce basic SCSI device support
` [PATCH 03/24] scsi-multipath: introduce scsi_device head structure
` [PATCH 04/24] scsi-multipath: introduce scsi_mpath_device_class
` [PATCH 05/24] scsi-multipath: provide sysfs link from to scsi_device
` [PATCH 06/24] scsi-multipath: support iopolicy
` [PATCH 07/24] scsi-multipath: clone each bio
` [PATCH 08/24] scsi-multipath: clear path when decide is blocked
` [PATCH 09/24] scsi-multipath: failover handling
` [PATCH 10/24] scsi-multipath: add scsi_mpath_{start,end}_request()
` [PATCH 11/24] scsi-multipath: add scsi_mpath_ioctl()
` [PATCH 12/24] scsi-multipath: provide callbacks for path state
` [PATCH 13/24] scsi-multipath: set disk device_groups
` [PATCH 14/24] scsi-multipath: add PR support
` [PATCH 15/24] scsi: sd: refactor PR ops
` [PATCH 16/24] scsi: sd: add multipath disk class
` [PATCH 17/24] scsi: sd: add sd_mpath_{start,end}_command()
` [PATCH 18/24] scsi: sd: add sd_mpath_ioctl()
` [PATCH 19/24] scsi: sd: add multipath PR support
` [PATCH 20/24] scsi: sd: add sd_mpath_to_disk()
` [PATCH 21/24] scsi: sd: support multipath disk
` [PATCH 22/24] scsi: sd: add mpath_dev file
` [PATCH 23/24] scsi: sd: add mpath_numa_nodes dev attribute
` [PATCH 24/24] scsi: sd: add mpath_queue_depth "

[PATCH 7.1] ublk: report BLK_SPLIT_INTERVAL_CAPABLE
 2026-02-25 15:37 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Native SCSI multipath support
 2026-02-25  9:26 UTC  (5+ messages)

[PATCH] block: simplify blk_mq_finish_request()
 2026-02-24 22:30 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox