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)
Tue, Apr 9, 5:10 PM
Unknown Object (File)
Tue, Apr 2, 6:50 AM
Unknown Object (File)
Fri, Mar 29, 6:27 PM
Unknown Object (File)
Feb 9 2024, 1:04 PM
Unknown Object (File)
Dec 25 2023, 11:38 PM
Unknown Object (File)
Dec 23 2023, 2:04 PM
Unknown Object (File)
Dec 20 2023, 8:09 AM
Unknown Object (File)
Dec 14 2023, 9:45 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41760
Build 38649: arc lint + arc unit

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