Page MenuHomeFreeBSD

fusefs: implement FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPENDIR_SUPPORT
ClosedPublic

Authored by asomers on Sep 25 2021, 3:48 PM.
Tags
None
Referenced Files
F161195083: D32141.diff
Wed, Jul 1, 12:09 PM
F161194996: D32141.diff
Wed, Jul 1, 12:08 PM
Unknown Object (File)
Tue, Jun 23, 12:28 AM
Unknown Object (File)
Tue, Jun 23, 12:06 AM
Unknown Object (File)
Wed, Jun 10, 9:15 PM
Unknown Object (File)
May 25 2026, 2:46 AM
Unknown Object (File)
May 20 2026, 10:18 PM
Unknown Object (File)
May 16 2026, 6:28 PM
Subscribers

Details

Summary

fusefs: diff reduction in fuse_kernel.h

Synchronize formatting and documentation in fuse_kernel.h with upstream
sources.

MFC after: 2 weeks

fusefs: implement FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPENDIR_SUPPORT

For file systems that allow it, fusefs will skip FUSE_OPEN,
FUSE_RELEASE, FUSE_OPENDIR, and FUSE_RELEASEDIR operations, a minor
optimization.

MFC after: 2 weeks

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Interesting ... I don't see the old protocol described upstream

This revision is now accepted and ready to land.Sep 25 2021, 9:25 PM
In D32141#725425, @pfg wrote:

Interesting ... I don't see the old protocol described upstream

That's because libfuse is itself out of date. The real source of truth is https://github.com/torvalds/linux/blob/master/include/uapi/linux/fuse.h .

asomers retitled this revision from fusefs: diff reduction in fuse_kernel.h to fusefs: implement FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPENDIR_SUPPORT.Sep 25 2021, 11:24 PM