messages from 2026-04-23 09:46:43 to 2026-04-30 05:38:48 UTC [more...]
[linus:master] [ext4] 1ad0f42823: fio.write_iops 23.8% improvement
2026-04-30 5:38 UTC
[PATCH v12 00/15] Exposing case folding behavior
2026-04-29 22:00 UTC (17+ messages)
` [PATCH v12 01/15] fs: Move file_kattr initialization to callers
` [PATCH v12 02/15] fs: Add case sensitivity flags to file_kattr
` [PATCH v12 03/15] fat: Implement fileattr_get for case sensitivity
` [PATCH v12 04/15] exfat: "
` [PATCH v12 05/15] ntfs3: "
` [PATCH v12 06/15] hfs: "
` [PATCH v12 07/15] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v12 08/15] xfs: "
` [PATCH v12 09/15] cifs: Implement fileattr_get for case sensitivity
` [PATCH v12 10/15] nfs: "
` [PATCH v12 11/15] vboxsf: "
` [PATCH v12 12/15] isofs: "
` [PATCH v12 13/15] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v12 14/15] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v12 15/15] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION
[BUG] ext4: BUG_ON in ext4_write_inline_data (fs/ext4/inline.c:240)
2026-04-29 15:06 UTC (9+ messages)
` Copy-on-read for untrusted image mounts, and differentiating between metadata and user data writes
[PATCHBLIZZARD v8] fuse/libfuse/e2fsprogs: faster file IO for containerized ext4 servers
2026-04-29 15:02 UTC (49+ messages)
` [PATCHSET v8 1/6] libext2fs: refactoring for fuse2fs iomap support
` [PATCH 1/5] libext2fs: invalidate cached blocks when freeing them
` [PATCH 2/5] libext2fs: only flush affected blocks in unix_write_byte
` [PATCH 3/5] libext2fs: allow unix_write_byte when the write would be aligned
` [PATCH 4/5] libext2fs: allow clients to ask to write full superblocks
` [PATCH 5/5] libext2fs: allow callers to disallow I/O to file data blocks
` [PATCHSET v8 2/6] fuse2fs: use fuse iomap data paths for better file I/O performance
` [PATCH 01/19] fuse2fs: implement bare minimum iomap for file mapping reporting
` [PATCH 02/19] fuse2fs: add iomap= mount option
` [PATCH 03/19] fuse2fs: implement iomap configuration
` [PATCH 04/19] fuse2fs: register block devices for use with iomap
` [PATCH 05/19] fuse2fs: implement directio file reads
` [PATCH 06/19] fuse2fs: add extent dump function for debugging
` [PATCH 07/19] fuse2fs: implement direct write support
` [PATCH 08/19] fuse2fs: turn on iomap for pagecache IO
` [PATCH 09/19] fuse2fs: don't zero bytes in punch hole
` [PATCH 10/19] fuse2fs: don't do file data block IO when iomap is enabled
` [PATCH 11/19] fuse2fs: try to create loop device when ext4 device is a regular file
` [PATCH 12/19] fuse2fs: enable file IO to inline data files
` [PATCH 13/19] fuse2fs: set iomap-related inode flags
` [PATCH 14/19] fuse2fs: configure block device block size
` [PATCH 15/19] fuse4fs: separate invalidation
` [PATCH 16/19] fuse2fs: implement statx
` [PATCH 17/19] fuse2fs: enable atomic writes
` [PATCH 18/19] fuse4fs: disable fs reclaim and write throttling
` [PATCH 19/19] fuse2fs: implement freeze and shutdown requests
` [PATCHSET v8 3/6] fuse4fs: adapt iomap for fuse services
` [PATCH 1/3] fuse4fs: configure iomap when running as a service
` [PATCH 2/3] fuse4fs: set iomap backing device blocksize
` [PATCH 3/3] fuse4fs: ask for loop devices when opening via fuservicemount
` [PATCHSET v8 4/6] fuse4fs: specify the root node id
` [PATCH 1/1] fuse4fs: don't use inode number translation when possible
` [PATCHSET v8 5/6] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled
` [PATCH 01/10] fuse2fs: add strictatime/lazytime mount options
` [PATCH 02/10] fuse2fs: skip permission checking on utimens when iomap is enabled
` [PATCH 03/10] fuse2fs: let the kernel tell us about acl/mode updates
` [PATCH 04/10] fuse2fs: better debugging for file mode updates
` [PATCH 05/10] fuse2fs: debug timestamp updates
` [PATCH 06/10] fuse2fs: use coarse timestamps for iomap mode
` [PATCH 07/10] fuse2fs: add tracing for retrieving timestamps
` [PATCH 08/10] fuse2fs: enable syncfs
` [PATCH 09/10] fuse2fs: set sync, immutable, and append at file load time
` [PATCH 10/10] fuse4fs: increase attribute timeout in iomap mode
` [PATCHSET v8 6/6] fuse2fs: cache iomap mappings for even better file IO performance
` [PATCH 1/4] fuse2fs: enable caching of iomaps
` [PATCH 2/4] fuse2fs: constrain iomap mapping cache size
` [PATCH 3/4] fuse4fs: upsert first file mapping to kernel on open
` [PATCH 4/4] fuse2fs: enable iomap
[PATCHBLIZZARD v7] fuse/libfuse/e2fsprogs: containerize ext4 for safer operation
2026-04-29 14:11 UTC (2+ messages)
` [PATCHBLIZZARD v8] fuse/libfuse/e2fsprogs: faster file IO for containerized ext4 servers
[PATCH v3] generic/790: test post-EOF gap zeroing persistence
2026-04-29 11:24 UTC (2+ messages)
[PATCH v18 25/42] dept: add documents for dept
2026-04-28 16:26 UTC (2+ messages)
` [PATCH] dept: update documentation function names to match implementation
[PATCH v2] iomap: add simple read path for small direct I/O
2026-04-28 11:47 UTC
[PATCH v2] generic/790: test post-EOF gap zeroing persistence
2026-04-28 8:52 UTC (5+ messages)
[PATCH v9 00/22] fs-verity support for XFS with post EOF merkle tree
2026-04-28 8:33 UTC (23+ messages)
` [PATCH v9 01/22] fsverity: report validation errors through fserror to fsnotify
` [PATCH v9 02/22] fsverity: expose ensure_fsverity_info()
` [PATCH v9 03/22] ovl: use core fsverity ensure info interface
` [PATCH v9 04/22] fsverity: generate and store zero-block hash
` [PATCH v9 05/22] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v9 06/22] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v9 07/22] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v9 08/22] iomap: teach iomap to read files with fsverity
` [PATCH v9 09/22] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v9 10/22] xfs: introduce fsverity on-disk changes
` [PATCH v9 11/22] xfs: initialize fs-verity on file open
` [PATCH v9 12/22] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v9 13/22] xfs: disable direct read path for fs-verity files
` [PATCH v9 14/22] xfs: handle fsverity I/O in write/read path
` [PATCH v9 15/22] xfs: use read ioend for fsverity data verification
` [PATCH v9 16/22] xfs: add fs-verity support
` [PATCH v9 17/22] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v9 18/22] xfs: add fs-verity ioctls
` [PATCH v9 19/22] xfs: advertise fs-verity being available on filesystem
` [PATCH v9 20/22] xfs: check and repair the verity inode flag state
` [PATCH v9 21/22] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v9 22/22] xfs: enable ro-compat fs-verity flag
[PATCH] ext4: avoid BUG_ON() in ext4_get_inline_entry()
2026-04-28 7:38 UTC (2+ messages)
[PATCH v4 0/9] fstests: add test coverage for cloned filesystem ids
2026-04-28 6:42 UTC (10+ messages)
` [PATCH v4 1/9] fstests: add _loop_image_create_clone() helper
` [PATCH v4 2/9] fstests: add _clone_mount_option() helper
` [PATCH v4 3/9] fstests: add test for inotify isolation on cloned devices
` [PATCH v4 4/9] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v4 5/9] fstests: verify f_fsid for "
` [PATCH v4 6/9] fstests: verify libblkid resolution of duplicate UUIDs
` [PATCH v4 7/9] fstests: verify IMA isolation on cloned filesystems
` [PATCH v4 8/9] fstests: verify exportfs file handles "
` [PATCH v4 9/9] fstests: btrfs: test UUID consistency for clones with metadata_uuid
[PATCH v3 0/9] fstests: add test coverage for cloned filesystem ids
2026-04-28 6:42 UTC (14+ 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 v11 00/15] Exposing case folding behavior
2026-04-28 1:32 UTC (24+ 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] ext4: avoid __GFP_NOFAIL in __ext4_get_inode_loc allocation
2026-04-28 1:28 UTC (2+ messages)
[PATCH] ext4: fix LOGFLUSH shutdown ordering to allow ordered-mode data writeback
2026-04-27 11:23 UTC (3+ messages)
[PATCH v2 3/3] ext4: derive f_fsid from block device to avoid collisions
2026-04-27 10:16 UTC (12+ messages)
[PATCH v3 v3 0/2] add blocks_allocated to mb_stats and clear mb_stats
2026-04-27 1:29 UTC (11+ 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 (3+ messages)
[PATCH v9 00/17] Exposing case folding behavior
2026-04-23 11:52 UTC (2+ messages)
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox