Linux EXT4 FS development
 help / color / mirror / Atom feed
 messages from 2026-07-27 15:52:37 to 2026-07-28 07:16:54 UTC [more...]

[PATCH] ext4: convert pa_count from atomic_t to refcount_t
 2026-07-28  7:16 UTC  (4+ messages)

[PATCH 00/12] fstests: introduce fscrypt support for btrfs
 2026-07-28  6:07 UTC  (6+ messages)

[PATCH 1/1] ext4: fix incorrect function call when initializing s_resgid
 2026-07-28  4:40 UTC  (2+ messages)

decouple simple direct I/O reads from iomap_dio_rw
 2026-07-28  4:01 UTC  (8+ messages)
` [PATCH 2/3] iomap: "
            ` selective Sashiko replies, was: "

decouple simple direct I/O reads from iomap_dio_rw v2
 2026-07-28  3:52 UTC  (5+ messages)
` [PATCH 2/3] iomap: decouple simple direct I/O reads from iomap_dio_rw

[PATCH v4 00/21] iomap: convert to in-iter iomap_next() model
 2026-07-28  3:50 UTC  (30+ messages)
` [PATCH v4 01/21] iomap: split iomap_iter() logic into iomap_iter_next()
` [PATCH v4 02/21] iomap: decouple simple direct I/O reads from iomap_dio_rw
` [PATCH v4 03/21] iomap: use GFP_NOWAIT when application for iomap_dio_simple allocations
` [PATCH v4 04/21] iomap: add ->iomap_next()
` [PATCH v4 05/21] xfs: convert iomap ops to ->iomap_next()
` [PATCH v4 06/21] btrfs: "
` [PATCH v4 07/21] ntfs3: "
` [PATCH v4 08/21] ntfs: "
` [PATCH v4 09/21] ext4: "
` [PATCH v4 10/21] erofs: "
` [PATCH v4 11/21] zonefs: "
` [PATCH v4 12/21] ext2: "
` [PATCH v4 13/21] block: "
` [PATCH v4 14/21] f2fs: "
` [PATCH v4 15/21] gfs2: "
` [PATCH v4 16/21] hpfs: "
` [PATCH v4 17/21] fuse: "
` [PATCH v4 18/21] exfat: "
` [PATCH v4 19/21] iomap: remove ->iomap_begin()/->iomap_end() legacy path
` [PATCH v4 20/21] iomap: pass iomap_iter_next_fn directly instead of struct iomap_ops
` [PATCH v4 21/21] Documentation: iomap: update docs to reflect iomap_iter_next model

[syzbot] [ext4?] WARNING in __ext4_handle_dirty_metadata
 2026-07-28  3:04 UTC 

[RFC PATCH v4 0/8] ext4: tests for the dirdata feature (encryption+casefold, LUFID)
 2026-07-27 21:13 UTC  (20+ messages)
` [RFC PATCH v4 1/8] ext4: add common helper to check whether dirdata is applied
` [RFC PATCH v4 01/11] generic/366: check minimum dio size correctly
` [RFC PATCH v4 2/8] ext4/064 encryption + casefold feature combination WITHOUT dirdata
` [RFC PATCH v4 02/11] generic/63{4,5}: Modify criteria for passing test
` [RFC PATCH v4 03/11] common/defrag: skip defrag tests on DAX-enabled filesystems
` [RFC PATCH v4 3/8] ext4/065 encryption + casefold + dirdata feature combination
` [RFC PATCH v4 04/11] ext4: add common helper to check whether dirdata is applied
` [RFC PATCH v4 4/8] ext4: add set_lufid utility
` [RFC PATCH v4 05/11] ext4/064 encryption + casefold feature combination WITHOUT dirdata
` [RFC PATCH v4 5/8] ext4/066: verify LUFID dirdata operations
` [RFC PATCH v4 06/11] ext4/065 encryption + casefold + dirdata feature combination
` [RFC PATCH v4 6/8] ext4/067: LUFID and encryption+casefold+dirdata
` [RFC PATCH v4 7/8] ext4/068: test LUFID is carried through overwrite rename and RENAME_EXCHANGE
` [RFC PATCH v4 07/11] ext4: add set_lufid utility
` [RFC PATCH v4 08/11] ext4/066: verify LUFID dirdata operations
` [RFC PATCH v4 8/8] ext4/069: test LUFID in inline_data directory entries
` [RFC PATCH v4 09/11] ext4/067: LUFID and encryption+casefold+dirdata
` [RFC PATCH v4 10/11] ext4/068: test LUFID is carried through overwrite rename and RENAME_EXCHANGE
` [RFC PATCH v4 11/11] ext4/069: test LUFID in inline_data directory entries

[PATCH v2 00/13] e2fsprogs: Add support for dirdata feature
 2026-07-27 21:13 UTC  (14+ messages)
` [PATCH v2 01/13] ext2fs: Consolidate duplicate min/max macros
` [PATCH v2 02/13] ext2fs: Clean up directory entry handling APIs
` [PATCH v2 03/13] ext2fs: dirdata infrastructure and core functions
` [PATCH v2 04/13] libext2fs: add helper for dx_root_info lookup
` [PATCH v2 05/13] e2fsck: pass2 dirdata validation and repair
` [PATCH v2 06/13] e2fsck: dirdata message formatting and pass3 support
` [PATCH v2 07/13] e2fsck: directory rehashing with dirdata support
` [PATCH v2 08/13] debugfs: add dirdata display support
` [PATCH v2 09/13] mke2fs/tune2fs: add dirdata feature support
` [PATCH v2 10/13] e2fsck: add test suite for directory optimization
` [PATCH v2 11/13] e2fsck: add test suite for duplicate directory entries
` [PATCH v2 12/13] e2fsck: add test suite for dirdata-specific optimization
` [PATCH v2 13/13] ext2fs: share list_dirdata code

[PATCH v6 00/11] Data in direntry (dirdata) feature
 2026-07-27 21:11 UTC  (12+ messages)
` [PATCH v6 01/11] ext4: validate count against limit in ext4_dx_csum_verify/_set
` [PATCH v6 02/11] ext4: replace ext4_dir_entry with ext4_dir_entry_2
` [PATCH v6 03/11] ext4: add ext4_dir_entry_is_tail()
` [PATCH v6 04/11] ext4: refactor dx_root to support variable dirent sizes
` [PATCH v6 05/11] ext4: add dirdata format definitions and access helpers
` [PATCH v6 06/11] ext4: add ext4_dir_entry_len()
` [PATCH v6 07/11] ext4: rename ext4_dir_rec_len() and clarify dirdata usage
` [PATCH v6 08/11] ext4: dirdata feature
` [PATCH v6 09/11] ext4: add dirdata LUFID support for directory entry rename
` [PATCH v6 10/11] ext4: add dirdata set/get helpers
` [PATCH v6 11/11] ext4: Add EXT4_IOC_SET_LUFID ioctl for setting LUFID on directory entries

[PATCH] ext4: Reduce object size of ext4_msg uses
 2026-07-27 20:41 UTC  (2+ messages)

Misuse of mapping_set_folio_order_range()
 2026-07-27 20:25 UTC 

[PATCH] ext4: turn off DAX on new files when encryption is set
 2026-07-27 20:13 UTC  (5+ messages)

[PATCH v5 0/20] fs: Fix missed inode write during fsync
 2026-07-27 15:51 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