messages from 2026-04-22 23:25:09 to 2026-04-29 14:49:31 UTC [more...]
[PATCHBLIZZARD v8] fuse/libfuse/e2fsprogs: faster file IO for containerized ext4 servers
2026-04-29 14:49 UTC (128+ messages)
` [PATCHSET v8 1/8] fuse: general bug fixes
` [PATCH 1/4] fuse: flush pending FUSE_RELEASE requests before sending FUSE_DESTROY
` [PATCH 2/4] fuse: implement file attributes mask for statx
` [PATCH 3/4] fuse: update file mode when updating acls
` [PATCH 4/4] fuse: propagate default and file acls on creation
` [PATCHSET v8 2/8] iomap: cleanups ahead of adding fuse support
` [PATCH 1/2] iomap: allow directio callers to supply _COMP_WORK
` [PATCH 2/2] iomap: allow NULL swap info bdev when activating swapfile
` [PATCHSET v8 3/8] fuse: cleanups ahead of adding fuse support
` [PATCH 1/2] fuse: move the passthrough-specific code back to passthrough.c
` [PATCH 2/2] fuse_trace: "
` [PATCHSET v8 4/8] fuse: allow servers to use iomap for better file IO performance
` [PATCH 01/33] fuse: implement the basic iomap mechanisms
` [PATCH 02/33] fuse_trace: "
` [PATCH 03/33] fuse: make debugging configurable at runtime
` [PATCH 04/33] fuse: adapt FUSE_DEV_IOC_BACKING_{OPEN,CLOSE} to add new iomap devices
` [PATCH 05/33] fuse_trace: "
` [PATCH 06/33] fuse: enable SYNCFS and ensure we flush everything before sending DESTROY
` [PATCH 07/33] fuse: clean up per-file type inode initialization
` [PATCH 08/33] fuse: create a per-inode flag for setting exclusive mode
` [PATCH 09/33] fuse: create a per-inode flag for toggling iomap
` [PATCH 10/33] fuse_trace: "
` [PATCH 11/33] fuse: isolate the other regular file IO paths from iomap
` [PATCH 12/33] fuse: implement basic iomap reporting such as FIEMAP and SEEK_{DATA,HOLE}
` [PATCH 13/33] fuse_trace: "
` [PATCH 14/33] fuse: implement direct IO with iomap
` [PATCH 15/33] fuse_trace: "
` [PATCH 16/33] fuse: implement buffered "
` [PATCH 17/33] fuse_trace: "
` [PATCH 18/33] fuse: use an unrestricted backing device with iomap pagecache io
` [PATCH 19/33] fuse: implement large folios for iomap pagecache files
` [PATCH 20/33] fuse: advertise support for iomap
` [PATCH 21/33] fuse: query filesystem geometry when using iomap
` [PATCH 22/33] fuse_trace: "
` [PATCH 23/33] fuse: implement fadvise for iomap files
` [PATCH 24/33] fuse: invalidate ranges of block devices being used for iomap
` [PATCH 25/33] fuse_trace: "
` [PATCH 26/33] fuse: implement inline data file IO via iomap
` [PATCH 27/33] fuse_trace: "
` [PATCH 28/33] fuse: allow more statx fields
` [PATCH 29/33] fuse: support atomic writes with iomap
` [PATCH 30/33] fuse_trace: "
` [PATCH 31/33] fuse: disable direct fs reclaim for any fuse server that uses iomap
` [PATCH 32/33] fuse: enable swapfile activation on iomap
` [PATCH 33/33] fuse: implement freeze and shutdowns for iomap filesystems
` [PATCHSET v8 5/8] fuse: allow servers to specify root node id
` [PATCH 1/3] fuse: make the root nodeid dynamic
` [PATCH 2/3] fuse_trace: "
` [PATCH 3/3] fuse: allow setting of root nodeid
` [PATCHSET v8 6/8] fuse: handle timestamps and ACLs correctly when iomap is enabled
` [PATCH 1/9] fuse: enable caching of timestamps
` [PATCH 2/9] fuse: force a ctime update after a fileattr_set call when in iomap mode
` [PATCH 3/9] fuse: allow local filesystems to set some VFS iflags
` [PATCH 4/9] fuse_trace: "
` [PATCH 5/9] fuse: cache atime when in iomap mode
` [PATCH 6/9] fuse: let the kernel handle KILL_SUID/KILL_SGID for iomap filesystems
` [PATCH 7/9] fuse_trace: "
` [PATCH 8/9] fuse: update ctime when updating acls on an iomap inode
` [PATCH 9/9] fuse: always cache ACLs when using iomap
` [PATCHSET v8 7/8] fuse: cache iomap mappings for even better file IO performance
` [PATCH 01/12] fuse: cache iomaps
` [PATCH 02/12] fuse_trace: "
` [PATCH 03/12] fuse: use the iomap cache for iomap_begin
` [PATCH 04/12] fuse_trace: "
` [PATCH 05/12] fuse: invalidate iomap cache after file updates
` [PATCH 06/12] fuse_trace: "
` [PATCH 07/12] fuse: enable iomap cache management
` [PATCH 08/12] fuse_trace: "
` [PATCH 09/12] fuse: overlay iomap inode info in struct fuse_inode
` [PATCH 10/12] fuse: constrain iomap mapping cache size
` [PATCH 11/12] fuse_trace: "
` [PATCH 12/12] fuse: enable iomap
` [PATCHSET v8 8/8] fuse: run fuse-iomap servers as a contained service
` [PATCH 1/2] fuse: allow privileged mount helpers to pre-approve iomap usage
` [PATCH 2/2] fuse: set iomap backing device block size
` [PATCHSET v8 1/6] libfuse: allow servers to use iomap for better file IO performance
` [PATCH 01/25] libfuse: bump kernel and library ABI versions
` [PATCH 02/25] libfuse: wait in do_destroy until all open files are closed
` [PATCH 03/25] libfuse: add kernel gates for FUSE_IOMAP
` [PATCH 04/25] libfuse: add fuse commands for iomap_begin and end
` [PATCH 05/25] libfuse: add upper level iomap commands
` [PATCH 06/25] libfuse: add a lowlevel notification to add a new device to iomap
` [PATCH 07/25] libfuse: add upper-level iomap add device function
` [PATCH 08/25] libfuse: add iomap ioend low level handler
` [PATCH 09/25] libfuse: add upper level iomap ioend commands
` [PATCH 10/25] libfuse: add a reply function to send FUSE_ATTR_* to the kernel
` [PATCH 11/25] libfuse: connect high level fuse library to fuse_reply_attr_iflags
` [PATCH 12/25] libfuse: support enabling exclusive mode for files
` [PATCH 13/25] libfuse: support direct I/O through iomap
` [PATCH 14/25] libfuse: don't allow hardlinking of iomap files in the upper level fuse library
` [PATCH 15/25] libfuse: allow discovery of the kernel's iomap capabilities
` [PATCH 16/25] libfuse: add lower level iomap_config implementation
` [PATCH 17/25] libfuse: add upper "
` [PATCH 18/25] libfuse: add low level code to invalidate iomap block device ranges
` [PATCH 19/25] libfuse: add upper-level API to invalidate parts of an iomap block device
` [PATCH 20/25] libfuse: add atomic write support
` [PATCH 21/25] libfuse: allow disabling of fs memory reclaim and write throttling
` [PATCH 22/25] libfuse: create a helper to transform an open regular file into an open loopdev
` [PATCH 23/25] libfuse: add swapfile support for iomap files
` [PATCH 24/25] libfuse: add lower-level filesystem freeze, thaw, and shutdown requests
` [PATCH 25/25] libfuse: add upper-level filesystem freeze, thaw, and shutdown events
` [PATCHSET v8 2/6] libfuse: allow servers to specify root node id
` [PATCH 1/1] libfuse: allow root_nodeid mount option
` [PATCHSET v8 3/6] libfuse: implement syncfs
` [PATCH 1/2] libfuse: add strictatime/lazytime mount options
` [PATCH 2/2] libfuse: set sync, immutable, and append when loading files
` [PATCHSET v8 4/6] libfuse: add some service helper commands for iomap
` [PATCH 1/3] mount_service: delegate iomap privilege from mount.service to fuse services
` [PATCH 2/3] libfuse: enable setting iomap block device block size
` [PATCH 3/3] mount_service: create loop devices for regular files
` [PATCHSET v8 5/6] fuse: add sample iomap fuse servers
` [PATCH 1/7] example/iomap_ll: create a simple iomap server
` [PATCH 2/7] example/iomap_ll: track block state
` [PATCH 3/7] example/iomap_ll: implement atomic writes
` [PATCH 4/7] example/iomap_inline_ll: create a simple server to test inlinedata
` [PATCH 5/7] example/iomap_ow_ll: create a simple iomap out of place write server
` [PATCH 6/7] example/iomap_ow_ll: implement atomic writes
` [PATCH 7/7] example/iomap_service_ll: create a sample systemd service fuse server
` [PATCHSET v8 6/6] libfuse: cache iomap mappings for even better file IO performance
` [PATCH 1/9] libfuse: enable iomap cache management for lowlevel fuse
` [PATCH 2/9] libfuse: add upper-level iomap cache management
` [PATCHSET v8 1/6] libext2fs: refactoring for fuse2fs iomap support
` [PATCHSET v8 2/6] fuse2fs: use fuse iomap data paths for better file I/O performance
` [PATCHSET v8 3/6] fuse4fs: adapt iomap for fuse services
` [PATCHSET v8 4/6] fuse4fs: specify the root node id
` [PATCHSET v8 5/6] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled
` [PATCHSET v8 6/6] fuse2fs: cache iomap mappings for even better file IO performance
[PATCHBLIZZARD v8] fuse/libfuse/e2fsprogs: faster file IO for containerized ext4 servers
2026-04-29 14:11 UTC
[PATCH v3] fuse: optional FORGET delivery over io_uring
2026-04-29 12:38 UTC (8+ messages)
[PATCH] fuse: add fusex filesystem
2026-04-29 10:20 UTC
fuse/io-uring: Proposal to support pBuf in additon to kBuf
2026-04-29 10:09 UTC (5+ messages)
[PATCHBOMB v5] fuse/libfuse/e2fsprogs/etc: containerize ext4 for safer operation
2026-04-28 18:10 UTC (27+ messages)
` [PATCHSET v5] libfuse: run fuse servers as a contained service
` [PATCH 02/13] mount_service: add systemd socket service mounting helper
` [PATCH 06/13] util: hoist the fuse.conf parsing and setuid mode enforcement code
` [PATCH 09/13] mount.fuse3: integrate systemd service startup
` [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 "
` [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] fuse: expose backing files in the daemon's fd table
2026-04-27 19:24 UTC
[PATCH] fuse: fix race between inode/dentry invalidation and readdir
2026-04-27 17:06 UTC (5+ messages)
[PATCH v1 00/13] fuse: dir.c cleanups
2026-04-24 17:43 UTC (19+ messages)
` [PATCH v1 01/13] fuse: fix missing forget requests in error paths
` [PATCH v1 02/13] fuse: clean up fuse_lookup_name()
` [PATCH v1 03/13] fuse: clean up fuse_lookup()
` [PATCH v1 04/13] fuse: clean up fuse_dentry_revalidate()
` [PATCH v1 05/13] fuse: clean up fuse_create_open()
` [PATCH v1 06/13] fuse: clean up fuse_rename2()
` [PATCH v1 07/13] fuse: clean up fuse_time_to_jiffies()
` [PATCH v1 08/13] fuse: clean up fuse_link()
` [PATCH v1 09/13] fuse: clean up fuse_do_getattr()
` [PATCH v1 10/13] fuse: clean up fuse_update_get_attr()
` [PATCH v1 11/13] fuse: clean up fuse_get_link()
` [PATCH v1 12/13] fuse: clean up fuse_dir_open()
` [PATCH v1 13/13] fuse: clean up setattr()
libfuse accepts subtypes with slashes in them??
2026-04-23 7:34 UTC (2+ messages)
[PATCH v2] fuse: drop redundant check in fuse_sync_bucket_alloc()
2026-04-23 7:32 UTC (2+ messages)
[PATCH 00/32] fuse: improve transport and fs layer separation
2026-04-23 7:20 UTC (7+ messages)
` [PATCH 06/32] fuse: move background queuing related members to fuse_chan
` [PATCH 27/32] fuse: set params in fuse_chan_set_initialized()
[PATCH] fuse: fix kernel NULL pointer dereference in fuse_uring_add_to_pq()
2026-04-23 7:17 UTC (8+ messages)
[PATCH v1 00/17] fuse: extend passthrough to inode operations
2026-04-23 1:47 UTC (16+ messages)
` [PATCH v1 08/17] fuse: add passthrough ops gating
` [PATCH v1 14/17] fuse: use passthrough getattr in setattr suid/sgid handling
[PATCHSET v5 2/2] fuse4fs: run servers as a contained service
2026-04-22 23:26 UTC (6+ messages)
` [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
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