FILESYSTEM IN USERSPACE (FUSE) development
 help / color / mirror / Atom feed
 messages from 2026-08-18 13:13:21 to 2026-09-08 20:04:22 UTC [more...]

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-08 20:01 UTC  (5+ messages)
` [PATCH 01/39] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH 02/39] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH 03/39] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH 04/39] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma

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

[PATCH] fuse: repair lots of uapi kernel-doc
 2026-09-07  6:05 UTC 

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

[PATCH v6 1/2] fuse: bound io-uring payload copies to the registered buffer size
 2026-09-06  1:29 UTC  (2+ messages)
` [PATCH v6 2/2] fuse: deduplicate the oversized-request error selection

[PATCH] fuse: rename fuse_direct_io() to fuse_sync_direct_io()
 2026-09-04 13:18 UTC 

[PATCH V12 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-09-04  9:24 UTC  (20+ messages)
  ` [PATCH V12 02/12] famfs: Module operations, fs_context, and mount

[PATCH v1 0/2] fuse: fixes for iomap bugs reported by Sashiko
 2026-09-04  4:56 UTC  (3+ messages)
` [PATCH v1 1/2] fuse: don't shorten the folio descriptor at LLONG_MAX
` [PATCH v1 2/2] fuse: zero the correct range on a short read reply

[RFC] Handling 0-sized pseudo-files (cgroupfs/sysfs/procfs) in virtiofs and FUSE
 2026-09-03  6:02 UTC  (4+ messages)

[PATCH] Documentation: fuse: harmonize numeration
 2026-09-02 17:00 UTC  (2+ messages)

disabling uds interface by default in libfuse builds
 2026-09-01  7:08 UTC  (2+ messages)

[PATCH AUTOSEL 6.18-6.12] virtio-fs: avoid double-free on failed queue setup
 2026-08-31 13:30 UTC  (4+ messages)
` [PATCH AUTOSEL 6.18] fuse: use current creds for backing files
` [PATCH AUTOSEL 6.18-5.10] fuse: set ff->flock only on success
` [PATCH AUTOSEL 6.18] fuse-uring: clear ent->fuse_req in commit_fetch error path

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

memcg stats flushing (WAS "Re: [PATCH] fuse: disable default bdi strictlimiting")
 2026-08-28 13:17 UTC  (14+ messages)

[PATCH 0/2] io_uring passthru: set result on blk-mq request completion
 2026-08-28  3:33 UTC  (6+ messages)
` [PATCH 1/2] io_uring/cmd: split io_uring_cmd_set_res() from io_uring_cmd_done()
` [PATCH 2/2] nvme/ioctl: call io_uring_cmd_set_res32() in ->end_io()

[PATCH 0/5] fuse: report a request refused for a live nodeid as stale
 2026-08-28  2:02 UTC  (7+ messages)
` [PATCH 1/5] selftests/fuse: ignore the built acl cache test
` [PATCH 2/5] selftests/fuse: name the libfuse3 flags for the library
` [PATCH 3/5] fuse: report a request refused for a live nodeid as stale
` [PATCH 4/5] selftests/fuse: cover a request refused for a live nodeid
` [PATCH 5/5] virtiofs: report a request refused for a live nodeid as stale
` [PATCH 0/5] fuse: report a request refused for a live nodeid

[PATCH] fuse: fall back to copy_splice_read() on FOPEN_DIRECT_IO
 2026-08-27  8:01 UTC 

[RFC PATCH] fuse: fall back to copy_splice_read() when i_size is zero
 2026-08-27  5:44 UTC  (3+ messages)

[PATCH] fuse: fix GCC 8 build with CONFIG_PROFILE_ALL_BRANCHES
 2026-08-27  4:02 UTC  (2+ messages)

[PATCH] fuse: abort connection on /dev/fuse flush to prevent deadlock
 2026-08-26 13:28 UTC  (2+ messages)

[PATCH v2] fuse: don't bump attr_version for async direct read completion
 2026-08-26 11:12 UTC  (2+ messages)

[PATCH 0/7] Remove aops->launder_folio
 2026-08-25 15:50 UTC  (18+ messages)
` [PATCH 1/7] filemap: Export filemap_invalidate_pages() to modules
` [PATCH 2/7] fuse: Use filemap_invalidate_pages()
` [PATCH 3/7] btrfs: "
` [PATCH 4/7] nfs: "
` [PATCH 5/7] orangefs: "
` [PATCH 6/7] orangefs: Remove launder_folio implementation
` [PATCH 7/7] Remove folio_launder()

[PATCH v5 0/7] fuse: {io-uring} Allow to reduce the number of queues and request distribution
 2026-08-25 21:13 UTC  (5+ messages)

[GIT PULL] fuse update for 7.3
 2026-08-25 19:50 UTC  (2+ messages)

[PATCH] fuse: don't fill in.h.pid in case args->nocreds is set
 2026-08-25 15:13 UTC 

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

[PATCH v2] fuse: ioctl: remove unnecessary comparison in fuse_setup_measure_verity()
 2026-08-25 12:35 UTC  (2+ messages)

[PATCH v4 0/2] fuse: zero the partial EOF page when extending a file
 2026-08-24 15:34 UTC  (4+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] selftests/fuse: test post-EOF page zeroing when a file is extended

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

[PATCH v2] fuse: Fix the condition to enable over-io-uring
 2026-08-24  7:59 UTC  (2+ messages)

[PATCH v13 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-08-23 16:57 UTC  (15+ messages)
    ` [PATCH v13 10/12] famfs: Add runtime operation-permission (opts) framework
    ` [PATCH v13 07/12] famfs: MAP_CREATE ioctl and fmap ingest (ABI 44)

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

[PATCH] fuse: Fix the condition to enable over-io-uring
 2026-08-21 13:00 UTC  (2+ messages)

[PATCH v7 0/6] fuse: add io-uring buffer pools and zero-copy
 2026-08-21  3:38 UTC  (17+ messages)
` [PATCH v7 1/6] fuse: decouple fuse_ring creation from ent registration

[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 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  (10+ messages)
` [RFC PATCH v2 1/8] Documentation: fuse: add document on caches being used by FUSE
` [RFC PATCH v2 5/8] selftests/fuse: factor-out test fixture setup/teardown

[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  (2+ messages)


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