public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-02 12:32:37 to 2026-03-04 20:59:45 UTC [more...]

[PATCH 00/14] Enable lock context analysis
 2026-03-04 20:59 UTC  (22+ messages)
` [PATCH 01/14] drbd: Balance RCU calls in drbd_adm_dump_devices()
` [PATCH 02/14] blk-ioc: Prepare for enabling thread-safety analysis
` [PATCH 03/14] block: Make the lock context annotations compatible with Clang
` [PATCH 04/14] aoe: Add a lock context annotation
` [PATCH 05/14] drbd: Make the lock context annotations compatible with Clang
` [PATCH 06/14] loop: Add lock context annotations
` [PATCH 07/14] nbd: "
` [PATCH 08/14] null_blk: Add more "
` [PATCH 09/14] rbd: Add "
` [PATCH 10/14] rnbd: Add more "
` [PATCH 11/14] ublk: Fix the "
` [PATCH 12/14] zloop: Add a "
` [PATCH 13/14] zram: Add "
` [PATCH 14/14] block: Enable lock context analysis for all block drivers

[PATCH 0/4] simple bio cleanups
 2026-03-04 19:04 UTC  (5+ messages)
` [PATCH 1/4] block: consecutive blk_status_t error codes
` [PATCH 2/4] block: get rid of blk_status_to_{errno,str} inconsistency
` [PATCH 3/4] bio: rename bio_chain arguments
` [PATCH 4/4] bio: use bio_io_error more often

[PATCH v1 0/3] dm-inlinecrypt: add target for inline block device encryption
 2026-03-04 18:09 UTC  (7+ messages)
` [PATCH v1 1/3] block: export blk-crypto symbols required by dm-inlinecrypt
` [PATCH v1 2/3] dm-inlinecrypt: add target for inline block device encryption
` [PATCH v1 3/3] dm-inlinecrypt: Expose inline crypto caps to the device

[PATCH 3/8] mm/zsmalloc: Introduce objcgs pointer in struct zpdesc
 2026-03-04 18:03 UTC  (3+ messages)

[PATCH v2] blk-cgroup: always display debug stats in io.stat
 2026-03-04 17:11 UTC  (8+ messages)

[RFC PATCH 0/1] mm: Reduce direct reclaim stalls with RAM-backed swap
 2026-03-04 15:35 UTC  (10+ messages)
` [RFC PATCH 1/1] "

[RFC] zram: sleepable async read bio completion
 2026-03-04 14:43 UTC  (2+ messages)

[PATCH 00/13] libmultipath: a generic multipath lib for block drivers
 2026-03-04 14:38 UTC  (23+ messages)
` [PATCH 02/13] libmultipath: Add basic gendisk support
` [PATCH 03/13] libmultipath: Add path selection support
` [PATCH 04/13] libmultipath: Add bio handling
` [PATCH 07/13] libmultipath: Add delayed removal support

[PATCH] block: fix race in update_io_ticks causing inflated disk statistics
 2026-03-04 14:24 UTC  (2+ messages)

[RFC PATCH 03/17] iov_iter: Add a segmented queue of bio_vec[]
 2026-03-04 14:03 UTC  (2+ messages)
` [RFC PATCH 04/17] Add a function to kmap one page of a multipage bio_vec

[PATCH v5 0/3] bsg: add io_uring command support for SCSI passthrough
 2026-03-04 13:50 UTC  (5+ messages)
` [PATCH v5 1/3] bsg: add bsg_uring_cmd uapi structure
` [PATCH v5 2/3] bsg: add io_uring command support to generic layer
` [PATCH v5 3/3] scsi: bsg: add io_uring passthrough handler

[PATCH 21/32] bdev: Drop pointless invalidate_mapping_buffers() call
 2026-03-04 13:39 UTC  (8+ messages)
` [syzbot ci] Re: fs: Move metadata bh tracking from address_space

[PATCH] block: use __bio_add_page in bio_copy_kern
 2026-03-04 13:06 UTC  (4+ messages)
` [PATCH v2] "

support file system generated / verified integrity information v4
 2026-03-04 12:55 UTC  (8+ messages)
` [PATCH 12/16] ntfs3: remove copy and pasted iomap code

[PATCH 0/8] mm: globalize rest_of_page() macro
 2026-03-04 12:48 UTC  (16+ messages)
` [PATCH 1/8] mm: add "
` [PATCH 2/8] fs: use rest_of_page() macro where appropriate
` [PATCH 3/8] net: "
` [PATCH 4/8] core: "
` [PATCH 5/8] spi: "
` [PATCH 6/8] KVM: "
` [PATCH 7/8] drivers: ALSA: "
` [PATCH 8/8] arch: "

[PATCH] netlink: specs: add specification for NBD
 2026-02-18 11:28 UTC  (4+ messages)

[PATCH 00/24] Native SCSI multipath support
 2026-03-04 11:11 UTC  (34+ 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 07/24] scsi-multipath: clone each bio
` [PATCH 09/24] scsi-multipath: failover handling
` [PATCH 10/24] scsi-multipath: add scsi_mpath_{start,end}_request()
` [PATCH 12/24] scsi-multipath: provide callbacks for path state

[bug report] blktests block/022 failed with possible circular locking dependency detected at: __kernfs_remove+0x275/0x710 and del_gendisk+0xfd/0x190
 2026-03-04 10:16 UTC  (2+ messages)

[PATCH v3 0/7] blk-cgroup: fix races related to blkg_list iteration
 2026-03-04  7:38 UTC  (8+ messages)
` [PATCH v3 1/7] blk-cgroup: protect q->blkg_list iteration in blkg_destroy_all() with blkcg_mutex
` [PATCH v3 2/7] bfq: protect q->blkg_list iteration in bfq_end_wr_async() "
` [PATCH v3 3/7] blk-cgroup: fix race between policy activation and blkg destruction
` [PATCH v3 4/7] blk-cgroup: skip dying blkg in blkcg_activate_policy()
` [PATCH v3 5/7] blk-cgroup: factor policy pd teardown loop into helper
` [PATCH v3 6/7] blk-cgroup: allocate pds before freezing queue in blkcg_activate_policy()
` [PATCH v3 7/7] blk-rq-qos: move rq_qos_mutex acquisition inside rq_qos_add/del

[PATCH blktests v4 0/3] bcache: add initial test cases
 2026-03-04  6:41 UTC  (5+ messages)

[PATCH] block: fix page leak in bio_copy_kern when bio_add_page fails
 2026-03-04  1:26 UTC  (4+ messages)

[syzbot] Monthly block report (Mar 2026)
 2026-03-03 23:41 UTC 

blktests failures with v7.0-rc1 kernel
 2026-03-03 21:55 UTC  (8+ messages)

[RFC PATCH] iov: Bypass usercopy hardening for kernel iterators
 2026-03-03 19:59 UTC  (4+ messages)

[RFC v2 0/3] Decoupling large folios dependency on THP
 2026-03-03 16:44 UTC  (4+ messages)

[bug report] Most blktests block/ failed with "Timed out while waiting for udev queue to empty."
 2026-03-03 15:55 UTC 

[PATCH] blk-cgroup: add CONFIG_BLK_CGROUP_DEBUG_STATS option
 2026-03-03 13:59 UTC  (3+ messages)

[PATCH v6 00/43] btrfs: add fscrypt support
 2026-03-03 13:42 UTC  (4+ messages)
` [PATCH v6 28/43] btrfs: populate ordered_extent with the orig offset

[PATCH RFC v3 0/2] block: enable RWF_DONTCACHE for block devices
 2026-03-03 10:39 UTC  (5+ messages)
` [PATCH RFC v3 1/2] filemap: defer dropbehind invalidation from IRQ context

[PATCH v5 0/1] block/blk-mq: use atomic_t for quiesce_depth to avoid lock contention on RT
 2026-03-03  7:37 UTC  (2+ messages)
` [PATCH v5 1/1] "

[PATCH] block: remove bdev_nonrot()
 2026-03-03  7:05 UTC  (6+ messages)

[PATCH 1/5] zram: do not autocorrect bad recompression parameters
 2026-03-03  4:28 UTC  (4+ messages)

[PATCH] block: avoild hang when bio_list is non-NULL in submit_bio_wait()
 2026-03-03  2:17 UTC  (8+ messages)

[PATCHv2] block: break pcpu_alloc_mutex dependency on freeze_lock
 2026-03-02 16:28 UTC  (5+ messages)

[PATCH V2] blktrace: fix __this_cpu_read/write in preemptible context
 2026-03-02 16:16 UTC  (6+ messages)

[PATCH 00/19] nvme: switch to libmultipath
 2026-03-02 16:13 UTC  (12+ messages)
` [PATCH 02/19] nvme: introduce a namespace count in the ns head structure
` [PATCH 16/19] nvme-multipath: add nvme_mpath_{add,delete}_ns()
` [PATCH 19/19] nvme-multipath: switch to use libmultipath

[PATCH 0/3] block: revert avoid acquiring cpu hotplug lock in group_cpus_evenly
 2026-03-02 14:27 UTC  (6+ messages)
` [PATCH 3/3] Revert "lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenly"

[PATCH v16 00/10] rust: add `Ownable` trait and `Owned` type
 2026-03-02 12:32 UTC  (9+ messages)
` [PATCH v16 01/10] rust: alloc: add `KBox::into_nonnull`


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