public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-02 16:37:51 to 2026-02-10 17:46:44 UTC [more...]

[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-02-10 17:44 UTC  (38+ messages)
` [PATCH v2 01/13] mm/vma: remove __private sparse decoration from vma_flags_t
` [PATCH v2 02/13] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH v2 03/13] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH v2 04/13] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH v2 05/13] mm: add basic VMA flag operation helper functions
` [PATCH v2 06/13] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH v2 07/13] mm: update secretmem "
` [PATCH v2 08/13] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH v2 09/13] mm: update all remaining mmap_prepare users "
` [PATCH v2 10/13] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH v2 11/13] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH v2 12/13] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH v2 13/13] tools/testing/vma: add VMA userland tests for VMA flag functions

[PATCH v6 00/16] Exposing case folding behavior
 2026-02-10 16:23 UTC  (6+ messages)

[PATCH -next v2 00/22] ext4: use iomap for regular file's buffered I/O path
 2026-02-10 16:11 UTC  (53+ 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

[syzbot] [ext4?] kernel BUG in ext4_es_cache_extent (4)
 2026-02-10 15:24 UTC  (7+ messages)

[PATCH 0/4] Avoid failing shutdown tests without a journal
 2026-02-10 11:20 UTC  (5+ messages)
` [PATCH 1/4] ext4/051: Fix failure in nojournal mode
` [PATCH 2/4] generic/635: Fix failure without a journal
` [PATCH 3/4] generic/646: "
` [PATCH 4/4] generic/705: "

[PATCH] ext4: Reject on-disk mount options with missing NUL-terminator
 2026-02-10  9:03 UTC  (8+ messages)

[QUESTION] ext4: Why does fsconfig allow repeated mounting?
 2026-02-10  1:58 UTC  (2+ messages)

[PATCH] ext4: add optional rotating block allocation policy
 2026-02-08 19:58 UTC  (17+ messages)

[PATCH v2] ext4: fix journal credit check when setting fscrypt context
 2026-02-07  9:53 UTC 

[PATCH] ext4: convert inline data to extents when truncate exceeds inline size
 2026-02-07  4:36 UTC 

[PATCH] ext2: guard reservation window dump with EXT2FS_DEBUG
 2026-02-07  2:29 UTC 

[PATCH] ext2: replace BUG_ON with WARN_ON_ONCE in ext2_get_blocks
 2026-02-07  1:06 UTC 

[PATCH] ext2: remove stale TODO about kmap
 2026-02-07  0:29 UTC 

[PATCH ALTERNATIVE] ext4: Treat s_mount_opts and mount_opts as __nonstring
 2026-02-06 21:58 UTC  (2+ messages)

[PATCHSET] fstests: more random fixes for v2026.01.27
 2026-02-06 21:54 UTC  (16+ messages)
` [PATCH 1/3] xfs/018: remove inline xattr recovery tests
  ` [PATCH v1.1 "
` [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

[Kernel Bug] WARNING in ext4_fill_super
 2026-02-06 20:36 UTC  (6+ messages)

[PATCH] ext4: Minor fix for ext4_split_extent_zeroout()
 2026-02-06 15:58 UTC 

[bug report] ext4: refactor zeroout path and handle all cases
 2026-02-06 15:44 UTC  (2+ messages)

[PATCHSET v6 4/8] fuse: allow servers to use iomap for better file IO performance
 2026-02-06 14:27 UTC  (25+ messages)
` [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

[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

[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

[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  (14+ messages)
` [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

[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: "


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