Linux EXT4 FS development
 help / color / mirror / Atom feed
 messages from 2026-07-31 00:55:33 to 2026-08-02 09:39:37 UTC [more...]

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

[PATCH] ext4: stop retrying saturated xattr cache entries
 2026-08-02  6:59 UTC 

[PATCH 00/19] buffer: stop clearing BH_Uptodate when a write fails
 2026-08-01 22:01 UTC  (20+ messages)
` [PATCH 01/19] buffer_head: Remove b_page
` [PATCH 02/19] buffer: allow a buffer_head to point at memory outside the page cache
` [PATCH 03/19] jbd2: point the shadow buffer at the frozen data directly
` [PATCH 04/19] buffer: clear BH_Write_EIO when a buffer is forgotten
` [PATCH 05/19] buffer: discard BH_Write_EIO along with the rest of the buffer state
` [PATCH 06/19] buffer: detect metadata write errors with buffer_write_io_error()
` [PATCH 07/19] adfs: check for a directory write error "
` [PATCH 08/19] ext2: check for an xattr block "
` [PATCH 09/19] omfs: check for an inode "
` [PATCH 10/19] exfat: check for a directory "
` [PATCH 11/19] fat: check for a metadata "
` [PATCH 12/19] ext4: "
` [PATCH 13/19] ocfs2: "
` [PATCH 14/19] ocfs2: check for a stale write error before reusing a metadata buffer
` [PATCH 15/19] gfs2: check for a metadata write error with buffer_write_io_error()
` [PATCH 16/19] jbd2: report journal write errors with BH_Write_EIO
` [PATCH 17/19] jbd2: assert on a failed write, not on a buffer that is not up to date
` [PATCH 18/19] ext4, jbd2: report fast commit write errors with BH_Write_EIO
` [PATCH 19/19] buffer: stop clearing BH_Uptodate when a write fails

[PATCH] mm/swap: reject swapon() on filesystem-level encrypted files
 2026-08-01  0:46 UTC  (8+ messages)

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

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

[PATCH v5 00/22] iomap: convert to in-iter iomap_next() model
 2026-07-31 13:40 UTC  (3+ messages)
` (subset) "

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

[PATCH] ext4: don't enable DAX on new encrypted files
 2026-07-31 12:15 UTC  (3+ messages)

[PATCH 0/2] ext4: ensure WRITE_ZEROES is power-failure-safe
 2026-07-31 12:06 UTC  (5+ messages)
` [PATCH 1/2] ext4: export converted block count from ext4_convert_unwritten_extents()
` [PATCH 2/2] ext4: protect WRITE_ZEROES written extents with orphan list

[PATCH 0/3] e2fsprogs vulnerabilities with untrusted fs images
 2026-07-31  9:03 UTC  (7+ messages)
` [PATCH 1/3] resize2fs: out-of-bounds read/write in xattr entry scanning
` [PATCH 2/3] fix bitmap byte size calculations
` [PATCH 3/3] tune2fs: Add bounds checking for extended attribute processing

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


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