public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-18 16:29:48 to 2026-03-24 15:54:23 UTC [more...]

[PATCH v2 0/41] fs: Move metadata bh tracking from address_space
 2026-03-24 15:54 UTC  (66+ messages)
` [PATCH 01/41] ext4: Use inode_has_buffers()
` [PATCH 02/41] gfs2: Don't zero i_private_data
` [PATCH 03/41] ntfs3: Drop pointless sync_mapping_buffers() and invalidate_inode_buffers() calls
` [PATCH 04/41] ocfs2: Drop pointless sync_mapping_buffers() calls
` [PATCH 05/41] bdev: Drop pointless invalidate_inode_buffers() call
` [PATCH 06/41] ufs: Drop pointless invalidate_mapping_buffers() call
` [PATCH 07/41] exfat: Drop pointless invalidate_inode_buffers() call
` [PATCH 08/41] udf: Switch to generic_buffers_fsync()
` [PATCH 09/41] minix: "
` [PATCH 10/41] bfs: "
` [PATCH 11/41] fat: Switch to generic_buffers_fsync_noflush()
` [PATCH 12/41] fs: Drop sync_mapping_buffers() from __generic_file_fsync()
` [PATCH 13/41] fat: Sync and invalidate metadata buffers from fat_evict_inode()
` [PATCH 14/41] udf: Sync and invalidate metadata buffers from udf_evict_inode()
` [PATCH 15/41] minix: Sync and invalidate metadata buffers from minix_evict_inode()
` [PATCH 16/41] ext2: Sync and invalidate metadata buffers from ext2_evict_inode()
` [PATCH 17/41] ext4: Sync and invalidate metadata buffers from ext4_evict_inode()
` [PATCH 18/41] bfs: Sync and invalidate metadata buffers from bfs_evict_inode()
` [PATCH 19/41] affs: Sync and invalidate metadata buffers from affs_evict_inode()
` [PATCH 20/41] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 21/41] fs: Stop using i_private_data for metadata bh tracking
` [PATCH 22/41] hugetlbfs: Stop using i_private_data
` [PATCH 23/41] aio: Stop using i_private_data and i_private_lock
` [PATCH 24/41] fs: Remove i_private_data
` [PATCH 25/41] kvm: Use private inode list instead of i_private_list
` [PATCH 26/41] fs: Drop osync_buffers_list()
` [PATCH 27/41] fs: Fold fsync_buffers_list() into sync_mapping_buffers()
` [PATCH 28/41] fs: Move metadata bhs tracking to a separate struct
` [PATCH 29/41] fs: Make bhs point to mapping_metadata_bhs
` [PATCH 30/41] fs: Switch inode_has_buffers() to take mapping_metadata_bhs
` [PATCH 31/41] fs: Provide functions for handling mapping_metadata_bhs directly
` [PATCH 32/41] ext2: Track metadata bhs in fs-private inode part
` [PATCH 33/41] affs: "
` [PATCH 34/41] bfs: "
` [PATCH 35/41] fat: "
` [PATCH 36/41] udf: "
` [PATCH 37/41] minix: "
` [PATCH 38/41] ext4: "
` [PATCH 39/41] fs: Drop mapping_metadata_bhs from address space
` [PATCH 40/41] fs: Drop i_private_list from address_space
` [PATCH 41/41] fs: Unify generic_file_fsync() with mmb methods

[PATCH] drbd: use genl pre_doit/post_doit
 2026-03-24 15:29 UTC 

[PATCH] mmc: block: use single block write in retry
 2026-03-24 14:57 UTC  (14+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] block: define new rqf_flags RQF_XFER_SINGLE_BLK
  ` [PATCH v2 2/2] mmc: block: use single block write in retry

[bug report] e2fsprogs 1.47.4: mke2fs creates oversized orphan file for 1k blocksize (breaks mount)
 2026-03-24 14:17 UTC  (3+ messages)

[PATCH 00/79] block: rnull: complete the rust null block driver
 2026-03-24 13:27 UTC  (5+ messages)
` [PATCH 05/79] block: rust: change `queue_rq` request type to `Owned`

[bug report] blktests rnbd/001 hang on s390x server
 2026-03-24 10:10 UTC  (2+ messages)

[PATCH v6 00/43] btrfs: add fscrypt support
 2026-03-24  9:36 UTC  (4+ messages)
` [PATCH v6 32/43] btrfs: implement process_bio cb for fscrypt

[PATCH] bio: fix kmemleak false positives from percpu bio alloc cache
 2026-03-24  9:00 UTC 

[Bug][xfstests xfs/556] inconsistent {HARDIRQ-ON-W} -> {IN-HARDIRQ-W} usage
 2026-03-24  8:15 UTC  (5+ messages)
      ` [PATCH] iomap: fix lockdep complaint when reads fail

[PATCH blktests 0/7] Skip tests if scsi_debug module is already loaded and in use
 2026-03-24  5:49 UTC  (8+ messages)
` [PATCH blktests 1/7] check: move fallback device handling into _check_and_call_test_device()
` [PATCH blktests 2/7] check: call _unload_module() after fallback_device_cleanup()
` [PATCH blktests 3/7] check: do not create fallback device when other requirements are not met
` [PATCH blktests 4/7] check: call fallback_device() in the same bash context
` [PATCH blktests 5/7] Skip tests if scsi_debug module is already loaded and in use
` [PATCH blktests 6/7] common/scsi_debug: ensure scsi_debug is loadable before loading it
` [PATCH blktests 7/7] zbd/012: add missing scsi_debug check

[PATCH v1] blk-mq: fix slab-out-of-bounds in blk_mq_free_rqs on nr_hw_queues update
 2026-03-24  2:22 UTC 

[PATCH] block: partitions: Replace pp_buf with struct seq_buf
 2026-03-23 22:29 UTC  (10+ messages)

[PATCH 0/2] Enable testing small DMA segment sizes
 2026-03-23 20:29 UTC  (3+ messages)
` [PATCH 1/2] block: Reduce BLK_MIN_SEGMENT_SIZE
` [PATCH 2/2] null_blk: Support configuring the maximum segment size

[PATCH] block/044, scsi/012: Add tests for support for segments smaller than the page size
 2026-03-23 20:07 UTC 

[PATCH blktests] check: Suppress kmemleak scanning failures
 2026-03-23 20:05 UTC 

[PATCHv8 0/2] block for-7.1/integrity rebase for mem alignment
 2026-03-23 17:27 UTC  (8+ messages)

[PATCH 0/7] lib/iov_iter: fix bugs found via cross-function consistency review
 2026-03-23 15:16 UTC  (4+ messages)
` [PATCH 3/7] lib/iov_iter: fix misplaced parenthesis in iov_iter_restore() kvec check

[syzbot] [block?] general protection fault in bio_alloc_bioset
 2026-03-23 13:58 UTC  (9+ messages)
` [PATCH next] block: mempool alloc fail due to insufficient memory
` [PATCH] block: fix bio_alloc_bioset slowpath GFP handling

[syzbot] Monthly nbd report (Mar 2026)
 2026-03-23 10:49 UTC 

[PATCH v3 0/7] blk-cgroup: fix races related to blkg_list iteration
 2026-03-23  8:11 UTC  (2+ messages)

add a "discard cache" debug option to zloop v3
 2026-03-23  7:11 UTC  (3+ messages)
` [PATCH 1/2] zloop: refactor zloop_rw
` [PATCH 2/2] zloop: forget write cache on force removal

[PATCH v2] blk-wbt: remove WARN_ON_ONCE from wbt_init_enable_default()
 2026-03-23  4:30 UTC  (2+ messages)

Re: Re: [Patch] bsg: initialize request and reply payloads in bsg_prepare_job
 2026-03-23  1:04 UTC  (2+ messages)
  `  "

[PATCH] ublk: move cold paths out of __ublk_batch_dispatch() for icache efficiency
 2026-03-23  1:04 UTC  (2+ messages)

[GIT PULL] md-7.1-20260323
 2026-03-22 19:39 UTC  (2+ messages)

[PATCH v2] bcache: fix cached_dev.sb_bio use-after-free and crash
 2026-03-22 14:30 UTC  (3+ messages)

[axboe:for-7.1/block] [block] b520c4eef8: blktests.scsi/002.fail
 2026-03-22 10:23 UTC 

[PATCH] bcache: fix cached_dev.sb_bio use-after-free and crash
 2026-03-22  7:15 UTC 

[PATCH] blktrace: reject buf_size smaller than blk_io_trace
 2026-03-22  5:18 UTC 

[linux-next:master 6465/7971] drivers/block/drbd/drbd_debugfs.c:336 drbd_get_peer_request_state() warn: bitwise AND condition is false here
 2026-03-21  8:22 UTC 

[syzbot] [block?] general protection fault in bio_add_page
 2026-03-20 22:44 UTC 

[PATCH v3 0/2] blk-mq: introduce tag starvation observability
 2026-03-20 15:08 UTC  (4+ messages)
` [PATCH v3 1/2] blk-mq: add tracepoint block_rq_tag_wait
` [PATCH v3 2/2] blk-mq: expose tag starvation counts via debugfs

[PATCH v2] fs: remove stale and duplicate forward declarations
 2026-03-20 13:18 UTC  (3+ messages)

[PATCH blktests] check: check kmemleak before test run start
 2026-03-20  6:47 UTC  (2+ messages)

[PATCH v2] zram: do not slot_free() written-back slots
 2026-03-20  3:22 UTC  (2+ messages)

[PATCH v2] blk-mq: add tracepoint block_rq_tag_wait
 2026-03-19 22:10 UTC  (7+ messages)

add a "discard cache" debug option to zloop v2
 2026-03-19 21:18 UTC  (6+ messages)
` [PATCH 1/2] zloop: refactor zloop_rw
` [PATCH 2/2] zloop: forget write cache on force removal

[PATCH] zram: do not slot_free() written-back slots
 2026-03-19 19:43 UTC  (6+ messages)

[PATCH v8 0/3] bsg: add io_uring command support for SCSI passthrough
 2026-03-19 17:39 UTC  (3+ messages)

blksnap: no feedback received on latest patchset - any concerns?
 2026-03-19 16:24 UTC  (3+ messages)

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-19 14:13 UTC  (3+ messages)
` [PATCH 12/61] quota: Prefer IS_ERR_OR_NULL over manual NULL check

[linux-next:master 6496/7246] drivers/block/drbd/drbd_legacy_84.c:466 drbd_conn_str_84() error: buffer overflow 'drbd_conn_s_names' 24 <= u32max
 2026-03-19  9:15 UTC 

[PATCH] blk-mq: add tracepoint block_rq_tag_wait
 2026-03-19  0:22 UTC  (4+ messages)

[PATCH 1/2] drbd: fix rdma dependency
 2026-03-18 21:20 UTC  (4+ messages)
` [PATCH 2/2] drbd: select CONFIG_NET_HANDSHAKE

[PATCH][next] drbd: Fix typos: "receive_peer_dagatg" -> "receive_peer_dagtag"
 2026-03-18 21:20 UTC  (4+ messages)

[RESEND PATCHv3 1/2] dm-crypt: allow unaligned bio_vecs for direct io
 2026-03-18 18:41 UTC  (13+ messages)
` [RESEND PATCHv3 2/2] dm-crypt: dynamic scatterlist for many segments

[PATCH] blk-iocost: do not lower busy_level when no IOs are completed
 2026-03-18 16:33 UTC 

[PATCH v2] floppy: annotate data-races around command_status and floppy_work_fn
 2026-03-18 16:29 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