FILESYSTEM IN USERSPACE (FUSE) development
 help / color / mirror / Atom feed
[PATCH v5 0/6] fuse: add io-uring buffer pools and zero-copy
 2026-06-30 21:14 UTC  (7+ 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

don't build bios/contexts over multiple iomaps v3
 2026-06-29 12:17 UTC  (4+ 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 v2 0/7] vmsplice: fix some problems in my previous vmsplice patchset
 2026-06-29  8:56 UTC  (12+ messages)
` [PATCH v2 1/7] vmsplice: open-code do_writev and do_readv
` [PATCH v2 2/7] vmsplice: change argument type back to "int"
` [PATCH v2 3/7] splice: turn wait_for_space flags argument into bool
` [PATCH v2 4/7] pipe: move wait_for_space to fs/pipe.c and rename it
` [PATCH v2 5/7] vmsplice: make sure we don't wait after writing some data
` [PATCH v2 6/7] vmsplice: return -EINVAL for particular combination of flags
` [PATCH v2 7/7] pipe: set FMODE_NOWAIT for named FIFOs

[PATCH 23/32] fuse: split out filesystem part of request sending
 2026-06-27 20:16 UTC 

[PATCH] fuse: replace passthrough backing-id IDR with IDA plus hashtable
 2026-06-27 17:10 UTC  (7+ 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

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

[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  (10+ messages)
  `  "
        `  "

[PATCH v1] fuse: don't clear folio uptodate on writethrough errors
 2026-06-25 18:55 UTC  (2+ messages)

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-25  9:03 UTC  (14+ messages)

[ANNOUNCE/CFP] Linux Plumbers 2026 Containers and Checkpoint/Restore Microconference
 2026-06-25  3:55 UTC 

[PATCH v1 0/2] iomap: add helpers to keep uptodate bitmap in sync
 2026-06-24 18:55 UTC  (6+ messages)
` [PATCH v1 1/2] iomap: add helpers to mark and clear folio uptodate state
` [PATCH v1 2/2] fuse: use iomap helpers to update "

don't build bios/contexts over multiple iomaps v2
 2026-06-24  7:42 UTC  (9+ messages)
` [PATCH 1/2] iomap: consolidate bio submission
` [PATCH 2/2] iomap: submit read bio after each extent

[PATCH v5 0/7] fuse: {io-uring} Allow to reduce the number of queues and request distribution
 2026-06-23 22:10 UTC  (6+ messages)
` [PATCH v5 4/7] fuse: {io-uring} Allow reduced number of ring queues

[PATCH] fuse: make dentry_tree_work static
 2026-06-23  9:42 UTC 

[PATCH v4 00/10] fuse: add io-uring buffer pools and zero-copy
 2026-06-23  0:28 UTC  (50+ messages)
` [PATCH v4 01/10] fuse: separate next request fetching from sending logic
` [PATCH v4 02/10] fuse: refactor io-uring header copying to ring
` [PATCH v4 03/10] fuse: refactor io-uring header copying from ring
` [PATCH v4 04/10] fuse: use enum types for header copying
` [PATCH v4 05/10] fuse: refactor setting up copy state for payload copying
` [PATCH v4 06/10] fuse: use named constants for io-uring iovec indices
` [PATCH v4 07/10] fuse: add io-uring buffer pools (implemented as buffer ring)
` [PATCH v4 08/10] fuse: support registered buffers as buffer pools in io-uring
` [PATCH v4 09/10] fuse: add zero-copy over io-uring
` [PATCH v4 10/10] docs: fuse: add io-uring buffer pool and zero-copy documentation

[PATCH] fuse: add fusex filesystem
 2026-06-22 14:51 UTC  (3+ messages)

[PATCH 0/2] fuse: allow FUSE_SYNCFS for privileged userspace servers
 2026-06-19 17:02 UTC  (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/fuse: add test for FUSE_HAS_SYNCFS privilege gating
` [PATCH v2 0/2] fuse: allow FUSE_SYNCFS for privileged userspace servers
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] selftests/fuse: add test for FUSE_HAS_SYNCFS privilege gating

[PATCH v3 0/2] fuse: fix passthrough parallel direct writes
 2026-06-19  9:05 UTC  (5+ messages)
` [PATCH v3 1/2] fuse: preserve FOPEN_PARALLEL_DIRECT_WRITES for passthrough opens
` [PATCH v3 2/2] fuse: allow parallel direct writes in passthrough write_iter

[GIT PULL] fuse update for 7.2
 2026-06-18 16:15 UTC  (2+ messages)

[fuse-devel] Debugging a stale kernel cache during file growth
 2026-06-18  3:51 UTC  (11+ messages)

[syzbot] [fuse?] INFO: task hung in fuse_chan_send
 2026-06-17 19:28 UTC 

[PATCH] famfs: FUSE_GET_DAXDEV -> FUSE_DEV_IOC_BACKING_OPEN
 2026-06-16 14:32 UTC  (5+ messages)

[PATCH v2 0/2] fuse: fix passthrough parallel direct writes with a minimal series
 2026-06-16 11:50 UTC  (5+ messages)
  ` [PATCH v2 1/2] fuse: preserve FOPEN_PARALLEL_DIRECT_WRITES for passthrough opens
  ` [PATCH v2 2/2] fuse: allow parallel direct writes in passthrough write_iter

[PATCH 0/5] vmsplice: fix some problems in my previous vmsplice patchset
 2026-06-15 16:16 UTC  (2+ messages)

[PATCH] fuse: virtiofs: fix illegal inode address access in fuse_release_end
 2026-06-15 12:16 UTC  (5+ messages)

[PATCH v5] fuse: clear ent->fuse_req in commit_fetch error path
 2026-06-15 12:13 UTC  (3+ messages)

[PATCH 0/2] fuse: io-uring: tidy memory ordering for lockless ring/queue reads
 2026-06-15 12:07 UTC  (3+ messages)
` [PATCH 1/2] fuse: {io-uring} use READ_ONCE() for ring->queues[] in fuse_uring_register()
` [PATCH 2/2] fuse: read fch->ring under fch->lock in fuse_uring_create()

[PATCH v3 00/10] fuse: add io-uring buffer pools and zero-copy
 2026-06-12 18:28 UTC  (20+ messages)
` [PATCH v3 07/10] fuse: add io-uring buffer pools (implemented as buffer ring)

[GIT PULL] libfuse: more random fixes for fuse service containers
 2026-06-12 10:58 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