public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-23 21:03:08 to 2026-05-01 00:18:46 UTC [more...]

[syzbot] INFO: task jbd2/sda1-NUM:NUM blocked in I/O wait for more than NUM seconds
 2026-05-01  0:18 UTC 

[GIT PULL v5.1] libfuse: run fuse servers as a contained service
 2026-04-30 22:49 UTC  (3+ messages)

[PATCHSET v5.1] libfuse: run fuse servers as a contained service
 2026-04-30 21:18 UTC  (14+ messages)
` [PATCH 01/13] Refactor mount code / move common functions to mount_util.c
` [PATCH 02/13] mount_service: add systemd socket service mounting helper
` [PATCH 03/13] mount_service: create high level fuse helpers
` [PATCH 04/13] mount_service: use the new mount api for the mount service
` [PATCH 05/13] mount_service: update mtab after a successful mount
` [PATCH 06/13] util: hoist the fuse.conf parsing and setuid mode enforcement code
` [PATCH 07/13] util: fix checkpatch complaints in fuser_conf.[ch]
` [PATCH 08/13] mount_service: enable unprivileged users in a similar manner as fusermount
` [PATCH 09/13] mount.fuse3: integrate systemd service startup
` [PATCH 10/13] mount_service: allow installation as a setuid program
` [PATCH 11/13] example/service_ll: create a sample systemd service fuse server
` [PATCH 12/13] example/service: create a sample systemd service for a high-level "
` [PATCH 13/13] nullfs: support fuse systemd service mode

[PATCH v3 00/22] ext4: use iomap for regular file's buffered I/O path
 2026-04-30 13:23 UTC  (13+ 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

[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  (3+ messages)
` [PATCH v10 10/17] cifs: Implement fileattr_get for case sensitivity


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