Linux EXT4 FS development
 help / color / mirror / Atom feed
 messages from 2026-06-29 08:27:51 to 2026-07-05 19:47:51 UTC [more...]

[PATCH v2 00/17] fscrypt: Standardize on blk-crypto
 2026-07-05 19:45 UTC  (8+ messages)
` [PATCH v2 01/17] blk-crypto: Simplify check for fallback support
` [PATCH v2 02/17] blk-crypto: Fold __blk_crypto_cfg_supported() into its caller
` [PATCH v2 03/17] blk-crypto: Allow control over whether hardware is used
` [PATCH v2 04/17] fscrypt: Fully disallow IV_INO_LBLK_32 with s_blocksize != PAGE_SIZE
` [PATCH v2 05/17] fscrypt: Always use blk-crypto for contents on block-based filesystems
` [PATCH v2 06/17] Documentation: fscrypt: Update docs for inlinecrypt
` [PATCH v2 07/17] ext4: Remove fs-layer file contents en/decryption code

[PATCH] ext4: get rid of ppath in get_ext_path()
 2026-07-05  7:51 UTC  (14+ messages)

[PATCH] ext4: validate readdir offset before accessing dirent
 2026-07-04  2:41 UTC  (4+ messages)

[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
 2026-07-04  2:34 UTC  (15+ messages)
` [PATCH v4 09/23] ext4: implement writeback path using iomap
` [PATCH v4 18/23] ext4: wait for ordered I/O in the iomap buffered I/O path

[PATCH 6.6.y] ext4: get rid of ppath in get_ext_path()
 2026-07-04  2:04 UTC  (3+ messages)

[PATCH 0/6] ext4: fix unaligned edge handling in FALLOC_FL_WRITE_ZEROES
 2026-07-04  1:32 UTC  (18+ messages)
` [PATCH 1/6] ext4: move partial block zeroing earlier in ext4_zero_range()
` [PATCH 2/6] ext4: clarify return semantics of ext4_load_tail_bh()
` [PATCH 3/6] ext4: track partial-zero outcome per edge in ext4_zero_partial_blocks()
` [PATCH 4/6] ext4: zero out whole block for clean edges in WRITE_ZEROES
` [PATCH 5/6] ext4: write back partial-zeroed "
` [PATCH 6/6] ext4: skip ext4_update_disksize_before_punch() "

[PATCH v2 1/2] e2fsck: limit blocks_per_group in get_backup_sb()
 2026-07-03 23:29 UTC  (2+ messages)
` [PATCH v2 2/2] libext2fs: fix inode_blocks overflow in ext2fs_open()

security bug reporting: e2fsprogs: Path Traversal and heap overflow
 2026-07-03 23:02 UTC  (5+ messages)

[PATCH v3 0/19] fs: Fix missed inode write during fsync
 2026-07-03 16:12 UTC  (25+ messages)
` [PATCH v3 01/19] affs: Drop support for metadata bh tracking
` [PATCH v3 02/19] fs: Fix possible UAF in mark_buffer_write_io_error()
` [PATCH v3 03/19] fs: Fix missed inode writeback when racing with __writeback_single_inode
` [PATCH v3 04/19] ext4: Allocate mapping_metadata_bhs struct on demand
` [PATCH v3 05/19] ext2: Drop __ext2_write_inode()
` [PATCH v3 06/19] ext2: Avoid unnecessary inode buffer writeback for sync(2)
` [PATCH v3 07/19] fs: Provide way for filesystem to wait for metadata writeback
` [PATCH v3 08/19] ext2: Fix data integrity writeout issues
` [PATCH v3 09/19] udf: "
` [PATCH v3 10/19] udf: Use sync_inode_metadata() to writeout IS_SYNC inode
` [PATCH v3 11/19] udf: Write all metadata for IS_SYNC inodes
` [PATCH v3 12/19] udf: Fold udf_update_inode() into udf_write_inode()
` [PATCH v3 13/19] bfs: Fix data integrity writeout issues
` [PATCH v3 14/19] minix: "
` [PATCH v3 15/19] ext4: Fix data integrity writeout issues in nojournal mode
` [PATCH v3 16/19] fat: Fix missed inode writeback during fsync(2)
` [PATCH v3 17/19] fat: Remove some superfluous sync_dirty_buffer() calls
` [PATCH v3 18/19] fat: Replace fat_sync_inode() with sync_inode_metadata()
` [PATCH v3 19/19] vfs: Remove mmb_fsync()

[PATCH v4 1/2] ext4: use fsdata to track inline data write state and fix race
 2026-07-03 15:30 UTC  (4+ messages)
` [PATCH v4 2/2] ext4: cleanup unused CONVERT_INLINE_DATA flag

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

[PATCH v4] ext4: fix race in ext4_convert_inline_data() leading to BUG_ON in writepages
 2026-07-03 13:25 UTC 

[PATCH v3] ext4: fix race in ext4_convert_inline_data() leading to BUG_ON in writepages
 2026-07-03 13:23 UTC  (2+ messages)

[PATCH v6 0/3] iomap: add simple dio path for small direct I/O
 2026-07-03 12:40 UTC  (12+ messages)
` [PATCH v6 1/3] iomap: factor out iomap_dio_alignment helper
` [PATCH v6 2/3] iomap: pass error code to should_report_dio_fserror directly
` [PATCH v6 3/3] iomap: add simple dio path for small direct I/O

[PATCH v2 06/18] ext4: convert iomap ops to ->iomap_next()
 2026-07-03 10:37 UTC  (14+ messages)
` [PATCH v2 09/18] ext2: "
` [PATCH v2 17/18] iomap: pass iomap_next_fn directly instead of struct iomap_ops

[PATCH v3] ext4: use fsdata to track inline data write state and fix race
 2026-07-03  4:49 UTC  (2+ messages)

[PATCH v11 0/5] ext4: deferred iput framework for EA inodes
 2026-07-02 22:41 UTC  (18+ messages)
` [PATCH v11 1/5] fs: add iput_if_not_last() helper
` [PATCH v11 2/5] ext4: introduce ext4_put_ea_inode() for safe deferred iput
` [PATCH v11 3/5] ext4: convert all EA inode iput() calls to ext4_put_ea_inode()
` [PATCH v11 4/5] ext4: remove ea_inode_array mechanism in favor of ext4_put_ea_inode()
` [PATCH v11 5/5] ext4: prevent deadlock from duplicate EA inode references on corrupted fs

[PATCH v2] ext4: use fsdata to track inline data write state and fix race
 2026-07-02 14:25 UTC  (7+ messages)

[RESEND] "ext4: get rid of ppath in get_ext_path()" 6.6.y backport request
 2026-07-02 14:13 UTC  (2+ messages)

WARNING: mm/page_alloc.c:4749 at __alloc_pages_slowpath.constprop.0+0x49c/0xb80
 2026-07-02  8:37 UTC 

[PATCH v2] ext4: fix race in ext4_convert_inline_data() leading to BUG_ON in writepages
 2026-07-02  8:39 UTC 

[Kernel Bug] KASAN: slab-use-after-free Read in filemap_free_folio
 2026-07-02  7:59 UTC 

[PATCH] ext4: prevent inline data creation on extent-based inodes
 2026-07-02  7:41 UTC  (2+ messages)

[syzbot] [ext4?] INFO: task hung in ext4_load_tail_bh
 2026-07-02  6:06 UTC 

[syzbot] [ext4?] INFO: task hung in ext4_write_end
 2026-07-02  6:06 UTC 

[PATCH 5.10.y] ext4: add bounds check for inline data length in ext4_read_inline_page
 2026-07-02  0:38 UTC  (2+ messages)

[PATCH 5.15.y] ext4: add bounds check for inline data length in ext4_read_inline_page
 2026-07-02  0:38 UTC  (2+ messages)

[PATCH 6.1.y] ext4: add bounds check for inline data length in ext4_read_inline_page
 2026-07-02  0:38 UTC  (2+ messages)

[PATCH v7 0/11] fstests: add test coverage for cloned filesystem ids
 2026-07-01 17:33 UTC  (9+ messages)
` [PATCH v7 01/11] fstests: add _loop_image_create_clone() helper
` [PATCH v7 04/11] fstests: add _require_unique_f_fsid() helper
` [PATCH v7 05/11] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v7 06/11] fstests: verify f_fsid for "

[PATCH 0/2] ext4: fix race conditions and clean up locking of inline data writes
 2026-07-01  9:36 UTC  (7+ messages)
` [PATCH 1/2] ext4: use fsdata to track inline data write state
` [PATCH 2/2] ext4: replace BUG_ON with graceful retry in ext4_write_inline_data_end

[PATCH v5 0/4] iomap: add simple dio path for small direct I/O
 2026-07-01  3:21 UTC  (10+ messages)
` [PATCH v5 1/4] iomap: factor out iomap_dio_alignment helper
` [PATCH v5 2/4] iomap: factor out iomap_dio_bio_release_pages helper
` [PATCH v5 3/4] iomap: pass error code to should_report_dio_fserror directly
` [PATCH v5 4/4] iomap: add simple dio path for small direct I/O

[PATCH v12 0/4] ext4: deferred iput framework for EA inodes
 2026-06-30 11:49 UTC  (7+ messages)
` [PATCH v12 1/4] fs: add iput_if_not_last() helper
` [PATCH v12 2/4] ext4: introduce ext4_put_ea_inode() for safe deferred iput
` [PATCH v12 3/4] ext4: convert all EA inode iput() calls to ext4_put_ea_inode()
` [PATCH v12 4/4] ext4: remove ea_inode_array mechanism in favor of ext4_put_ea_inode()

[PATCH v4 0/6] ext4: allow more DIO writes under shared i_rwsem
 2026-06-30  1:08 UTC  (8+ messages)
` [PATCH v4 1/6] ext4: prevent sleeping allocation in NOWAIT write path
` [PATCH v4 2/6] ext4: drain in-flight DIO before buffered write fallback
` [PATCH v4 3/6] ext4: skip overwrite check for aligned non-extending DIO writes
` [PATCH v4 4/6] ext4: base unaligned DIO lock decision on partial block zeroing
` [PATCH v4 5/6] ext4: use kiocb_modified instead of file_modified in DIO/DAX write path
` [PATCH v4 6/6] ext4: fix NOWAIT semantic violation in DAX extending writes

[BUG] kernel BUG in __ext4_journal_stop
 2026-06-29 13:07 UTC  (3+ messages)

[PATCH v10 0/5] ext4: deferred iput framework for EA inodes
 2026-06-29 10:05 UTC  (10+ messages)
` [PATCH v10 2/5] ext4: introduce ext4_put_ea_inode() for safe deferred iput
` [PATCH v10 5/5] ext4: prevent deadlock from duplicate EA inode references on corrupted fs

[PATCH] ext4: fix deadlock in ext4_evict_ea_inode() vs cache_find()
 2026-06-29  9:12 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