Linux EXT4 FS development
 help / color / mirror / Atom feed
 messages from 2026-06-16 14:09:05 to 2026-06-24 05:06:07 UTC [more...]

[PATCH 00/16] fscrypt: Standardize on blk-crypto
 2026-06-24  5:03 UTC  (16+ 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] 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  (11+ messages)
` [PATCH v9 1/4] fs: add iput_if_not_last() helper
` [PATCH v9 2/4] ext4: introduce ext4_put_ea_inode() for safe deferred iput
` [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()
` [syzbot ci] Re: ext4: deferred iput framework for EA inodes

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

[PATCH] ext4: cancel dirty accounting for folios without buffers
 2026-06-23  9:49 UTC 

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

[RFC PATCH v2 0/2] ext4: speed up fast commit on random writes
 2026-06-23  8:26 UTC  (3+ messages)
  ` [RFC PATCH v2 1/2] ext4: fast commit: track disjoint modified ranges per inode
    ` [RFC PATCH v2 2/2] ext4: fast commit: allocate the range array lazily

[PATCH] ext4: clear stale xarray tags on folios skipped during writeback
 2026-06-23  8:02 UTC 

[PATCH 1/2] ext4: skip extra isize expansion during mount to prevent deadlock
 2026-06-23  6:19 UTC  (2+ messages)
` [PATCH 2/2] ext4: set EXT4_STATE_NO_EXPAND in ext4_evict_inode

[PATCH v2 0/8] ext4: allow more DIO writes under shared i_rwsem
 2026-06-23  3:45 UTC  (21+ messages)
` [PATCH v2 1/8] ext4: prevent sleeping allocation in NOWAIT write path
` [PATCH v2 2/8] ext4: drain in-flight DIO before buffered write fallback
` [PATCH v2 3/8] ext4: skip overwrite check for aligned non-extending DIO writes
` [PATCH v2 4/8] ext4: base unaligned DIO lock decision on partial block zeroing
` [PATCH v2 5/8] ext4: use kiocb_modified instead of file_modified in DIO/DAX write path
` [PATCH v2 6/8] ext4: return -EAGAIN from ext4_map_blocks() in NOWAIT cache miss
` [PATCH v2 7/8] ext4: handle IOMAP_NOWAIT in ext4_iomap_begin() with cache-only lookup
` [PATCH v2 8/8] ext4: handle IOCB_NOWAIT in ext4_dio_needs_zeroing() "

[PATCH v3 00/10] Data in direntry (dirdata) feature
 2026-06-22 17:29 UTC  (14+ messages)
` [PATCH v3 01/10] ext4: replace ext4_dir_entry with ext4_dir_entry_2
` [PATCH v3 02/10] ext4: add ext4_dir_entry_is_tail()
` [PATCH v3 03/10] ext4: refactor dx_root to support variable dirent sizes
` [PATCH v3 04/10] ext4: add dirdata format definitions and access helpers
` [PATCH v3 05/10] ext4: preserve dirdata bits in get_dtype()
` [PATCH v3 06/10] ext4: add ext4_dir_entry_len() and harden dirdata parsing
` [PATCH v3 07/10] ext4: rename ext4_dir_rec_len() and clarify dirdata usage
` [PATCH v3 08/10] ext4: dirdata feature
` [PATCH v3 09/10] ext4: add dirdata set/get helpers
` [PATCH v3 10/10] ext4: Add EXT4_IOC_SET_LUFID ioctl for setting LUFID on directory entries
` [syzbot ci] Re: Data in direntry (dirdata) feature

[PATCH 0/2] tracing: Move trace_printk.h out of kernel.h
 2026-06-22 16:51 UTC  (19+ messages)
` [PATCH 1/2] tracing: Move non-trace_printk prototypes back to kernel.h
` [PATCH 2/2] tracing: Add CONFIG_TRACE_PRINTK_DEBUGGING to clean up kernel.h

[PATCH RFC v2 00/18] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-06-22 16:34 UTC  (26+ messages)
` [PATCH RFC v2 01/18] xfs: fix the error unwind in xfs_open_devices()
` [PATCH RFC v2 02/18] super: convert s_count to refcount_t s_passive
` [PATCH RFC v2 03/18] super: take lock after last reference count
` [PATCH RFC v2 05/18] ext4: use anonymous devices for KUnit test superblocks
` [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 09/18] xfs: port to fs_bdev_file_open_by_path()
` [PATCH RFC v2 10/18] btrfs: open via dedicated fs bdev helpers
` [PATCH RFC v2 11/18] ext4: "
` [PATCH RFC v2 12/18] fs: look up superblocks via the device table in fs_holder_ops
` [PATCH RFC v2 13/18] fs: tolerate per-superblock freeze errors on shared devices
` [PATCH RFC v2 14/18] erofs: open via dedicated fs bdev helpers
` [PATCH RFC v2 15/18] f2fs: "
` [PATCH RFC v2 16/18] super: make fs_holder_ops private
` [PATCH RFC v2 17/18] fs: look up the superblock via the device table in user_get_super()
` [PATCH RFC v2 18/18] selftests/filesystems: add ustat() coverage

[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
 2026-06-22 12:36 UTC  (25+ messages)
` [PATCH v4 06/23] ext4: pass out extent seq counter when mapping da blocks
` [PATCH v4 08/23] ext4: implement buffered write path using iomap
` [PATCH v4 09/23] ext4: implement writeback "
` [PATCH v4 14/23] ext4: implement partial block zero range "
` [PATCH v4 17/23] ext4: submit zeroed post-EOF data immediately in the iomap buffered I/O path
` [PATCH v4 18/23] ext4: wait for ordered I/O "

[PATCH v7 0/4] ext4: fix xattr iput deadlock with s_writepages_rwsem
 2026-06-22 10:44 UTC  (14+ messages)
` [PATCH v7 1/4] ext4: skip extra isize expansion during mount to prevent deadlock
` [PATCH v7 2/4] ext4: set EXT4_STATE_NO_EXPAND in ext4_evict_inode
` [PATCH v7 3/4] ext4: introduce ext4_put_ea_inode() for safe deferred iput
` [PATCH v7 4/4] ext4: convert remaining EA inode iput() calls to ext4_put_ea_inode()

[PATCH v10 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-06-20  8:19 UTC  (6+ messages)
` [PATCH v10 03/22] ovl: use core fsverity ensure info interface

[PATCH v8 0/4] ext4: fix xattr iput deadlock with s_writepages_rwsem
 2026-06-20  1:39 UTC  (5+ messages)
` [PATCH v8 1/4] ext4: skip extra isize expansion during mount to prevent deadlock
` [PATCH v8 2/4] ext4: set EXT4_STATE_NO_EXPAND in ext4_evict_inode
` [PATCH v8 3/4] ext4: introduce ext4_put_ea_inode() for safe deferred iput
` [PATCH v8 4/4] ext4: convert remaining EA inode iput() calls to ext4_put_ea_inode()

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

[PATCH RESEND 0/4] e2fsck: Fix orphan inodes processing
 2026-06-19 15:33 UTC  (5+ messages)
` [PATCH RESEND 1/4] e2fsck: fix orphaned extent files handling
` [PATCH RESEND 2/4] libext2fs: add quota to libext2fs
` [PATCH RESEND 3/4] libext2fs: update iblock when using ea_inode feature
` [PATCH RESEND 4/4] libext2fs: add ext2fs_xattrs_release_all() helper

[PATCH v2 00/10] Data in direntry (dirdata) feature
 2026-06-19 14:50 UTC  (5+ messages)
` [syzbot ci] "

[PATCH 0/2] fs: refactor code to use clear_and_wake_up_bit()
 2026-06-19 13:34 UTC  (2+ messages)

WARNING: at ext4_check_map_extents_env, CPU: syz.NUM.NUM/ADDR
 2026-06-18 22:26 UTC 

WARNING: at ext4_check_map_extents_env, CPU: syz.NUM.NUM/NUM
 2026-06-18 22:24 UTC 

[PATCH] fscrypt: Fix key setup in edge case with multiple data unit sizes
 2026-06-18 18:06 UTC 

[GIT PULL] ext4 changes for 7.2-rc1
 2026-06-18 17:04 UTC  (2+ messages)

[PATCH v3] ext4: drop s_writepages_rwsem around inline data handling in writepages
 2026-06-18 14:52 UTC  (3+ messages)

[syzbot] [overlayfs?] possible deadlock in ovl_copy_up_start (5)
 2026-06-18 10:47 UTC 

[PATCH 0/2] ext4: allow more DIO writes under shared i_rwsem
 2026-06-18  9:49 UTC  (8+ messages)
` [PATCH 2/2] ext4: base unaligned DIO lock decision on partial block zeroing

[PATCH v4] ext4: validate EA inode i_nlink in ext4_xattr_inode_iget
 2026-06-18  7:21 UTC  (4+ messages)

[PATCH v3] common/defrag: skip defrag tests on DAX-enabled filesystems
 2026-06-17 19:33 UTC  (2+ messages)

[PATCH v7 0/11] fstests: add test coverage for cloned filesystem ids
 2026-06-17 11:20 UTC  (12+ messages)
` [PATCH v7 01/11] fstests: add _loop_image_create_clone() helper
` [PATCH v7 02/11] fstests: add _clone_mount_option() helper
` [PATCH v7 03/11] fstests: add FSNOTIFYWAIT_PROG
` [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 v7 07/11] fstests: verify libblkid resolution of duplicate UUIDs
` [PATCH v7 08/11] fstests: verify IMA isolation on cloned filesystems
` [PATCH v7 09/11] fstests: verify exportfs file handles "
` [PATCH v7 10/11] fstests: add _change_metadata_uuid helper
` [PATCH v7 11/11] fstests: test UUID consistency for clones with metadata_uuid

[PATCH RFC 0/8] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-06-17  9:26 UTC  (8+ messages)
` [PATCH RFC 2/8] fs: add a global device to super block hash table

[PATCH v3 0/3] f2fs: support encrypted inline data
 2026-06-16 23:02 UTC  (3+ messages)


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