messages from 2026-01-26 04:30:47 to 2026-02-03 06:30:22 UTC [more...]
[PATCH -next v2 00/22] ext4: use iomap for regular file's buffered I/O path
2026-02-03 6:25 UTC (19+ messages)
` [PATCH -next v2 01/22] ext4: make ext4_block_zero_page_range() pass out did_zero
` [PATCH -next v2 02/22] ext4: make ext4_block_truncate_page() return zeroed length
` [PATCH -next v2 03/22] ext4: only order data when partially block truncating down
` [PATCH -next v2 04/22] ext4: factor out journalled block zeroing range
` [PATCH -next v2 05/22] ext4: stop passing handle to ext4_journalled_block_zero_range()
` [PATCH -next v2 06/22] ext4: don't zero partial block under an active handle when truncating down
` [PATCH -next v2 07/22] ext4: move ext4_block_zero_page_range() out of an active handle
` [PATCH -next v2 08/22] ext4: zero post EOF partial block before appending write
` [PATCH -next v2 09/22] ext4: add a new iomap aops for regular file's buffered IO path
` [PATCH -next v2 10/22] ext4: implement buffered read iomap path
` [PATCH -next v2 11/22] ext4: pass out extent seq counter when mapping da blocks
` [PATCH -next v2 12/22] ext4: implement buffered write iomap path
` [PATCH -next v2 13/22] ext4: implement writeback "
` [PATCH -next v2 14/22] ext4: implement mmap "
` [PATCH -next v2 15/22] iomap: correct the range of a partial dirty clear
` [PATCH -next v2 17/22] ext4: implement partial block zero range iomap path
` [PATCH -next v2 18/22] ext4: do not order data for inodes using buffered "
` [PATCH -next v2 22/22] ext4: introduce a mount option for iomap buffered I/O path
fsverity speedup and memory usage optimization v5
2026-02-03 5:36 UTC (23+ messages)
` [PATCH 01/11] fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folio
` [PATCH 02/11] readahead: push invalidate_lock out of page_cache_ra_unbounded
` [PATCH 03/11] ext4: move ->read_folio and ->readahead to readahead.c
` [PATCH 04/11] fsverity: kick off hash readahead at data I/O submission time
` [PATCH 05/11] fsverity: deconstify the inode pointer in struct fsverity_info
` [PATCH 06/11] fsverity: push out fsverity_info lookup
` [PATCH 07/11] fs: consolidate fsverity_info lookup in buffer.c
` [PATCH 08/11] ext4: consolidate fsverity_info lookup
` [PATCH 09/11] f2fs: "
` [PATCH 10/11] btrfs: "
` [PATCH 11/11] fsverity: use a hashtable to find the fsverity_info
[PATCHSET] fstests: more random fixes for v2026.01.27
2026-02-03 5:23 UTC (7+ messages)
` [PATCH 1/3] xfs/018: remove inline xattr recovery tests
` [PATCH 2/3] xfs/620: force xattr leaf format for this test
` [PATCH 3/3] generic/749: don't write a ton of _mread output to seqres.full
[PATCH v3 0/3] symlink length caching
2026-02-03 4:20 UTC (3+ messages)
[PATCH v2] ext4: publish jinode after initialization
2026-02-03 1:34 UTC (3+ messages)
[syzbot] [ext4?] kernel BUG in ext4_write_inline_data (4)
2026-02-02 18:16 UTC
[PATCH 0/3] jbd2/ext4/ocfs2: READ_ONCE for lockless jinode reads
2026-02-02 16:52 UTC (6+ messages)
` [PATCH 1/3] jbd2: use "
` [PATCH 2/3] ext4: "
[Kernel Bug] KASAN: slab-use-after-free Read in filemap_free_folio
2026-02-02 14:14 UTC
[PATCH v2] ext4: do not check fast symlink during orphan recovery
2026-02-02 12:51 UTC (2+ messages)
[PATCH] perf/core: Fix refcount bug and potential UAF in perf_mmap
2026-02-01 8:18 UTC (2+ messages)
[syzbot] Monthly ext4 report (Jan 2026)
2026-01-30 12:35 UTC
[PATCH] ext4: Fix call trace when remounting to read only in data=journal mode
2026-01-30 11:38 UTC (5+ messages)
fsverity cleanups, speedup and memory usage optimization v4
2026-01-30 5:55 UTC (26+ messages)
` [PATCH 01/15] fs,fsverity: reject size changes on fsverity files in setattr_prepare
` [PATCH 02/15] fs,fsverity: clear out fsverity_info from common code
` [PATCH 03/15] ext4: don't build the fsverity work handler for !CONFIG_FS_VERITY
` [PATCH 04/15] f2fs: "
` [PATCH 05/15] fsverity: pass struct file to ->write_merkle_tree_block
` [PATCH 06/15] fsverity: start consolidating pagecache code
` [PATCH 07/15] fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folio
` [PATCH 08/15] fsverity: kick off hash readahead at data I/O submission time
` [PATCH 09/15] fsverity: deconstify the inode pointer in struct fsverity_info
` [PATCH 10/15] fsverity: push out fsverity_info lookup
` [PATCH 11/15] fs: consolidate fsverity_info lookup in buffer.c
` [PATCH 12/15] ext4: consolidate fsverity_info lookup
` [PATCH 13/15] f2fs: "
` [PATCH 14/15] btrfs: "
` [PATCH 15/15] fsverity: use a hashtable to find the fsverity_info
[PATCHBOMB v6] fuse: containerize ext4 for safer operation
2026-01-29 23:12 UTC (29+ messages)
` [PATCHSET v6 4/8] fuse: allow servers to use iomap for better file IO performance
` [PATCH 07/31] fuse: create a per-inode flag for toggling iomap
` [PATCH 12/31] fuse: implement direct IO with iomap
` [PATCH 17/31] fuse: use an unrestricted backing device with iomap pagecache io
[PATCH] resize2fs: implement option to modify the inode count
2026-01-29 22:18 UTC
[PATCH] ext4: do not check fast symlink during orphan recovery
2026-01-29 1:56 UTC (3+ messages)
fsverity cleanups, speedup and memory usage optimization v2
2026-01-28 22:14 UTC (15+ messages)
` [PATCH 05/11] fsverity: kick off hash readahead at data I/O submission time
` [PATCH 06/11] fsverity: push out fsverity_info lookup
` [PATCH 11/11] fsverity: use a hashtable to find the fsverity_info
[PATCH v2] ext4: don't order data when zeroing unwritten or delayed block
2026-01-28 18:05 UTC (2+ messages)
[PATCH -next v3 0/7] ext4: defer unwritten splitting until I/O completion
2026-01-28 18:05 UTC (2+ messages)
[RFC PATCH] ext4: fix e4b bitmap inconsistency reports
2026-01-28 18:05 UTC (2+ messages)
[PATCH] ext4: move ext4_percpu_param_init() before ext4_mb_init()
2026-01-28 18:05 UTC (2+ messages)
[PATCH v4 0/8] ext4 extent split/convert refactor and kunit tests
2026-01-28 18:05 UTC (2+ messages)
[RFC 0/5] ext4: mark more ops fast-commit ineligible
2026-01-28 18:05 UTC (2+ messages)
[PATCH 0/2 v3] ext4: use mb_optimize_scan regardless of inode format
2026-01-28 18:05 UTC (3+ messages)
` [PATCH 1/2] ext4: always allocate blocks only from groups inode can use
[PATCH v1] ext4: Remove redundant NULL check after __GFP_NOFAIL
2026-01-28 18:05 UTC (2+ messages)
[PATCH v3] ext4: fix dirtyclusters double decrement on fs shutdown
2026-01-28 18:04 UTC (2+ messages)
[PATCH v2] ext4: add sysfs attribute err_report_sec to control s_err_report timer
2026-01-28 18:05 UTC (2+ messages)
[PATCH] ext4: Fix memory leak in ext4_ext_shift_extents()
2026-01-28 18:05 UTC (2+ messages)
[PATCH] fs/ext4: Remove unnecessary zero-initialization via memset
2026-01-28 18:04 UTC (2+ messages)
[PATCH] ext4: fast commit: make s_fc_lock reclaim-safe
2026-01-28 18:05 UTC (2+ messages)
[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
2026-01-28 16:44 UTC (12+ messages)
` [PATCH v2 07/13] mm: update secretmem to use VMA flags on mmap_prepare
` [PATCH v2 12/13] tools/testing/vma: separate out vma_internal.h into logical headers
fsverity cleanups, speedup and memory usage optimization v3
2026-01-28 3:59 UTC (46+ messages)
` [PATCH 01/16] fs,fsverity: reject size changes on fsverity files in setattr_prepare
` [PATCH 02/16] fs,fsverity: clear out fsverity_info from common code
` [PATCH 03/16] ext4: don't build the fsverity work handler for !CONFIG_FS_VERITY
` [PATCH 04/16] f2fs: "
` [PATCH 05/16] fsverity: pass struct file to ->write_merkle_tree_block
` [PATCH 06/16] fsverity: start consolidating pagecache code
` [PATCH 07/16] fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folio
` [PATCH 08/16] fsverity: kick off hash readahead at data I/O submission time
` [PATCH 09/16] fsverity: constify the vi pointer in fsverity_verification_context
` [PATCH 10/16] fsverity: deconstify the inode pointer in struct fsverity_info
` [PATCH 11/16] fsverity: push out fsverity_info lookup
` [PATCH 12/16] fs: consolidate fsverity_info lookup in buffer.c
` [PATCH 13/16] ext4: consolidate fsverity_info lookup
` [PATCH 14/16] f2fs: "
` [PATCH 15/16] btrfs: "
` [PATCH 16/16] fsverity: use a hashtable to find the fsverity_info
[PATCH] ext4: EXT4_I(sbi->s_buddy_cache)->i_state_flags is not initialized
2026-01-28 3:16 UTC (3+ messages)
[PATCH] ext4: Replace KUnit tests for memcmp() with KUNIT_ASSERT_MEMEQ()
2026-01-27 14:23 UTC
[RFC v4 0/7] ext4: fast commit: snapshot inode state for FC log
2026-01-27 12:05 UTC (4+ messages)
` [RFC v4 6/7] ext4: fast commit: add lock_updates tracepoint
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