FILESYSTEM IN USERSPACE (FUSE) development
 help / color / mirror / Atom feed
 messages from 2026-04-29 14:39:05 to 2026-05-09 00:23:22 UTC [more...]

[PATCH 00/10] libfuse: new mount API and SYNC_INIT fixes and tests
 2026-05-09  0:23 UTC  (16+ messages)
` [PATCH 01/10] test: register pytest run as a meson test
` [PATCH 02/10] Add tests to verify that mountinfo matches requested options
` [PATCH 03/10] test: assert ro/rw, nosuid/suid, nodev/dev round-trip via fsmount
` [PATCH 04/10] New mount API: read-only option is for fsmount() and fsconfig()
` [PATCH 05/10] libfuse: don't use SYNC_INIT unless asked for
` [PATCH 06/10] example: silence add_languages warning by setting 'native: false'
` [PATCH 07/10] mount: clarify kernel_opts vs mnt_opts vs flags in fuse_kern_fsmount
` [PATCH 08/10] fuse_daemonize_early_start: Disallow daemonization when already active
` [PATCH 09/10] fuse mount: Do not set sync_init when sync_init was not used
` [PATCH 10/10] highlevel: Switch fuse_main_real_versioned() to fuse_daemonize_early()

[PATCHSET v8 2/8] iomap: cleanups ahead of adding fuse support
 2026-05-08 23:41 UTC  (4+ messages)
` [PATCH 2/2] iomap: allow NULL swap info bdev when activating swapfile

[PATCHSET 2/2] libfuse: new mount service container fixes
 2026-05-08 17:59 UTC  (7+ messages)
` [PATCH 1/1] mount_service: use the mount_flags table instead of declaring our own

[PATCHSET 1/2] libfuse: new mount API and SYNC_INIT fixes
 2026-05-08 17:45 UTC  (6+ messages)
` [PATCH 1/1] mount_util: fix mount_flags entries for MS_RDONLY

[PATCH] fuse: add fusex filesystem
 2026-05-08 17:29 UTC  (4+ messages)

[GIT PULL 2/2] libfuse: new mount service container fixes
 2026-05-07 22:15 UTC 

[GIT PULL 1/2] libfuse: new mount API and SYNC_INIT fixes
 2026-05-07 22:15 UTC 

[PATCHBOMB] libfuse: various fixes for new mount code
 2026-05-06 21:36 UTC  (31+ messages)
` [PATCHSET 1/2] libfuse: new mount API and SYNC_INIT fixes
  ` [PATCH 1/2] libfuse: don't use SYNC_INIT unless asked for
    ` [PATCH v1.1 "
    ` [PATCH v1.2 "
  ` [PATCH 2/2] libfuse: always send the subtype to the kernel when using fsconfig()
  ` [PATCH 3/2] mount_util: fix mount_flags entries for MS_RDONLY
` [PATCHSET 2/2] libfuse: new mount service container fixes
  ` [PATCH 01/10] util/mount.fuse.c: loop in waitpid
  ` [PATCH 02/10] fuse_service: handle weird behavior during SCM_RIGHTS fd transfers
  ` [PATCH 03/10] examples: improve documentation of the new systemd service fuse servers
  ` [PATCH 04/10] example/single_file: sync backing fd when statx wants us to fsync
  ` [PATCH 05/10] example/single_file: fix ctime handling
  ` [PATCH 06/10] libfuse: fix cppcheck complaints about constifying pointers
  ` [PATCH 07/10] libfuse: fix cppcheck complaints about constifying pointers in user-visible ABI
  ` [PATCH 08/10] util: fix cppcheck complaints about constifying pointers
  ` [PATCH 09/10] fuser_conf: fix cppcheck complaints
  ` [PATCH 10/10] example: fix cppcheck complaints about constifying pointers
` [GIT PULL 1/2] libfuse: new mount API and SYNC_INIT fixes
` [GIT PULL 2/2] libfuse: new mount service container fixes

[PATCH 0/7] fix up issues from djwong/fuse4fs-fork
 2026-05-06 16:39 UTC  (3+ messages)

[GIT PULL v5.1] libfuse: run fuse servers as a contained service
 2026-05-04 17:43 UTC  (12+ messages)

[fuse-devel] Debugging a stale kernel cache during file growth
 2026-05-04 16:49 UTC  (6+ messages)

[PATCHSET v5.1] libfuse: run fuse servers as a contained service
 2026-05-01 17:35 UTC  (15+ 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

[PATCHSET v8 1/8] fuse: general bug fixes
 2026-05-01 16:57 UTC  (9+ messages)
` [PATCH 3/4] fuse: update file mode when updating acls
` [PATCH 4/4] fuse: propagate default and file acls on creation

fuse/io-uring: Proposal to support pBuf in additon to kBuf
 2026-04-30 16:55 UTC  (7+ messages)

[PATCH RESEND v1] fuse: remove redundant buffer size checks for interrupt and forget requests
 2026-04-30 12:31 UTC  (2+ messages)

[PATCH v3] fuse: optional FORGET delivery over io_uring
 2026-04-30  3:19 UTC  (2+ messages)

[PATCHSET v5] libfuse: run fuse servers as a contained service
 2026-04-29 15:23 UTC  (4+ messages)
` [PATCH 02/13] mount_service: add systemd socket service mounting helper

[PATCHSET v8 6/6] fuse2fs: cache iomap mappings for even better file IO performance
 2026-04-29 15:02 UTC  (5+ messages)
` [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

[PATCHSET v8 5/6] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled
 2026-04-29 15:01 UTC  (11+ messages)
` [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 4/6] fuse4fs: specify the root node id
 2026-04-29 14:58 UTC  (2+ messages)
` [PATCH 1/1] fuse4fs: don't use inode number translation when possible

[PATCHSET v8 3/6] fuse4fs: adapt iomap for fuse services
 2026-04-29 14:58 UTC  (4+ messages)
` [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 2/6] fuse2fs: use fuse iomap data paths for better file I/O performance
 2026-04-29 14:57 UTC  (20+ messages)
` [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 1/6] libext2fs: refactoring for fuse2fs iomap support
 2026-04-29 14:52 UTC  (6+ messages)
` [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 6/6] libfuse: cache iomap mappings for even better file IO performance
 2026-04-29 14:51 UTC  (10+ messages)
` [PATCH 1/9] libfuse: enable iomap cache management for lowlevel fuse
` [PATCH 2/9] libfuse: add upper-level iomap cache management
` [PATCH 3/9] libfuse: allow constraining of iomap mapping cache size
` [PATCH 4/9] libfuse: add upper-level iomap mapping cache constraint code
` [PATCH 5/9] libfuse: enable iomap
` [PATCH 6/9] example/iomap_ll: cache mappings for later
` [PATCH 7/9] example/iomap_inline_ll: cache iomappings in the kernel
` [PATCH 8/9] example/iomap_ow_ll: "
` [PATCH 9/9] example/iomap_service_ll: "

[PATCHSET v8 5/6] fuse: add sample iomap fuse servers
 2026-04-29 14:48 UTC  (8+ messages)
` [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 4/6] libfuse: add some service helper commands for iomap
 2026-04-29 14:47 UTC  (4+ messages)
` [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 3/6] libfuse: implement syncfs
 2026-04-29 14:46 UTC  (3+ messages)
` [PATCH 1/2] libfuse: add strictatime/lazytime mount options
` [PATCH 2/2] libfuse: set sync, immutable, and append when loading files

[PATCHSET v8 2/6] libfuse: allow servers to specify root node id
 2026-04-29 14:45 UTC  (2+ messages)
` [PATCH 1/1] libfuse: allow root_nodeid mount option

[PATCHSET v8 1/6] libfuse: allow servers to use iomap for better file IO performance
 2026-04-29 14:45 UTC  (26+ messages)
` [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 8/8] fuse: run fuse-iomap servers as a contained service
 2026-04-29 14:39 UTC  (2+ messages)
` [PATCH 2/2] fuse: set iomap backing device block size


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