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
F161280490: D32141.diff
Thu, Jul 2, 9:49 AM
F161250414: D32141.id95760.diff
Thu, Jul 2, 3:30 AM
F161250412: D32141.id95726.diff
Thu, Jul 2, 3:30 AM
F161250411: D32141.id.diff
Thu, Jul 2, 3:30 AM
F161236558: D32141.diff
Thu, Jul 2, 12:18 AM
Unknown Object (File)
Wed, Jul 1, 12:09 PM
Unknown Object (File)
Wed, Jul 1, 12:08 PM
Unknown Object (File)
Tue, Jun 23, 12:28 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