public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-25 13:11:24 to 2026-03-27 19:28:48 UTC [more...]

[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

[RFC 0/2] block: Introduce a BPF-based I/O scheduler
 2026-03-27 17:45 UTC  (6+ 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-27 16:57 UTC  (7+ messages)

[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  (19+ 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 RFC v4 3/3] block: enable RWF_DONTCACHE for block devices

[PATCH v2 0/5] Enable testing small DMA segment sizes
 2026-03-27  1:55 UTC  (14+ 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 v2 4/5] block: Reduce the minimum value for the maximum DMA segment size
` [PATCH v2 5/5] null_blk: Support configuring "

[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  (10+ messages)
` [PATCH v6 33/43] btrfs: implement read repair for encryption
` [PATCH v6 35/43] btrfs: make btrfs_ref_to_path handle encrypted filenames
` [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  (10+ 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 

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

[PATCH v2 0/41] fs: Move metadata bh tracking from address_space
 2026-03-25 19:01 UTC  (11+ messages)
` [PATCH 12/41] fs: Drop sync_mapping_buffers() from __generic_file_fsync()
` [PATCH 31/41] fs: Provide functions for handling mapping_metadata_bhs directly

[RESEND PATCHv3 1/2] dm-crypt: allow unaligned bio_vecs for direct io
 2026-03-25 18:34 UTC  (5+ messages)

[PATCH v1 0/3] dm-inlinecrypt: add target for inline block device encryption
 2026-03-25 15:07 UTC  (7+ messages)
` [PATCH v1 2/3] "

[PATCH] drbd: use genl pre_doit/post_doit
 2026-03-25 13:11 UTC  (2+ messages)


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