messages from 2026-03-25 21:45:48 to 2026-03-28 13:50:14 UTC [more...]
[PATCH 0/8] ublk: add shared memory zero-copy support
2026-03-28 13:49 UTC (8+ 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] ublk: use unchecked copy helpers for bio page data
2026-03-28 13:42 UTC
[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)
[PATCH 00/20] DRBD 9 rework
2026-03-28 12:21 UTC (22+ 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 v3 0/6] Enable testing small DMA segment sizes
2026-03-27 21:13 UTC (7+ 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 "
[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 (51+ messages)
` [PATCH v2 01/26] block: Annotate the queue limits functions
` [PATCH v2 02/26] block: Annotate the block device functions
` [PATCH v2 03/26] block/cgroup: Split blkg_conf_prep()
` [PATCH v2 04/26] block/cgroup: Split blkg_conf_exit()
` [PATCH v2 05/26] block/cgroup: Modify the blkg_conf_open_bdev_frozen() calling convention
` [PATCH v2 06/26] block/crypto: Annotate the crypto functions
` [PATCH v2 07/26] block/blk-iocost: Add lock context annotations
` [PATCH v2 08/26] block/blk-mq-debugfs: Improve "
` [PATCH v2 09/26] block/blk-zoned: Add "
` [PATCH v2 10/26] block/ioctl: "
` [PATCH v2 11/26] block/Kyber: Make the lock context annotations compatible with Clang
` [PATCH v2 12/26] block/mq-deadline: "
` [PATCH v2 13/26] block: Enable lock context analysis
` [PATCH v2 14/26] aoe: Add a lock context annotation
` [PATCH v2 15/26] drbd: Balance RCU calls in drbd_adm_dump_devices()
` [PATCH v2 16/26] drbd: Make the lock context annotations compatible with Clang
` [PATCH v2 17/26] loop: Add lock context annotations
` [PATCH v2 18/26] mtip32: Enable lock context analysis
` [PATCH v2 19/26] nbd: "
` [PATCH v2 20/26] null_blk: "
` [PATCH v2 21/26] rbd: "
` [PATCH v2 22/26] ublk: "
` [PATCH v2 23/26] xen-blkback: "
` [PATCH v2 24/26] zram: "
` [PATCH v2 25/26] rnbd: "
` [PATCH v2 26/26] block: Enable lock context analysis for all block drivers
[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
2026-03-27 16:26 UTC (53+ messages)
` [PATCH 01/42] ext4: Use inode_has_buffers()
` [PATCH 02/42] gfs2: Don't zero i_private_data
` [PATCH 03/42] ntfs3: Drop pointless sync_mapping_buffers() and invalidate_inode_buffers() calls
` [PATCH 04/42] ocfs2: Drop pointless sync_mapping_buffers() calls
` [PATCH 05/42] bdev: Drop pointless invalidate_inode_buffers() call
` [PATCH 06/42] ufs: Drop pointless invalidate_mapping_buffers() call
` [PATCH 07/42] exfat: Drop pointless invalidate_inode_buffers() call
` [PATCH 08/42] fs: Remove inode lock from __generic_file_fsync()
` [PATCH 09/42] udf: Switch to generic_buffers_fsync()
` [PATCH 10/42] minix: "
` [PATCH 11/42] bfs: "
` [PATCH 12/42] fat: Switch to generic_buffers_fsync_noflush()
` [PATCH 13/42] fs: Drop sync_mapping_buffers() from __generic_file_fsync()
` [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 16/42] udf: Sync and invalidate metadata buffers from udf_evict_inode()
` [PATCH 17/42] minix: Sync and invalidate metadata buffers from minix_evict_inode()
` [PATCH 18/42] ext2: Sync and invalidate metadata buffers from ext2_evict_inode()
` [PATCH 19/42] ext4: Sync and invalidate metadata buffers from ext4_evict_inode()
` [PATCH 20/42] bfs: Sync and invalidate metadata buffers from bfs_evict_inode()
` [PATCH 21/42] affs: Sync and invalidate metadata buffers from affs_evict_inode()
` [PATCH 22/42] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 23/42] fs: Stop using i_private_data for metadata bh tracking
` [PATCH 24/42] hugetlbfs: Stop using i_private_data
` [PATCH 25/42] aio: Stop using i_private_data and i_private_lock
` [PATCH 26/42] fs: Remove i_private_data
` [PATCH 27/42] kvm: Use private inode list instead of i_private_list
` [PATCH 28/42] fs: Drop osync_buffers_list()
` [PATCH 29/42] fs: Fold fsync_buffers_list() into sync_mapping_buffers()
` [PATCH 30/42] fs: Move metadata bhs tracking to a separate struct
` [PATCH 31/42] fs: Make bhs point to mapping_metadata_bhs
` [PATCH 32/42] fs: Switch inode_has_buffers() to take mapping_metadata_bhs
` [PATCH 33/42] fs: Provide functions for handling mapping_metadata_bhs directly
` [PATCH 34/42] ext2: Track metadata bhs in fs-private inode part
` [PATCH 35/42] affs: "
` [PATCH 36/42] bfs: "
` [PATCH 37/42] fat: "
` [PATCH 38/42] udf: "
` [PATCH 39/42] minix: "
` [PATCH 40/42] ext4: "
` [PATCH 41/42] fs: Drop mapping_metadata_bhs from address space
` [PATCH 42/42] fs: Drop i_private_list from address_space
[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 (4+ 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 (16+ 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 (12+ messages)
` [PATCH v2 1/5] block: Fix a source code comment
` [PATCH v2 2/5] block: Fix the max_user_sectors lower bound
` [PATCH v2 3/5] block: Remove a DMA segment boundary mask check
[PATCH] drbd: Balance RCU calls in drbd_adm_dump_devices()
2026-03-26 22:05 UTC (3+ messages)
[PATCH] zloop: add max_open_zones option
2026-03-26 20:32 UTC
[PATCH blktests] src/dio-offsets.c: Fix err() usage
2026-03-26 17:42 UTC (2+ messages)
[PATCH] block/044, scsi/012: Add tests for support for segments smaller than the page size
2026-03-26 17:41 UTC (4+ messages)
[PATCH v6 00/43] btrfs: add fscrypt support
2026-03-26 16:16 UTC (4+ messages)
` [PATCH v6 42/43] btrfs: disable encryption on RAID5/6
[PATCH V2] bio: fix kmemleak false positives from percpu bio alloc cache
2026-03-26 14:40 UTC
[PATCH 0/4] drbd: A few bug fixes
2026-03-26 14:26 UTC (4+ messages)
` [PATCH 4/4] drbd: Add check for error pointer
[PATCH] bio: fix kmemleak false positives from percpu bio alloc cache
2026-03-26 13:45 UTC (3+ messages)
[PATCH v2 0/2] mmc: block: use single block write in retry
2026-03-26 13:41 UTC (4+ messages)
` [PATCH v3] "
[PATCH 11/26] Add a function to kmap one page of a multipage bio_vec
2026-03-26 10:45 UTC (2+ messages)
` [PATCH 12/26] iov_iter: Add a segmented queue of bio_vec[]
[PATCH v8 00/12] blk: honor isolcpus configuration
2026-03-26 7:42 UTC (3+ messages)
[syzbot] [net?] possible deadlock in inet_shutdown (3)
2026-03-26 0:18 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox