FILESYSTEM IN USERSPACE (FUSE) development
 help / color / mirror / Atom feed
 messages from 2026-06-25 10:35:14 to 2026-07-20 03:45:30 UTC [more...]

[PATCH V11 0/9] famfs: port into fuse
 2026-07-20  3:45 UTC  (2+ messages)
  ` [PATCH V11 1/9] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/

[PATCH] fuse: honor desc offset in readahead reads
 2026-07-17 20:33 UTC  (8+ messages)
  ` [PATCH v2] "
      `  "

[PATCH v6 0/6] fuse: add io-uring buffer pools and zero-copy
 2026-07-17 18:43 UTC  (13+ 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: disable default bdi strictlimiting
 2026-07-17 17:04 UTC  (13+ messages)

[PATCH] fuse: cache POSIX ACLs when setting them
 2026-07-17 14:51 UTC  (10+ messages)
  `  "

[PATCH v2] fuse: don't bump attr_version for async direct read completion
 2026-07-17 14:29 UTC 

[PATCH 23/32] fuse: split out filesystem part of request sending
 2026-07-17 14:20 UTC  (2+ messages)

[PATCH] fuse: don't bump attr_version for async direct read completion
 2026-07-17 14:14 UTC  (4+ messages)

[PATCH] fuse: drop redundant err assignments in fuse_dev_do_write()
 2026-07-17 11:37 UTC  (3+ messages)

[PATCH v3 0/3] fuse: fix missing barriers in io-uring init
 2026-07-17 11:18 UTC  (5+ messages)
` [PATCH v3 1/3] fuse: fix missing barrier when checking io-uring readiness
` [PATCH v3 2/3] fuse: use release/acquire for fch->initialized
` [PATCH v3 3/3] fuse: publish io-uring queues with release semantics

[PATCH v2 0/3] fuse: fix missing barriers in io-uring init
 2026-07-16 18:21 UTC  (8+ messages)
` [PATCH v2 1/3] fuse: fix missing barrier when checking io-uring readiness
` [PATCH v2 2/3] fuse: use release/acquire for fch->initialized
` [PATCH v2 3/3] fuse: publish io-uring queues with release semantics

[PATCH 0/2] Fix for unintended FUSE ACL cache
 2026-07-16 12:49 UTC  (14+ messages)
` [PATCH 1/2] fs: preserve ACL_DONT_CACHE state in forget_cached_acl()
` [PATCH 2/2] selftests/fuse: add ACL_DONT_CACHE regression test

[PATCH] fuse: select alternative io_uring queue if local queue is full
 2026-07-15 22:07 UTC  (3+ messages)

[PATCH v4 1/3] fuse: whitelist the request headers for usercopy
 2026-07-15 21:59 UTC  (7+ messages)
` [PATCH v4 2/3] fuse: bound io-uring payload copies to the registered buffer size
` [PATCH v4 3/3] fuse: deduplicate the oversized-request error selection

[PATCH v1 0/2] fuse: fix missing barriers in io-uring init
 2026-07-15 15:52 UTC  (7+ messages)
` [PATCH v1 1/2] fuse: fix missing barrier when checking io-uring readiness
` [PATCH v1 2/2] fuse: publish io-uring queues with release semantics

[PATCH v3 1/2] fuse: copy request headers via a stack buffer for io-uring
 2026-07-15  0:02 UTC  (6+ messages)
` [PATCH v3 2/2] fuse: bound io-uring payload copies to the registered buffer size

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

[PATCH v2 0/2] fuse: allow FUSE_SYNCFS for privileged userspace servers
 2026-07-13 14:12 UTC  (2+ messages)

[PATCH v2 1/2] fuse: copy request headers via a stack buffer for io-uring
 2026-07-09 21:16 UTC  (6+ messages)
` [PATCH v2 2/2] fuse: reject oversized payload_sz in fuse_uring_copy_from_ring()

mount_service: possible implementation changes
 2026-07-09 16:57 UTC  (3+ messages)

[PATCH v3 0/3] iomap/fuse: add helper to keep uptodate bitmap in sync
 2026-07-08 18:29 UTC  (10+ messages)
` [PATCH v3 1/3] fuse: don't clear folio uptodate on writethrough errors
` [PATCH v3 2/3] iomap: add helper to mark folio uptodate
` [PATCH v3 3/3] fuse: use iomap "

[RFC PATCH v1 0/5] fuse: caches documentation and testing
 2026-07-08 13:11 UTC  (6+ messages)
` [RFC PATCH v1 1/5] Documentation: fuse: add document on caches being used by FUSE
` [RFC PATCH v1 2/5] selftests/filesystems: convert fusectl test to fuse3
` [RFC PATCH v1 3/5] selftests/filesystems: check that fusectlfs is mounted
` [RFC PATCH v1 4/5] selftests/filesystems: add fuse symlink caching test
` [RFC PATCH v1 5/5] selftests/filesystems: add fuse ACLs "

[PATCH 1/2] fuse: copy request headers via a stack buffer for io-uring
 2026-07-07 18:35 UTC  (7+ messages)
` [PATCH 2/2] fuse: reject oversized payload_sz in fuse_uring_copy_from_ring()

don't build bios/contexts over multiple iomaps v3
 2026-07-07 11:06 UTC  (7+ messages)
` [PATCH 1/3] iomap: consolidate bio submission
` [PATCH 2/3] fuse: call fuse_send_readpages explicitly from fuse_readahead
` [PATCH 3/3] iomap: submit read bio after each extent

[PATCH] fuse: add folio_max_order and folio_min_order controls in fusectl
 2026-07-07  1:06 UTC  (3+ messages)

[PATCH] iomap: Remove FGP_NOFS from iomap_get_folio()
 2026-07-06  6:29 UTC  (3+ messages)

[RFC PATCH] fuse: fall back to copy_splice_read() when i_size is zero
 2026-07-06  2:57 UTC 

[PATCH v2 14/18] fuse: convert iomap ops to ->iomap_next()
 2026-07-03 10:37 UTC  (11+ messages)
` [PATCH v2 17/18] iomap: pass iomap_next_fn directly instead of struct iomap_ops

[syzbot] [fuse?] WARNING in super_dev_register
 2026-07-03  0:59 UTC 

[PATCH v2 0/7] vmsplice: fix some problems in my previous vmsplice patchset
 2026-07-01 19:16 UTC  (6+ messages)

[PATCH] fuse: replace passthrough backing-id IDR with IDA plus hashtable
 2026-06-27 17:10 UTC  (4+ messages)
` [PATCH v2] fuse: replace passthrough backing-id IDR with a counter and hashtable

don't build bios/contexts over multiple iomaps v3
 2026-06-26 14:51 UTC  (12+ messages)
` [PATCH 1/2] iomap: consolidate bio submission
` [PATCH 2/2] iomap: submit read bio after each extent

[REVIEW] libfuse: Improve documentation for fuse service mount
 2026-06-25 22:17 UTC 

[PATCH v2 0/2] iomap: add helper to keep uptodate bitmap in sync
 2026-06-25 21:54 UTC  (10+ messages)
` [PATCH v2 1/2] iomap: add helper to mark folio uptodate
` [PATCH v2 2/2] fuse: use iomap "

[PATCH v1] fuse: enable large folios
 2026-06-25 20:18 UTC  (7+ messages)
    `  "
        `  "

[PATCH v1] fuse: don't clear folio uptodate on writethrough errors
 2026-06-25 18:55 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