Linux EXT4 FS development
 help / color / mirror / Atom feed
 messages from 2026-06-23 08:38:12 to 2026-06-24 14:07:45 UTC [more...]

[PATCH RFC v2 00/18] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-06-24 14:07 UTC  (10+ messages)
` [PATCH RFC v2 01/18] xfs: fix the error unwind in xfs_open_devices()
` [PATCH RFC v2 07/18] fs: maintain a global device-to-superblock table
` [PATCH RFC v2 08/18] fs: add dedicated block device open helpers for filesystems
` [PATCH RFC v2 17/18] fs: look up the superblock via the device table in user_get_super()

[RFC PATCH v3 0/6] ext4: tests for the dirdata feature (encryption+casefold, LUFID)
 2026-06-24 13:49 UTC  (7+ messages)
` [RFC PATCH v3 1/6] ext4: add common helper to check whether dirdata is applied
` [RFC PATCH v3 2/6] ext4/064 encryption + casefold feature combination WITHOUT dirdata
` [RFC PATCH v3 3/6] ext4/065 encryption + casefold + dirdata feature combination
` [RFC PATCH v3 4/6] ext4: add set_lufid utility
` [RFC PATCH v3 5/6] ext4/066: verify LUFID dirdata operations
` [RFC PATCH v3 6/6] ext4/067: LUFID and encryption+casefold+dirdata

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

[PATCH] ext4: cancel dirty accounting for folios without buffers
 2026-06-24 13:29 UTC  (7+ messages)

[PATCH v2] ext4: fix ABBA deadlock in ext4_xattr_inode_cache_find()
 2026-06-24 13:13 UTC  (2+ messages)

[PATCH v3 00/10] Data in direntry (dirdata) feature
 2026-06-24 12:33 UTC  (7+ messages)
` [PATCH v3 01/10] ext4: replace ext4_dir_entry with ext4_dir_entry_2
` [PATCH v3 10/10] ext4: Add EXT4_IOC_SET_LUFID ioctl for setting LUFID on directory entries

[PATCH 00/16] fscrypt: Standardize on blk-crypto
 2026-06-24 11:40 UTC  (18+ messages)
` [PATCH 01/16] blk-crypto: Simplify check for fallback support
` [PATCH 02/16] blk-crypto: Fold __blk_crypto_cfg_supported() into its caller
` [PATCH 03/16] blk-crypto: Allow control over whether hardware is used
` [PATCH 04/16] fscrypt: Fully disallow IV_INO_LBLK_32 with s_blocksize != PAGE_SIZE
` [PATCH 05/16] fscrypt: Always use blk-crypto for contents on block-based filesystems
` [PATCH 06/16] ext4: Remove fs-layer file contents en/decryption code
` [PATCH 07/16] ext4: Make ext4_bio_write_folio() return void
` [PATCH 08/16] ext4: Further de-generalize the bio postprocessing code
` [PATCH 09/16] f2fs: Remove fs-layer file contents en/decryption code
` [PATCH 10/16] fs/buffer: Remove fs-layer decryption code
` [PATCH 11/16] fscrypt: Replace calls to fscrypt_inode_uses_inline_crypto()
` [PATCH 12/16] fscrypt: Remove fscrypt_dio_supported()
` [PATCH 13/16] fscrypt: Remove fs-layer zeroout code
` [PATCH 14/16] fscrypt: Remove unused functions and workqueue
` [PATCH 15/16] fscrypt: Merge bio.c and inline_crypt.c into block.c
` [PATCH 16/16] fscrypt: Add safety checks to non-block-based en/decryption

[PATCH] ext4: zero non-uptodate buffers before encryption in writeback
 2026-06-24 11:32 UTC  (2+ messages)

[RESEND] "ext4: get rid of ppath in get_ext_path()" 6.6.y backport request
 2026-06-24 10:24 UTC 

[PATCH v6 v6 0/3] ext4: improve mballoc statistics reporting and control
 2026-06-24 10:02 UTC  (4+ messages)

[PATCH v8 00/17] Subject: Exposing case folding behavior
 2026-06-24  8:59 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v9 01/22] fsverity: report validation errors through fserror to fsnotify
 2026-06-24  8:59 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v10 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-06-24  8:59 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v14 00/15] Exposing case folding behavior
 2026-06-24  8:59 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] ext4, jbd2: abort journal on file data write error under data_err=abort
 2026-06-24  3:57 UTC  (3+ messages)

[Bug 207729] New: Mounting EXT4 with data_err=abort does not abort journal on data block write failure
 2026-06-24  3:56 UTC  (2+ messages)
` [Bug 207729] "

[PATCH v9 0/4] ext4: deferred iput framework for EA inodes
 2026-06-23 13:13 UTC  (10+ messages)
` [PATCH v9 1/4] fs: add iput_if_not_last() helper
` [PATCH v9 3/4] ext4: convert all EA inode iput() calls to ext4_put_ea_inode()
` [PATCH v9 4/4] ext4: remove ea_inode_array mechanism in favor of ext4_put_ea_inode()
    ` [PATCH v9 2/4] ext4: introduce ext4_put_ea_inode() for safe deferred iput
` [syzbot ci] Re: ext4: deferred iput framework for EA inodes

[PATCH] ext4: fix ABBA deadlock in ext4_xattr_inode_cache_find()
 2026-06-23  9:05 UTC 


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