Linux EXT4 FS development
 help / color / mirror / Atom feed
 messages from 2026-08-05 19:02:43 to 2026-08-14 10:19:30 UTC [more...]

[PATCH -next v5 00/32] ext4: use iomap for regular file's buffered I/O path
 2026-08-14 10:19 UTC  (54+ messages)
` [PATCH -next v5 01/32] ext4: simplify size updating in ext4_setattr()
` [PATCH -next v5 02/32] ext4: factor out ext4_truncate_[up|down]()
` [PATCH -next v5 03/32] ext4: simplify error handling in ext4_setattr()
` [PATCH -next v5 04/32] ext4: skip ordered I/O wait when zeroing beyond i_disksize block
` [PATCH -next v5 05/32] ext4: set EXT4_MAP_NEW flag for delayed allocated blocks
` [PATCH -next v5 06/32] ext4: recheck extent status tree before block allocation
` [PATCH -next v5 07/32] ext4: fix orig_mlen initialization in ext4_map_blocks()
` [PATCH -next v5 08/32] ext4: allow ext4_map_blocks() to start its own transaction handle
` [PATCH -next v5 09/32] ext4: avoid unnecessary transaction in ext4_map_blocks() for unwritten extents
` [PATCH -next v5 10/32] ext4: skip block allocation for holes in the data submission path
` [PATCH -next v5 11/32] ext4: add iomap address space operations for buffered I/O
` [PATCH -next v5 12/32] ext4: implement buffered read path using iomap
` [PATCH -next v5 13/32] ext4: pass out extent seq counter when mapping da blocks
` [PATCH -next v5 14/32] ext4: do not use data=ordered mode for inodes using buffered iomap path
` [PATCH -next v5 15/32] ext4: implement buffered write path using iomap
` [PATCH -next v5 16/32] ext4: implement writeback "
` [PATCH -next v5 17/32] ext4: implement mmap "
` [PATCH -next v5 18/32] ext4: implement partial block zero range "
` [PATCH -next v5 19/32] ext4: tolerate unexpected holes in ext4_convert_unwritten_extents()
` [PATCH -next v5 20/32] ext4: add block mapping tracepoints for iomap buffered I/O path
` [PATCH -next v5 21/32] ext4: disable online defrag when inode using "
` [PATCH -next v5 22/32] ext4: add EXT4_STATE_DISKSIZE_GROW_PENDING state bit and helpers
` [PATCH -next v5 23/32] ext4: submit and wait for pending disksize-grow I/O on writeback
` [PATCH -next v5 24/32] ext4: advance i_disksize to i_size upon disksize-grow I/O completion
` [PATCH -next v5 25/32] ext4: defer i_disksize update while DISKSIZE_GROW_PENDING is set
` [PATCH -next v5 26/32] ext4: submit and wait for disksize-grow I/O in fallocate paths
` [PATCH -next v5 27/32] ext4: clear DISKSIZE_GROW_PENDING on truncate or error
` [PATCH -next v5 28/32] ext4: set DISKSIZE_GROW_PENDING after zeroing unaligned EOF block
` [PATCH -next v5 29/32] ext4: add tracepoints for DISKSIZE_GROW_PENDING set, clear, and wait
` [PATCH -next v5 30/32] ext4: add tracepoints for EOF block zeroing and disksize-grow I/O
` [PATCH -next v5 31/32] ext4: partially enable iomap for the buffered I/O path of regular files
` [PATCH -next v5 32/32] ext4: introduce a mount option for iomap buffered I/O path

[PATCH v15 00/25] fs-verity support for XFS with post EOF merkle tree
 2026-08-14  9:24 UTC  (26+ messages)
` [PATCH v15 01/25] fsverity: report validation errors through fserror to fsnotify
` [PATCH v15 02/25] fsverity: expose ensure_fsverity_info()
` [PATCH v15 03/25] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v15 04/25] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v15 05/25] fsverity: don't allow setting DAX file attribute on fsverity files
` [PATCH v15 06/25] fsverity: hoist statx reporting of fs-verity flag
` [PATCH v15 07/25] block: add task-context bio completion infrastructure
` [PATCH v15 08/25] block: don't delay bio task completions
` [PATCH v15 09/25] iomap: add a iomap_ioend_flags helper
` [PATCH v15 10/25] iomap: add a IOMAP_IOEND_INTEGRITY flag
` [PATCH v15 11/25] xfs: use BIO_COMPLETE_IN_TASK for bounce buffered read I/Os
` [PATCH v15 12/25] xfs: introduce fsverity on-disk changes
` [PATCH v15 13/25] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v15 14/25] xfs: disable direct read path for fs-verity files
` [PATCH v15 15/25] xfs: don't report dio_mem_align and dio_offset_align for fsverity files
` [PATCH v15 16/25] xfs: handle fsverity I/O in write/read path
` [PATCH v15 17/25] xfs: use read ioend for fsverity data verification
` [PATCH v15 18/25] xfs: make xfs_free_eofblocks() work with fsverity inodes
` [PATCH v15 19/25] xfs: add fs-verity support
` [PATCH v15 20/25] xfs: initialize fs-verity on file open
` [PATCH v15 21/25] xfs: add fs-verity ioctls
` [PATCH v15 22/25] xfs: advertise fs-verity being available on filesystem
` [PATCH v15 23/25] xfs: check and repair the verity inode flag state
` [PATCH v15 24/25] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v15 25/25] xfs: enable ro-compat fs-verity flag

[PATCH] Add EXT4_STATE_MAY_INLINE_DATA check in ext4_readdir
 2026-08-14  8:40 UTC  (5+ messages)

[PATCH] ext4: reject delalloc to nodelalloc before applying remount options
 2026-08-14  7:41 UTC  (3+ messages)

[PATCH 1/1] ext4: drop extra ea_inode ref in cached-block reuse path
 2026-08-14  7:04 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/3] ext4: Fix credit estimates for extent tree modifications
 2026-08-14  6:51 UTC  (15+ messages)
` [PATCH 1/3] ext4: Teach ext4_meta_trans_blocks() about number of allocated extents
` [PATCH 2/3] ext4: Fix transaction overflow during writeback
` [PATCH 3/3] ext4: Fix estimate extent index blocks in ext4_ext_index_trans_blocks()

[syzbot] [kernfs?] [ext4?] INFO: task hung in sb_start_write (2)
 2026-08-13  4:11 UTC  (3+ messages)

[PATCH 2/4] libext2fs: add quota to libext2fs
 2026-08-13  2:43 UTC  (2+ messages)

[PATCH] ext4: only update tune mount options when requested
 2026-08-12 18:41 UTC  (2+ messages)

[BUG] ext4: possible circular locking dependency between xattr_sem and s_writepages_rwsem
 2026-08-12 11:17 UTC  (2+ messages)

[PATCH v2 0/8] Support Clang context analysis for ext2
 2026-08-12 11:14 UTC  (10+ messages)
` [PATCH v2 1/8] ext2: mark s_next_generation as guarded by s_next_gen_lock
` [PATCH v2 2/8] ext2: annotate ext2_update_dynamic_rev() as requiring s_lock
` [PATCH v2 3/8] ext2: mark statfs overhead cache as guarded by s_lock
` [PATCH v2 4/8] ext2: mark s_mount_state "
` [PATCH v2 5/8] ext2: annotate ext2_init_block_alloc_info() as requiring truncate_mutex
` [PATCH v2 6/8] ext2: annotate block-mapping helpers "
` [PATCH v2 7/8] ext2: annotate s_rsv_window_root as requiring s_rsv_window_lock
` [PATCH v2 8/8] ext2: enable context analysis support for ext2 filesystem

[PATCH v2] ext4: cancel dirty accounting for folios without buffers
 2026-08-12 10:05 UTC  (2+ messages)

[PATCH] ext4: fix fast commit replay failing on a read-only mount
 2026-08-12  4:51 UTC  (2+ messages)

[PATCH v3 00/17] fscrypt: Standardize on blk-crypto
 2026-08-11 18:04 UTC  (3+ messages)

[PATCH v14 00/21] fs-verity support for XFS with post EOF merkle tree
 2026-08-11 16:29 UTC  (19+ messages)
` [PATCH v14 05/21] fsverity: improve flushing performance of fsverity_fill_zerohash
` [PATCH v14 11/21] xfs: don't report dio_mem_align and dio_offset_align for fsverity files
` [PATCH v14 13/21] xfs: use read ioend for fsverity data verification
` [PATCH v14 14/21] xfs: add flags to xfs_free_eofblocks() to pass down to block processing

[PATCH] ext4: fix reserved group initialization
 2026-08-11  8:09 UTC  (3+ messages)

[syzbot] Monthly ext4 report (Aug 2026)
 2026-08-11  4:32 UTC 

[BUG] e2fsck: ignores SOURCE_DATE_EPOCH / E2FSPROGS_FAKE_TIME for s_lastcheck
 2026-08-10 17:56 UTC 

[PATCH v11 0/5] ext4: deferred iput framework for EA inodes
 2026-08-10 13:36 UTC  (9+ messages)
` [PATCH v11 1/5] fs: add iput_if_not_last() helper

[PATCH v3] ext4: cache full extents during mapping lookup
 2026-08-10 11:30 UTC  (3+ messages)

[syzbot] [bcache?] [ext4?] KASAN: use-after-free Read in register_bcache
 2026-08-09 19:12 UTC 

[PATCH v5 0/20] fs: Fix missed inode write during fsync
 2026-08-09 15:36 UTC  (2+ messages)

[RFC] ext4: orphan tracking after a failed truncate
 2026-08-09  5:45 UTC 

[tytso-ext4:dev] BUILD SUCCESS 9091c97be34083587a75db174aab51551d8e8543
 2026-08-08  5:00 UTC 

[PATCH v12 00/11] Data in direntry (dirdata) feature
 2026-08-07 17:05 UTC  (3+ messages)

[PATCH e2fsprogs 0/2] debugfs: fix rdump path-traversal on untrusted images
 2026-08-07 10:03 UTC  (3+ messages)
` [PATCH e2fsprogs 1/2] debugfs: reject path-traversal names in rdump
` [PATCH e2fsprogs 2/2] tests: add d_rdump_safe for the debugfs rdump path-traversal guard

[PATCH] ext4: Avoid entering writeback paths during fastcommit replay
 2026-08-07  4:14 UTC  (4+ messages)

[PATCH v4 0/5] iomap: trivial fixes for ext4 conversion
 2026-08-07  1:27 UTC  (9+ messages)
` [PATCH v4 2/5] iomap: support invalidating partial folios

[PATCH 00/19] buffer: stop clearing BH_Uptodate when a write fails
 2026-08-06 19:46 UTC  (25+ messages)
` [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 13/19] ocfs2: 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

[tytso-ext4:dev 54/56] fs/ext4/inode.c:3711:29: warning: unused variable 'bpg'
 2026-08-06 19:38 UTC 

[PATCH v2 00/21] buffer: stop clearing BH_Uptodate when a write fails
 2026-08-06 16:58 UTC  (22+ messages)
` [PATCH v2 01/21] buffer_head: Remove b_page
` [PATCH v2 02/21] buffer: allow a buffer_head to point at memory outside the page cache
` [PATCH v2 03/21] jbd2: point the shadow buffer at the frozen data directly
` [PATCH v2 04/21] buffer: read the folio's mapping directly in buffer_set_crypto_ctx()
` [PATCH v2 05/21] buffer: clear BH_Write_EIO when a buffer is forgotten
` [PATCH v2 06/21] buffer: discard BH_Write_EIO along with the rest of the buffer state
` [PATCH v2 07/21] buffer: detect metadata write errors with buffer_write_io_error()
` [PATCH v2 08/21] adfs: check for a directory write error "
` [PATCH v2 09/21] ext2: check for an xattr block "
` [PATCH v2 10/21] omfs: check for an inode "
` [PATCH v2 11/21] exfat: check for a directory "
` [PATCH v2 12/21] fat: check for a metadata "
` [PATCH v2 13/21] ext4: "
` [PATCH v2 14/21] ocfs2: "
` [PATCH v2 15/21] ocfs2: check for a stale write error before reusing a metadata buffer
` [PATCH v2 16/21] gfs2: check for a metadata write error with buffer_write_io_error()
` [PATCH v2 17/21] jbd2: report journal write errors with BH_Write_EIO
` [PATCH v2 18/21] jbd2: say what jbd2_freeze_jh_data()'s assertion is actually checking
` [PATCH v2 19/21] ext4, jbd2: report fast commit write errors with BH_Write_EIO
` [PATCH v2 20/21] buffer: stop touching BH_Uptodate on write completion
` [PATCH v2 21/21] buffer: clear BH_Write_EIO when a write succeeds, not when one starts

[PATCH 0/2] ext4: ensure WRITE_ZEROES is power-failure-safe
 2026-08-06 15:01 UTC  (2+ messages)

[PATCH] ext4: don't enable DAX on new encrypted files
 2026-08-06 15:00 UTC  (2+ messages)

[PATCH] ext4: stop retrying saturated xattr cache entries
 2026-08-06 15:01 UTC  (2+ messages)

[PATCH] ext4: Fix spurious message about orphan cleanup on RO fs
 2026-08-06 15:00 UTC  (2+ messages)

[PATCH 1/1] ext4: fix incorrect function call when initializing s_resgid
 2026-08-06 15:00 UTC  (2+ messages)

[PATCH] ext4: guard against NULL s_group_info in ext4_get_group_info
 2026-08-06 15:00 UTC  (3+ messages)

[PATCH 0/2] fs: fix readdir position truncation on 32-bit kernels
 2026-08-06 12:19 UTC  (8+ messages)
` [PATCH 1/2] ext4: "
` [PATCH 2/2] ocfs2: "


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