FILESYSTEM IN USERSPACE (FUSE) development
 help / color / mirror / Atom feed
 messages from 2026-08-03 02:29:28 to 2026-08-20 17:20:14 UTC [more...]

[PATCH v7 0/6] fuse: add io-uring buffer pools and zero-copy
 2026-08-20 17:20 UTC  (22+ messages)
` [PATCH v7 1/6] fuse: decouple fuse_ring creation from ent registration
` [PATCH v7 2/6] fuse: add FUSE_IO_URING_CMD_ADD_QUEUE
` [PATCH v7 3/6] fuse: add io-uring buffer pools
` [PATCH v7 4/6] fuse: support registered buffer pools in io-uring
` [PATCH v7 5/6] fuse: add zero-copy over io-uring
` [PATCH v7 6/6] docs: fuse: document io-uring buffer pool and zero-copy uapi

[PATCH v2] fuse: permit freezing while waiting for request answer
 2026-08-20 16:11 UTC  (11+ messages)

[PATCH v3 0/2] fuse: allow FUSE_SYNCFS for privileged userspace servers
 2026-08-20 13:01 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] selftests/fuse: add test for FUSE_HAS_SYNCFS privilege gating

[PATCH v13 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-08-20 12:37 UTC  (16+ messages)
  ` [PATCH v13 01/12] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()
  ` [PATCH v13 02/12] famfs: Module operations, fs_context, and mount
  ` [PATCH v13 03/12] famfs: Add daxdev table and dax notify_failure support
  ` [PATCH v13 04/12] famfs: Introduce inode_operations and super_operations
  ` [PATCH v13 05/12] famfs: Introduce file_operations read/write
  ` [PATCH v13 06/12] famfs: Introduce mmap and VM fault handling
  ` [PATCH v13 07/12] famfs: MAP_CREATE ioctl and fmap ingest (ABI 44)
  ` [PATCH v13 08/12] famfs: iomap_begin and file-to-dax offset resolution
  ` [PATCH v13 09/12] famfs: Register secondary daxdevs by path (FAMFSIOC_DAXDEV_OPEN)
  ` [PATCH v13 10/12] famfs: Add runtime operation-permission (opts) framework
  ` [PATCH v13 11/12] famfs: Report device capacity via statfs so df works
  ` [PATCH v13 12/12] famfs: Add documentation

[PATCH v3 0/2] fuse: zero the partial EOF page when extending a file
 2026-08-20 12:35 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] selftests/fuse: test post-EOF page zeroing when a file is extended

[PATCH v2 0/2] fuse: zero the partial EOF page when extending a file
 2026-08-20 12:26 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests/fuse: test post-EOF page zeroing when a file is extended

[PATCH v5 0/7] fuse: {io-uring} Allow to reduce the number of queues and request distribution
 2026-08-19 16:12 UTC  (4+ messages)

[PATCH 0/2] fuse: zero the partial EOF page when extending a file
 2026-08-19 13:47 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH] fuse: invalidate the correct range after O_APPEND direct write
 2026-08-19 12:40 UTC  (3+ messages)

[RFC PATCH v2 0/8] fuse: caches documentation and testing
 2026-08-18 19:57 UTC  (16+ messages)
` [RFC PATCH v2 1/8] Documentation: fuse: add document on caches being used by FUSE
` [RFC PATCH v2 2/8] selftests/fuse: convert fusectl test to fuse3
` [RFC PATCH v2 3/8] selftests/fuse: check that fusectlfs is mounted
` [RFC PATCH v2 4/8] selftests/fuse: add fuse symlink caching test
` [RFC PATCH v2 5/8] selftests/fuse: factor-out test fixture setup/teardown
` [RFC PATCH v2 6/8] selftests/fuse: use dynamically allocated memory to store ACLs
` [RFC PATCH v2 7/8] selftests/fuse: add some extra ACL caching tests
` [RFC PATCH v2 8/8] selftests/fuse: add fuse readdir caching test

memcg stats flushing (WAS "Re: [PATCH] fuse: disable default bdi strictlimiting")
 2026-08-18 18:40 UTC  (7+ messages)

[PATCH v2] fuse: ioctl: remove unnecessary comparison in fuse_setup_measure_verity()
 2026-08-18 16:14 UTC 

[PATCH] fuse: ioctl: fix comparison in fuse_setup_measure_verity()
 2026-08-18 16:03 UTC  (3+ messages)

[PATCH] fuse: wake one waiter per freed slot when raising max_background
 2026-08-18 13:21 UTC  (3+ messages)

[PATCH] fuse: wait for sync init request after abort
 2026-08-18 13:04 UTC  (2+ messages)

[PATCH] fuse: use min_not_zero() in fuse_init_server_timeout()
 2026-08-18 12:35 UTC  (2+ messages)

[PATCH v5 1/3] fuse: copy request headers via a stack buffer for io-uring
 2026-08-18 12:28 UTC  (4+ messages)
` [PATCH v5 2/3] fuse: bound io-uring payload copies to the registered buffer size

[RFC PATCH] fuse: give wakeup hints to the scheduler for synchronous requests
 2026-08-18 10:00 UTC  (3+ messages)

[PATCH 0/2] fuse: fix request lifetime races in the resend path
 2026-08-18  9:55 UTC  (10+ messages)
` [PATCH 1/2] fuse: set FR_PENDING under fiq->lock in fuse_chan_resend()
` [PATCH 2/2] fuse: don't queue an interrupt for a request that is back on fiq->pending

[PATCH v2] fuse: check for NULL root inode in fuse_fill_super_submount
 2026-08-18  9:22 UTC  (3+ messages)

[PATCH] fuse: reject a duplicate fd= mount option
 2026-08-18  9:00 UTC  (3+ messages)

[PATCH] cuse: wait for pending RCU callbacks on module exit
 2026-08-18  8:33 UTC  (4+ messages)

[PATCH 0/2] fuse: fix invalidate lock leaks on DAX truncate error paths
 2026-08-18  8:26 UTC  (4+ messages)
` [PATCH 1/2] fuse: fix invalidate lock leak on setattr writeback failure
` [PATCH 2/2] fuse: fix invalidate lock leak on open O_TRUNC DAX failure

[RFC PATCH] fuse: permit freezing while waiting for request answer
 2026-08-17 16:15 UTC  (3+ messages)

[PATCH] fuse: make dentry_tree_work static
 2026-08-17 15:32 UTC  (2+ messages)

[PATCH v6 0/6] fuse: add io-uring buffer pools and zero-copy
 2026-08-14 17:57 UTC  (37+ messages)
` [PATCH v6 1/6] fuse: decouple fuse_ring creation from ent registration
` [PATCH v6 2/6] fuse: add FUSE_IO_URING_CMD_ADD_QUEUE
` [PATCH v6 3/6] fuse: add io-uring buffer pools
` [PATCH v6 4/6] fuse: support registered buffer pools in io-uring
` [PATCH v6 5/6] fuse: add zero-copy over io-uring
` [PATCH v6 6/6] docs: fuse: document io-uring buffer pool and zero-copy uapi

[PATCH] fuse: clear stale intr_entry in fuse_remove_pending_req()
 2026-08-14  9:57 UTC  (3+ messages)

mount_service: possible implementation changes
 2026-08-13 17:56 UTC  (6+ messages)

[syzbot] [fuse?] KASAN: slab-use-after-free Read in fuse_dev_do_write
 2026-08-12  3:37 UTC 

[PATCH] fuse: fix GCC 8 build with CONFIG_PROFILE_ALL_BRANCHES
 2026-08-11 19:57 UTC 

[PATCH V12 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-08-11  9:24 UTC  (44+ messages)
  ` [PATCH V12 07/12] famfs: MAP_CREATE ioctl and fmap ingest (ABI 44)
  ` [PATCH V12 08/12] famfs: iomap_begin and file-to-dax offset resolution
  ` [PATCH V12 09/12] famfs: Register secondary daxdevs by path (FAMFSIOC_DAXDEV_OPEN)
  ` [PATCH V12 10/12] famfs: Add runtime operation-permission (opts) framework
  ` [PATCH V12 11/12] famfs: Report device capacity via statfs so df works
  ` [PATCH V12 12/12] famfs: Add documentation
    ` [PATCH V12 01/12] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()
    ` [PATCH V12 02/12] famfs: Module operations, fs_context, and mount
    ` [PATCH V12 03/12] famfs: Add daxdev table and dax notify_failure support
    ` [PATCH V12 04/12] famfs: Introduce inode_operations and super_operations
    ` [PATCH V12 05/12] famfs: Introduce file_operations read/write
    ` [PATCH V12 06/12] famfs: Introduce mmap and VM fault handling

[PATCH] fuse: check for NULL root inode in fuse_fill_super_submount
 2026-08-06 15:21 UTC 

[PATCH] fuse: serialize resend state transitions with fiq->lock
 2026-08-06  9:21 UTC  (2+ messages)

[ANNOUNCE/CFP] Linux Plumbers 2026 Containers and Checkpoint/Restore Microconference
 2026-08-05 16:50 UTC  (2+ messages)

[PATCH v2] fuse: wait for sync init request after abort
 2026-08-04  6:09 UTC 


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