[PATCH v5 0/7] fuse: {io-uring} Allow to reduce the number of queues and request distribution
2026-08-14 20:55 UTC (2+ messages)
[PATCH v7 0/6] fuse: add io-uring buffer pools and zero-copy
2026-08-14 19:23 UTC (8+ 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 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] cuse: wait for pending RCU callbacks on module exit
2026-08-14 13:40 UTC
[PATCH] fuse: clear stale intr_entry in fuse_remove_pending_req()
2026-08-14 9:57 UTC (4+ messages)
[PATCH 0/2] fuse: fix request lifetime races in the resend path
2026-08-14 8:49 UTC (6+ 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
mount_service: possible implementation changes
2026-08-13 17:56 UTC (6+ messages)
[PATCH] fuse: ioctl: fix comparison in fuse_setup_measure_verity()
2026-08-13 7:06 UTC
[RFC PATCH] fuse: permit freezing while waiting for request answer
2026-08-13 7:01 UTC (2+ messages)
memcg stats flushing (WAS "Re: [PATCH] fuse: disable default bdi strictlimiting")
2026-08-12 20:59 UTC (6+ messages)
[syzbot] [fuse?] KASAN: slab-use-after-free Read in fuse_dev_do_write
2026-08-12 3:37 UTC
[PATCH v13 00/12] famfs: the Fabric-Attached Memory File System (standalone)
2026-08-11 22:17 UTC (15+ 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] 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 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 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] fuse: reject a duplicate fd= mount option
2026-08-11 5:39 UTC (2+ messages)
[PATCH v2] fuse: check for NULL root inode in fuse_fill_super_submount
2026-08-10 3:27 UTC (2+ messages)
[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)
[RFC PATCH] fuse: give wakeup hints to the scheduler for synchronous requests
2026-08-06 7:40 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
[PATCH] fuse: wake one waiter per freed slot when raising max_background
2026-08-03 9:25 UTC (2+ messages)
[PATCH] fuse: wait for sync init request after abort
2026-08-02 8:36 UTC (2+ messages)
[PATCH v3 0/2] fuse: fix passthrough parallel direct writes
2026-08-01 19:41 UTC (5+ messages)
` [PATCH v4 0/2] fuse: allow parallel direct writes for passthrough
` [PATCH v4 1/2] fuse: preserve FOPEN_PARALLEL_DIRECT_WRITES for passthrough opens
` [PATCH v4 2/2] fuse: allow parallel direct writes in passthrough write_iter
[PATCH V11 0/9] famfs: port into fuse
2026-08-01 19:02 UTC (23+ messages)
` [PATCH V11 1/9] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
` [PATCH V11 2/9] famfs_fuse: Basic fuse kernel ABI enablement for famfs
` [PATCH V11 3/9] famfs_fuse: Plumb the GET_FMAP message/response
` [PATCH V11 4/9] famfs_fuse: Create files with famfs fmaps
` [PATCH V11 5/9] famfs_fuse: register fs-dax daxdevs via FUSE_DEV_IOC_DAXDEV_OPEN
` [PATCH V11 6/9] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
` [PATCH V11 7/9] famfs_fuse: fail I/O on invalid or errored daxdevs
` [PATCH V11 8/9] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
` [PATCH V11 9/9] famfs_fuse: Add documentation
[PATCH 0/2] fuse: zero the partial EOF page when extending a file
2026-07-31 20:38 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/fuse: test post-EOF page zeroing when a file is extended
[PATCH] fuse: use min_not_zero() in fuse_init_server_timeout()
2026-07-31 17:29 UTC (2+ messages)
[PATCH v4 1/3] fuse: whitelist the request headers for usercopy
2026-07-27 23:39 UTC (4+ messages)
[PATCH v5 1/3] fuse: copy request headers via a stack buffer for io-uring
2026-07-27 23:37 UTC (3+ messages)
` [PATCH v5 2/3] fuse: bound io-uring payload copies to the registered buffer size
` [PATCH v5 3/3] fuse: deduplicate the oversized-request error selection
[PATCH] fuse: abort connection on /dev/fuse flush to prevent deadlock
2026-07-27 17:30 UTC
[PATCH] fuse: skip destination updates for zero-byte copy
2026-07-24 11:24 UTC (5+ messages)
` "
[syzbot] [fuse?] KASAN: slab-use-after-free Read in fuse_dev_do_read (2)
2026-07-24 0:52 UTC
[PATCH] fuse: disable default bdi strictlimiting
2026-07-22 20:38 UTC (12+ messages)
[PATCH v3 0/3] iomap/fuse: add helper to keep uptodate bitmap in sync
2026-07-22 13:42 UTC (2+ messages)
[PATCH 0/2] Fix for unintended FUSE ACL cache
2026-07-22 8:42 UTC (3+ messages)
[RFC PATCH v1 0/5] fuse: caches documentation and testing
2026-07-21 13:33 UTC (15+ 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] fuse: cache POSIX ACLs when setting them
2026-07-20 8:16 UTC (9+ messages)
[PATCH] fuse: honor desc offset in readahead reads
2026-07-17 20:33 UTC (6+ messages)
` [PATCH v2] "
` "
[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)
page: next (older)
- 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