Linux EXT4 FS development
 help / color / mirror / Atom feed
 messages from 2026-07-12 16:57:36 to 2026-07-14 18:44:45 UTC [more...]

[PATCH] ext4: check dir entry fits before reading the hash trailer in ext4_search_dir()
 2026-07-14 18:44 UTC  (3+ messages)

[PATCH v1 0/9] Support Clang context analysis for ext2
 2026-07-14 18:10 UTC  (12+ messages)
` [PATCH v1 1/9] ext2: fix ext2_xattr_delete_inode() context analysis warning
` [PATCH v1 9/9] ext2: enabled context analysis support for ext2 filesystem

[PATCH v4 0/9] ext4: fix unaligned edge handling in FALLOC_FL_WRITE_ZEROES
 2026-07-14 15:09 UTC  (11+ messages)
` [PATCH v4 1/9] ext4: use FGP_WRITEBEGIN for tail block zeroing
` [PATCH v4 2/9] ext4: skip tail block zeroing for inline data files
` [PATCH v4 3/9] ext4: check return value of ext4_get_block() in ext4_load_tail_bh()
` [PATCH v4 4/9] ext4: move partial block zeroing earlier in ext4_zero_range()
` [PATCH v4 5/9] ext4: clarify return semantics of ext4_load_tail_bh()
` [PATCH v4 6/9] ext4: track partial-zero outcome per edge in ext4_zero_partial_blocks()
` [PATCH v4 7/9] ext4: zero out whole block for clean edges in WRITE_ZEROES
` [PATCH v4 8/9] ext4: write back partial-zeroed "
` [PATCH v4 9/9] ext4: protect WRITE_ZEROES written extents with orphan list

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

[RFC PATCH 0/2] ext4: fix DIO read slowdown after extent status reclaim
 2026-07-14 11:50 UTC  (4+ messages)
` [RFC PATCH 1/2] ext4: avoid caching an extent twice after a leaf read
` [RFC PATCH 2/2] ext4: cache the full extent after a DIO extent status miss

[PATCH v4 0/5] iomap: trivial fixes for ext4 conversion
 2026-07-14  8:23 UTC  (6+ messages)
` [PATCH v4 1/5] iomap: correct the range of a partial dirty clear
` [PATCH v4 2/5] iomap: support invalidating partial folios
` [PATCH v4 3/5] iomap: fix incorrect did_zero setting in iomap_zero_iter()
` [PATCH v4 4/5] iomap: fix out-of-bounds bitmap_set() with zero-length range
` [PATCH v4 5/5] iomap: add comments for ifs_clear/set_range_dirty()

[PATCH 0/2] jbd2: bound j_list_lock hold time in the checkpoint shrinker
 2026-07-14  6:53 UTC  (10+ messages)
` [PATCH 1/2] jbd2: check need_resched() when skipping busy checkpoint buffers
` [PATCH 2/2] jbd2: bound shrinker scans by examined "

[PATCH e2fsprogs 0/5] fsck: fix stale "bad orphan inode" after fsck runs
 2026-07-14  6:31 UTC  (6+ messages)
` [PATCH e2fsprogs 1/5] fsck: consume -l option instead of passing to e2fsck
` [PATCH e2fsprogs 2/5] fsck: fix -C fd option parsing when fd is a separate argument
` [PATCH e2fsprogs 3/5] e2fsck: flush superblock immediately after orphan cleanup
` [PATCH e2fsprogs 4/5] tests: add fsck option-parsing regression test
` [PATCH e2fsprogs 5/5] tests: add orphan-cleanup flush "

[PATCH] ext4: fix circular lock dependency in ext4_ext_migrate
 2026-07-14  5:55 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] generic/795: add unaligned boundary test cases for WRITE_ZEROES
 2026-07-13 13:34 UTC  (5+ messages)

[PATCH v3 0/5] iomap: trivial fixes for ext4 conversion
 2026-07-13 12:30 UTC  (13+ messages)
` [PATCH v3 1/5] iomap: correct the range of a partial dirty clear
` [PATCH v3 2/5] iomap: support invalidating partial folios
` [PATCH v3 3/5] iomap: fix incorrect did_zero setting in iomap_zero_iter()
` [PATCH v3 4/5] iomap: fix out-of-bounds bitmap_set() with zero-length range
` [PATCH v3 5/5] iomap: add comments for ifs_clear/set_range_dirty()

[PATCHv2 1/5] fs: add direct io attributes to file_getattr
 2026-07-13 12:00 UTC  (3+ messages)
  ` [PATCHv2 2/5] block: report direct io attributes through file_getattr
  ` [PATCHv2 3/5] xfs: "

[PATCH] iomap: prevent ioend merge when io_private differs
 2026-07-13  8:44 UTC  (2+ messages)

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

[PATCH v11 00/20] fs-verity support for XFS with post EOF merkle tree
 2026-07-13  8:16 UTC  (4+ messages)
` [PATCH v11 06/20] fsverity: don't allow setting DAX file attribute on fsverity files

[PATCH v3 0/9] ext4: fix unaligned edge handling in FALLOC_FL_WRITE_ZEROES
 2026-07-13  6:37 UTC  (4+ messages)
` [PATCH v3 2/9] ext4: skip tail block zeroing for inline data files

[PATCH v2] ext4: use str_plural() instead of custom macro
 2026-07-13  5:41 UTC 

[PATCH] ext4: use str_plural() instead of custom macro
 2026-07-13  3:47 UTC  (2+ messages)

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-07-13  3:36 UTC  (4+ messages)
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()


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