public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-29 04:42:06 to 2026-04-30 21:34:10 UTC [more...]

[GIT PULL v5.1] libfuse: run fuse servers as a contained service
 2026-04-30 21:34 UTC  (2+ 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  (8+ 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)


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