public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-27 00:52:29 to 2026-03-29 15:41:21 UTC [more...]

[PATCH v2] blk-iocost: fix busy_level reset when no IOs complete
 2026-03-29 15:41 UTC 

[PATCH] ublk: use unchecked copy helpers for bio page data
 2026-03-29 14:44 UTC  (3+ messages)

[PATCH v3 0/6] Enable testing small DMA segment sizes
 2026-03-29 14:38 UTC  (9+ messages)
` [PATCH v3 1/6] block: Fix a source code comment
` [PATCH v3 2/6] block: Fix the max_user_sectors lower bound
` [PATCH v3 3/6] block: Fix the DMA segment boundary mask check
` [PATCH v3 4/6] block: Reduce the minimum value for the maximum DMA segment size
` [PATCH v3 5/6] null_blk: Support configuring "
` [PATCH v3 6/6] scsi_debug: Support configuring the maximum "

[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
 2026-03-29 13:55 UTC  (20+ messages)
` [PATCH 05/42] bdev: Drop pointless invalidate_inode_buffers() call
` [PATCH 08/42] fs: Remove inode lock from __generic_file_fsync()
` [PATCH 13/42] fs: Drop sync_mapping_buffers() "
` [PATCH 14/42] fs: Rename generic_file_fsync() to simple_fsync()
` [PATCH 15/42] fat: Sync and invalidate metadata buffers from fat_evict_inode()
` [PATCH 22/42] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 33/42] fs: Provide functions for handling mapping_metadata_bhs directly
` [PATCH 41/42] fs: Drop mapping_metadata_bhs from address space
` [PATCH 42/42] fs: Drop i_private_list from address_space

[PATCH 11/26] Add a function to kmap one page of a multipage bio_vec
 2026-03-28 18:39 UTC  (4+ messages)
` [PATCH 12/26] iov_iter: Add a segmented queue of bio_vec[]

[PATCH 00/20] DRBD 9 rework
 2026-03-28 14:20 UTC  (24+ messages)
` [PATCH 01/20] drbd: mark as BROKEN during "
` [PATCH 02/20] drbd: extend wire protocol definitions for DRBD 9
` [PATCH 03/20] drbd: introduce DRBD 9 on-disk metadata format
` [PATCH 04/20] drbd: add transport layer abstraction
` [PATCH 05/20] drbd: add TCP transport implementation
` [PATCH 06/20] drbd: add RDMA "
` [PATCH 07/20] drbd: add load-balancing TCP transport
` [PATCH 08/20] drbd: add DAX/PMEM support for metadata access
` [PATCH 09/20] drbd: add optional compatibility layer for DRBD 8.4
` [PATCH 10/20] drbd: rename drbd_worker.c to drbd_sender.c
` [PATCH 11/20] drbd: rework sender for DRBD 9 multi-peer
` [PATCH 12/20] drbd: replace per-device state model with multi-peer data structures
` [PATCH 13/20] drbd: rewrite state machine for DRBD 9 multi-peer clusters
` [PATCH 14/20] drbd: rework activity log and bitmap for multi-peer replication
` [PATCH 15/20] drbd: rework request processing for DRBD 9 multi-peer IO
` [PATCH 16/20] drbd: rework module core for DRBD 9 transport and multi-peer
` [PATCH 17/20] drbd: rework receiver for DRBD 9 transport and multi-peer protocol
` [PATCH 18/20] drbd: rework netlink management interface for DRBD 9
` [PATCH 19/20] drbd: update monitoring interfaces for multi-peer topology
` [PATCH 20/20] drbd: remove BROKEN for DRBD

[PATCH 0/8] ublk: add shared memory zero-copy support
 2026-03-28 13:49 UTC  (9+ messages)
` [PATCH 1/8] ublk: add UBLK_U_CMD_REG_BUF/UNREG_BUF control commands
` [PATCH 2/8] ublk: add PFN-based buffer matching in I/O path
` [PATCH 3/8] ublk: enable UBLK_F_SHMEM_ZC feature flag
` [PATCH 4/8] selftests/ublk: add shared memory zero-copy support in kublk
` [PATCH 5/8] selftests/ublk: add UBLK_F_SHMEM_ZC support for loop target
` [PATCH 6/8] selftests/ublk: add shared memory zero-copy test
` [PATCH 7/8] selftests/ublk: add hugetlbfs shmem_zc test for loop target
` [PATCH 8/8] selftests/ublk: add filesystem fio verify test for shmem_zc

[RFC 0/2] block: Introduce a BPF-based I/O scheduler
 2026-03-28 13:39 UTC  (7+ messages)
` [RFC 1/2] block: Introduce the UFQ "
` [RFC 2/2] tools/ufq_iosched: add BPF example scheduler and build scaffolding

A comparison of the new nfsd iomodes (and an experimental one)
 2026-03-28 12:37 UTC  (8+ messages)

[BUG] RCU stall in blk_mq_timeout_work (potentially a regression in 6.19.7 or 6.19.8)
 2026-03-27 19:28 UTC 

[PATCH v2 00/26] Enable lock context analysis
 2026-03-27 18:27 UTC  (6+ messages)
` [PATCH v2 02/26] block: Annotate the block device functions

[PATCH] block: refactor blkdev_zone_mgmt_ioctl
 2026-03-27 15:38 UTC  (3+ messages)

[PATCH 5/5] nbd: Use lock_sock_try() for TCP sendmsg() and shutdown()
 2026-03-27 10:40 UTC  (2+ messages)

[PATCH 0/4] nbd: replace socks pointer array with xarray to eliminate queue freeze
 2026-03-27  9:12 UTC  (5+ messages)
` [PATCH 1/4] nbd: simplify find_fallback() by removing redundant logic
` [PATCH 2/4] nbd: replace socks pointer array with xarray
` [PATCH 3/4] nbd: remove redundant num_connections boundary checks
` [PATCH 4/4] nbd: remove queue freeze in nbd_add_socket

[PATCH RFC v4 0/3] block: enable RWF_DONTCACHE for block devices
 2026-03-27  6:45 UTC  (11+ messages)
` [PATCH RFC v4 1/3] block: add BIO_COMPLETE_IN_TASK for task-context completion
` [PATCH RFC v4 2/3] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback

[PATCH v2 0/5] Enable testing small DMA segment sizes
 2026-03-27  1:55 UTC  (6+ messages)
` [PATCH v2 3/5] block: Remove a DMA segment boundary mask check


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