public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-21 22:36:44 to 2026-04-27 13:30:50 UTC [more...]

[PATCH v11 00/15] Exposing case folding behavior
 2026-04-27 13:30 UTC  (21+ messages)
` [PATCH v11 01/15] fs: Move file_kattr initialization to callers
` [PATCH v11 02/15] fs: Add case sensitivity flags to file_kattr
` [PATCH v11 03/15] fat: Implement fileattr_get for case sensitivity
` [PATCH v11 04/15] exfat: "
` [PATCH v11 05/15] ntfs3: "
` [PATCH v11 06/15] hfs: "
` [PATCH v11 07/15] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v11 08/15] xfs: "
` [PATCH v11 09/15] cifs: Implement fileattr_get for case sensitivity
` [PATCH v11 10/15] nfs: "
` [PATCH v11 11/15] vboxsf: "
` [PATCH v11 12/15] isofs: "
` [PATCH v11 13/15] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v11 14/15] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v11 15/15] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

[PATCH v2] generic/790: test post-EOF gap zeroing persistence
 2026-04-27 13:03 UTC  (4+ messages)

[PATCH] ext4: fix LOGFLUSH shutdown ordering to allow ordered-mode data writeback
 2026-04-27 11:23 UTC  (3+ messages)

[BUG] ext4: BUG_ON in ext4_write_inline_data (fs/ext4/inline.c:240)
 2026-04-27 11:17 UTC  (5+ messages)

[PATCH v3 0/9] fstests: add test coverage for cloned filesystem ids
 2026-04-27 10:19 UTC  (10+ messages)
` [PATCH v3 1/9] fstests: add _loop_image_create_clone() helper
` [PATCH v3 2/9] fstests: add _clone_mount_option() helper
` [PATCH v3 3/9] fstests: add test for inotify isolation on cloned devices
` [PATCH v3 4/9] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v3 5/9] fstests: verify f_fsid for "
` [PATCH v3 6/9] fstests: verify libblkid resolution of duplicate UUIDs
` [PATCH v3 7/9] fstests: verify IMA isolation on cloned filesystems
` [PATCH v3 8/9] fstests: verify exportfs file handles "
` [PATCH v3 9/9] fstests: btrfs: test UUID consistency for clones with metadata_uuid

[PATCH v2 3/3] ext4: derive f_fsid from block device to avoid collisions
 2026-04-27 10:16 UTC  (14+ messages)

[PATCH v3 v3 0/2] add blocks_allocated to mb_stats and clear mb_stats
 2026-04-27  1:29 UTC  (12+ messages)
` [PATCH v3 v3 1/2] ext4: add blocks_allocated to mb_stats output
` [PATCH v3 v3 2/2] ext4: allow clearing mballoc stats through mb_stats

[syzbot] [ext4?] BUG: sleeping function called from invalid context in jbd2_journal_commit_transaction
 2026-04-26 21:18 UTC 

why does ext4_sync_parent() bother with d_find_any_alias() at all?
 2026-04-26  6:10 UTC 

[PATCH] ext4: Use %pe to print PTR_ERR() in super.c
 2026-04-24 15:55 UTC 

[PATCH] ext4: Use %pe to print PTR_ERR() in extents.c
 2026-04-24 15:43 UTC 

[PATCH] ext4: Use %pe to print PTR_ERR() in namei.c
 2026-04-24 15:22 UTC 

[PATCH v10 00/17] Exposing case folding behavior
 2026-04-23 21:02 UTC  (19+ messages)
` [PATCH v10 01/17] fs: Move file_kattr initialization to callers
` [PATCH v10 02/17] fs: Add case sensitivity flags to file_kattr
` [PATCH v10 03/17] fat: Implement fileattr_get for case sensitivity
` [PATCH v10 04/17] exfat: "
` [PATCH v10 05/17] ntfs3: "
` [PATCH v10 06/17] hfs: "
` [PATCH v10 07/17] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v10 08/17] ext4: "
` [PATCH v10 09/17] xfs: "
` [PATCH v10 10/17] cifs: Implement fileattr_get for case sensitivity
` [PATCH v10 11/17] nfs: "
` [PATCH v10 12/17] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v10 13/17] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v10 14/17] isofs: "
` [PATCH v10 15/17] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v10 16/17] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v10 17/17] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

[BUG] ext4: KCSAN: lockless i_es_all_nr reads in es_shrinker_info
 2026-04-23 17:37 UTC 

[PATCHBOMB v5] fuse/libfuse/e2fsprogs/etc: containerize ext4 for safer operation
 2026-04-23 14:50 UTC  (22+ messages)
` [PATCHSET 1/2] libext2fs: fix some missed fsync calls
  ` [PATCH 1/3] libext2fs: always fsync the device when flushing the cache
  ` [PATCH 2/3] libext2fs: always fsync the device when closing the unix IO manager
  ` [PATCH 3/3] libext2fs: only fsync the unix fd if we wrote to the device
` [PATCHSET v5 2/2] fuse4fs: run servers as a contained service
  ` [PATCH 01/10] libext2fs: make it possible to extract the fd from an IO manager
  ` [PATCH 02/10] libext2fs: fix checking for valid fds in mmp.c
  ` [PATCH 03/10] unix_io: allow passing /dev/fd/XXX paths to the unixfd IO manager
  ` [PATCH 04/10] libext2fs: fix MMP code to work with "
  ` [PATCH 05/10] libext2fs: bump libfuse API version to 3.19
  ` [PATCH 06/10] fuse4fs: hoist some code out of fuse4fs_main
  ` [PATCH 07/10] fuse4fs: enable safe service mode
  ` [PATCH 08/10] fuse4fs: set proc title when in fuse "
  ` [PATCH 09/10] fuse4fs: make MMP work correctly in safe "
  ` [PATCH 10/10] debian: update packaging for fuse4fs service
` [RFC PATCH 1/4] fusefatfs: enable fuse systemd service mode
` [RFC PATCH 2/4] exfat: "
` [RFC PATCH 3/4] fuseiso: enable "
` [RFC PATCH 4/4] httpdirfs: enable fuse "

[PATCH v9 00/17] Exposing case folding behavior
 2026-04-23 11:52 UTC  (22+ messages)
` [PATCH v9 01/17] fs: Move file_kattr initialization to callers
` [PATCH v9 02/17] fs: Add case sensitivity flags to file_kattr
` [PATCH v9 03/17] fat: Implement fileattr_get for case sensitivity
` [PATCH v9 04/17] exfat: "
` [PATCH v9 05/17] ntfs3: "
` [PATCH v9 06/17] hfs: "
` [PATCH v9 07/17] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v9 08/17] ext4: "
` [PATCH v9 09/17] xfs: "
` [PATCH v9 10/17] cifs: Implement fileattr_get for case sensitivity
` [PATCH v9 11/17] nfs: "
` [PATCH v9 12/17] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v9 13/17] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v9 14/17] isofs: "
` [PATCH v9 15/17] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v9 16/17] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v9 17/17] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

[PATCH] fscrypt: add software key support for filesystem-managed data
 2026-04-23 10:41 UTC  (2+ messages)

[PATCH] ext4: prevent out-of-bounds read in ext4_read_inline_data()
 2026-04-23 17:05 UTC  (4+ messages)

[moderation] KCSAN: data-race in filemap_read / filemap_splice_read (3)
 2026-04-23  5:05 UTC 

[PATCH] generic/790: test post-EOF gap zeroing persistence
 2026-04-23  1:41 UTC  (3+ messages)

[PATCH v8 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-04-22 22:46 UTC  (7+ messages)
` [PATCH v8 03/22] ovl: use core fsverity ensure info interface

[syzbot] [ext4?] WARNING in jbd2_journal_dirty_metadata (3)
 2026-04-22 22:44 UTC 

[PATCH v2] iomap: avoid memset iomap when iter is done
 2026-04-22 12:56 UTC  (4+ messages)

[RFC PATCH] iomap: add fast read path for small direct I/O
 2026-04-22  2:43 UTC  (7+ messages)

[PATCH v3 00/22] ext4: use iomap for regular file's buffered I/O path
 2026-04-22  2:10 UTC  (23+ messages)
` [PATCH v3 01/22] ext4: simplify size updating in ext4_setattr()
` [PATCH v3 02/22] ext4: factor out ext4_truncate_[up|down]()
` [PATCH v3 03/22] ext4: simplify error handling in ext4_setattr()
` [PATCH v3 04/22] ext4: add iomap address space operations for buffered I/O
` [PATCH v3 05/22] ext4: implement buffered read path using iomap
` [PATCH v3 06/22] ext4: pass out extent seq counter when mapping da blocks
` [PATCH v3 07/22] ext4: do not use data=ordered mode for inodes using buffered iomap path
` [PATCH v3 08/22] ext4: implement buffered write path using iomap
` [PATCH v3 09/22] ext4: implement writeback "
` [PATCH v3 10/22] ext4: implement mmap "
` [PATCH v3 11/22] iomap: correct the range of a partial dirty clear
` [PATCH v3 12/22] iomap: support invalidating partial folios
` [PATCH v3 13/22] iomap: fix incorrect did_zero setting in iomap_zero_iter()
` [PATCH v3 14/22] ext4: implement partial block zero range path using iomap
` [PATCH v3 15/22] ext4: add block mapping tracepoints for iomap buffered I/O path
` [PATCH v3 16/22] ext4: disable online defrag when inode using "
` [PATCH v3 17/22] ext4: partially enable iomap for the buffered I/O path of regular files
` [PATCH v3 18/22] ext4: introduce a mount option for iomap buffered I/O path
` [PATCH v3 19/22] ext4: submit zeroed post-EOF data immediately in the "
` [PATCH v3 20/22] ext4: wait for ordered I/O "
` [PATCH v3 21/22] ext4: update i_disksize to i_size on ordered I/O completion
` [PATCH v3 22/22] ext4: add tracepoints for ordered I/O in the iomap buffered I/O path


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