messages from 2026-07-24 13:33:51 to 2026-07-28 14:51:13 UTC [more...]
[PATCH] ext4: Reduce object size of ext4_msg uses
2026-07-28 14:50 UTC (3+ messages)
decouple simple direct I/O reads from iomap_dio_rw
2026-07-28 14:42 UTC (10+ messages)
` [PATCH 2/3] iomap: "
` selective Sashiko replies, was: "
[PATCH v5] ext4: validate EA inode i_nlink in ext4_xattr_inode_iget
2026-07-28 14:01 UTC (2+ messages)
[PATCH v4 00/21] iomap: convert to in-iter iomap_next() model
2026-07-28 13:49 UTC (31+ 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
[PATCH] ext4: do not WARN when starting a journal on a frozen filesystem
2026-07-28 13:45 UTC (2+ messages)
[PATCH] ext4: turn off DAX on new files when encryption is set
2026-07-28 13:29 UTC (7+ messages)
[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 (16+ messages)
` [PATCH 03/12] common/encrypt: add btrfs to get_ciphertext_filename
` [PATCH 04/12] common/encrypt: enable making a encrypted btrfs filesystem
` [PATCH 05/12] common/verity: explicitly don't allow btrfs encryption
` [PATCH 06/12] btrfs: add simple test of reflink of encrypted data
` [PATCH 07/12] btrfs: test snapshotting encrypted subvol
` [PATCH 08/12] fstests: properly test for v1 encryption policies in encrypt tests
` [PATCH 09/12] fstests: split generic/580 into two tests
` [PATCH 10/12] fstests: split generic/581 "
` [PATCH 11/12] fstests: split generic/613 "
` [PATCH 12/12] fscrypt-crypt-util: add support for per extent KDF
[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 v2
2026-07-28 3:52 UTC (6+ messages)
` [PATCH 2/3] iomap: decouple simple direct I/O reads from iomap_dio_rw
[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
Misuse of mapping_set_folio_order_range()
2026-07-27 20:25 UTC
[PATCH v5 0/20] fs: Fix missed inode write during fsync
2026-07-27 15:51 UTC (22+ messages)
` [PATCH v5 01/20] affs: Drop support for metadata bh tracking
` [PATCH v5 02/20] fs: Fix possible UAF in mark_buffer_write_io_error()
` [PATCH v5 03/20] fs: Fix missed inode writeback when racing with __writeback_single_inode
` [PATCH v5 04/20] ext4: Allocate mapping_metadata_bhs struct on demand
` [PATCH v5 05/20] fs: Provide way for filesystem to wait for metadata writeback
` [PATCH v5 06/20] ext2: Fix lost inode updates for IS_SYNC inodes
` [PATCH v5 07/20] ext2: Drop __ext2_write_inode()
` [PATCH v5 08/20] ext2: Avoid unnecessary inode buffer writeback for sync(2)
` [PATCH v5 09/20] ext2: Fix data integrity writeout issues
` [PATCH v5 10/20] udf: "
` [PATCH v5 11/20] udf: Use sync_inode_metadata() to writeout IS_SYNC inode
` [PATCH v5 12/20] udf: Drop udf_sync_inode()
` [PATCH v5 13/20] udf: Use sync_inode_metadata() in udf_evict_inode()
` [PATCH v5 14/20] udf: Fold udf_update_inode() into udf_write_inode()
` [PATCH v5 15/20] bfs: Fix data integrity writeout issues
` [PATCH v5 16/20] minix: "
` [PATCH v5 17/20] ext4: Fix data integrity writeout issues in nojournal mode
` [PATCH v5 18/20] fat: Fix missed inode writeback during fsync(2)
` [PATCH v5 19/20] fat: Replace fat_sync_inode() with sync_inode_metadata()
` [PATCH v5 20/20] vfs: Remove mmb_fsync()
[RFC PATCH 0/9] ext4: phase out inline data write paths for regular files
2026-07-27 15:03 UTC (11+ messages)
` [RFC PATCH 1/9] ext4: add deprecation warning for inline_data feature
` [RFC PATCH 2/9] ext4: stop creating inline data for new regular files
` [RFC PATCH 3/9] ext4: use safe convert path for inline data write overflow
` [RFC PATCH 4/9] ext4: remove inline data write paths for regular files
` [RFC PATCH 5/9] ext4: remove dead inline data write code
` [RFC PATCH 6/9] ext4: allocate block before destroying inline data in conversion
` [RFC PATCH 7/9] ext4: remove DA convert path for regular file inline data
` [RFC PATCH 8/9] ext4: document inline_data deprecation
` [RFC PATCH 9/9] ext4: populate extent entry atomically during inline data destroy
[PATCH v4 0/21] fs: Fix missed inode write during fsync
2026-07-27 14:21 UTC (4+ messages)
[PATCH v13 00/23] fs-verity support for XFS with post EOF merkle tree
2026-07-27 11:40 UTC (12+ messages)
` [PATCH v13 02/23] fsverity: expose ensure_fsverity_info()
` [PATCH v13 06/23] fsverity: don't allow setting DAX file attribute on fsverity files
` [PATCH v13 07/23] fs,fsverity: remove check for fsverity being enabled in setattr_prepare()
` [PATCH v13 08/23] fsverity: hoist statx reporting of fs-verity flag
[PATCH v4 0/9] ext4: fix unaligned edge handling in FALLOC_FL_WRITE_ZEROES
2026-07-27 6:10 UTC (6+ messages)
` [PATCH v4 9/9] ext4: protect WRITE_ZEROES written extents with orphan list
[tytso-ext4:dev] BUILD SUCCESS 97e211ad1a34a5a979558a037619b9e633ca8620
2026-07-25 11:30 UTC
[PATCH v8 0/13] fstests: add test coverage for cloned filesystem ids
2026-07-25 7:39 UTC (14+ messages)
` [PATCH v8 01/13] fstests: add _loop_image_create_clone() helper
` [PATCH v8 02/13] fstests: add _clone_mount_option() helper
` [PATCH v8 03/13] fstests: add FSNOTIFYWAIT_PROG
` [PATCH v8 04/13] fstests: add _require_fanotify_function
` [PATCH v8 05/13] fstests: add _require_unique_f_fsid() helper
` [PATCH v8 06/13] fstests: add SEMANAGE_PROG
` [PATCH v8 07/13] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v8 08/13] fstests: verify f_fsid for "
` [PATCH v8 09/13] fstests: verify libblkid resolution of duplicate UUIDs
` [PATCH v8 10/13] fstests: verify IMA isolation on cloned filesystems
` [PATCH v8 11/13] fstests: verify exportfs file handles "
` [PATCH v8 12/13] fstests: add _change_metadata_uuid helper
` [PATCH v8 13/13] fstests: test UUID consistency for clones with metadata_uuid
incomapt inline xattr between ext2 and ext4 used for ext2
2026-07-25 4:31 UTC
[PATCH] ext4: do not WARN when starting a journal on a frozen filesystem
2026-07-24 14:32 UTC (3+ messages)
page: | 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