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
Unknown Object (File)
Wed, Aug 12, 6:46 PM
Unknown Object (File)
Wed, Aug 12, 6:45 PM
Unknown Object (File)
Wed, Aug 12, 6:45 PM
Unknown Object (File)
Wed, Aug 12, 6:45 PM
Unknown Object (File)
Sun, Aug 9, 2:53 PM
Unknown Object (File)
Sun, Aug 9, 2:52 PM
Unknown Object (File)
Sun, Aug 9, 2:46 PM
Unknown Object (File)
Sun, Aug 2, 12:53 AM
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