svn commit: r344558 - in projects/fuse2: . sbin/ifconfig

Pedro Giffuni pfg at FreeBSD.org
Tue Feb 26 18:12:11 UTC 2019


On 26/02/2019 11:56, Conrad Meyer wrote:
> On Tue, Feb 26, 2019 at 7:30 AM Pedro Giffuni <pfg at freebsd.org> wrote:
>> On 2/25/19 10:28 PM, Alan Somers wrote:
>>> Log:
>>>     Create a project branch for fuse(4) work.
>>>
>>>     The branch will be used for a new test suite, bug fixes, and various other
>>>     enhancements to fuse.
>>>
>>>     Sponsored by:      The FreeBSD Foundation
>> Cool!
> +1
>
>> FWIW, updating the protocol would probably help us use more devices.
> Yep!  We're at roughly the 7.8 protocol version.  Kindly, the Linux
> FUSE folks have kept a changelog all the way from 7.9 to present:
>
> https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/fuse.h#L37
>
> So we have some idea of what we need to implement to be compatible
> with each newer version, and some idea of things that would be good to
> test when we claim to implement each new version.

Yes they keep that file under a BSD license, and order is important. I 
think we actually have to stop around 7.13 unless we are willing to 
support the linux splice call.

Also, the Darwin guys stopped updating the API on their implementation 
about the same 7.8 version we use but added stuff like birthtime 
incompatibly (likely a mistake on their part). Not sure where they live 
nowadays, probably here:

https://github.com/osxfuse

Cheers,

Pedro.



More information about the svn-src-projects mailing list