messages from 2026-04-13 11:18:29 to 2026-04-24 01:17:57 UTC [more...]
[PATCH v1 00/13] fuse: dir.c cleanups
2026-04-24 1:16 UTC (3+ messages)
` [PATCH v1 01/13] fuse: fix missing forget requests in error paths
` [PATCH v1 02/13] fuse: clean up fuse_lookup_name()
[PATCHBOMB v5] fuse/libfuse/e2fsprogs/etc: containerize ext4 for safer operation
2026-04-23 14:50 UTC (32+ messages)
` [PATCHSET v5] libfuse: run fuse servers as a contained service
` [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
` [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 v3] fuse: optional FORGET delivery over io_uring
2026-04-23 11:09 UTC
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 (40+ messages)
` [PATCH 01/32] fuse: move request timeout code to a new source file
` [PATCH 02/32] fuse: add struct fuse_chan
` [PATCH 03/32] fuse: move fuse_iqueue to fuse_chan
` [PATCH 04/32] fuse: move fuse_dev and fuse_pqueue to dev.c
` [PATCH 05/32] fuse: move 'devices' member from fuse_conn to fuse_chan
` [PATCH 06/32] fuse: move background queuing related members "
` [PATCH 07/32] fuse: move request blocking "
` [PATCH 08/32] fuse: move io_uring "
` [PATCH 09/32] fuse: move interrupt "
` [PATCH 10/32] fuse: split off fch->lock from fc->lock
` [PATCH 11/32] fuse: add back pointer from fuse_chan to fuse_conn
` [PATCH 12/32] fuse: move request timeout to fuse_chan
` [PATCH 13/32] fuse: move struct fuse_req and related to fuse_dev_i.h
` [PATCH 14/32] fuse: don't access transport layer structs directly from the fs layer
` [PATCH 15/32] fuse: move forget related struct and helpers
` [PATCH 16/32] fuse: move fuse_dev_waitq to dev.c
` [PATCH 17/32] fuse: remove #include "fuse_i.h" from "dev_uring_i.h"
` [PATCH 18/32] fuse: remove #include "fuse_i.h" from "req_timeout.c"
` [PATCH 19/32] fuse: abort related layering cleanup
` [PATCH 20/32] fuse: split off fuse_args and related definitions into a separate header
` [PATCH 21/32] fuse: remove fm arg of args->end callback
` [PATCH 22/32] fuse: change req->fm to req->chan
` [PATCH 23/32] fuse: split out filesystem part of request sending
` [PATCH 24/32] fuse: change fud->fc to fud->chan
` [PATCH 25/32] fuse: create poll.c
` [PATCH 26/32] fuse: create notify.c
` [PATCH 27/32] fuse: set params in fuse_chan_set_initialized()
` [PATCH 28/32] fuse: remove fuse_mutex protection from fuse_dev_ioctl_sync_init()
` [PATCH 29/32] fuse: change ring->fc to ring->chan
` [PATCH 30/32] fuse: remove #include "fuse_i.h" from dev.c and dev_uring.c
` [PATCH 31/32] fuse: alloc pqueue before installing fch in fuse_dev
` [PATCH 32/32] fuse: simplify fuse_dev_ioctl_clone()
[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 (56+ messages)
` [PATCH v1 01/17] fuse: introduce FUSE_PASSTHROUGH_INO mode
` [PATCH v1 02/17] fuse: prepare for passthrough of inode operations
` [PATCH v1 03/17] fuse: prepare for readdir passthrough on directories
` [PATCH v1 04/17] fuse: implement passthrough for readdir
` [PATCH v1 05/17] fuse: prepare for long lived reference on backing file
` [PATCH v1 06/17] fuse: implement passthrough for getattr/statx
` [PATCH v1 07/17] fuse: prepare to setup backing inode passthrough on lookup
` [PATCH v1 08/17] fuse: add passthrough ops gating
` [PATCH v1 09/17] fuse: prepare to cache statx attributes from entry replies
` [PATCH v1 10/17] fuse: add struct fuse_entry2_out and helpers for extended "
` [PATCH v1 11/17] fuse: add passthrough lookup
` [PATCH v1 12/17] fuse: add passthrough support for entry creation
` [PATCH v1 13/17] fuse: add passthrough support for atomic file creation
` [PATCH v1 14/17] fuse: use passthrough getattr in setattr suid/sgid handling
` [PATCH v1 15/17] fuse: add passthrough setattr
` [PATCH v1 16/17] fuse: add passthrough open
` [PATCH v1 17/17] docs: fuse: document extended passthrough (FUSE_PASSTHROUGH_INO)
[PATCH] MAINTAINERS: add new fuse-devel list
2026-04-19 17:55 UTC (2+ messages)
fuse/io-uring: Proposal to support pBuf in additon to kBuf
2026-04-17 21:02 UTC (10+ messages)
[fuse-devel] Debugging a stale kernel cache during file growth
2026-04-17 13:48 UTC (8+ messages)
[PATCH 0/2] fuse: Fix possible memleak at startup with immediate teardown
2026-04-15 0:37 UTC (5+ messages)
fuse-devel list on kernel.org
2026-04-13 12:36 UTC (2+ messages)
test
2026-04-13 11:18 UTC
page: | 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