public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-28 09:35:02 to 2026-02-06 04:42:38 UTC [more...]

[PATCHSET v6 7/8] fuse: cache iomap mappings for even better file IO performance
 2026-02-06  4:42 UTC  (10+ messages)
` [PATCH 03/10] fuse: use the iomap cache for iomap_begin
` [PATCH 05/10] fuse: invalidate iomap cache after file updates
` [PATCH 07/10] fuse: enable iomap cache management

[PATCHBOMB v6] fuse: containerize ext4 for safer operation
 2026-02-06  4:25 UTC  (35+ messages)
` [PATCHSET v6 4/8] fuse: allow servers to use iomap for better file IO performance
  ` [PATCH 01/31] fuse: implement the basic iomap mechanisms
  ` [PATCH 12/31] fuse: implement direct IO with iomap
  ` [PATCH 13/31] fuse_trace: "
  ` [PATCH 14/31] fuse: implement buffered "
  ` [PATCH 19/31] fuse: query filesystem geometry when using iomap
  ` [PATCH 24/31] fuse: implement inline data file IO via iomap
  ` [PATCH 29/31] fuse: disable direct reclaim for any fuse server that uses iomap

[PATCH -next v2 00/22] ext4: use iomap for regular file's buffered I/O path
 2026-02-06  2:15 UTC  (45+ 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 16/22] iomap: support invalidating partial folios
` [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 19/22] ext4: add block mapping tracepoints for iomap buffered I/O path
` [PATCH -next v2 20/22] ext4: disable online defrag when inode using "
` [PATCH -next v2 21/22] ext4: partially enable iomap for the buffered I/O path of regular files
` [PATCH -next v2 22/22] ext4: introduce a mount option for iomap buffered I/O path

[PATCH] ext4: add optional rotating block allocation policy
 2026-02-06  1:42 UTC  (9+ messages)

[PATCHSET v6 1/8] fuse: general bug fixes
 2026-02-05 23:28 UTC  (4+ messages)
` [PATCH 5/5] fuse: propagate default and file acls on creation

[PATCHSET] fstests: more random fixes for v2026.01.27
 2026-02-05 17:19 UTC  (11+ 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] ext4: Fix call trace when remounting to read only in data=journal mode
 2026-02-05 12:59 UTC  (8+ messages)

[PATCH] ext4: Fix stale xarray tags after writeback
 2026-02-05  9:22 UTC 

[PATCH v1] ext4: fix journal credit check when setting fscrypt context xattr
 2026-02-04 22:24 UTC  (4+ messages)

fsverity speedup and memory usage optimization v5
 2026-02-04 19:37 UTC  (27+ 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

[linux-next:master] [ext4] 81d2e13a57: ltp.fanotify22.fail
 2026-02-04 14:10 UTC 

[PATCH v3 0/3] symlink length caching
 2026-02-03 14:13 UTC  (4+ 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 

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

[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  (8+ messages)
` [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  (10+ messages)
` [PATCH v2 07/13] mm: update secretmem to use VMA flags on mmap_prepare


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