Skip to content

[pull] master from libfuse:master#12

Open
pull[bot] wants to merge 25 commits intoGeolem:masterfrom
libfuse:master
Open

[pull] master from libfuse:master#12
pull[bot] wants to merge 25 commits intoGeolem:masterfrom
libfuse:master

Conversation

@pull
Copy link

@pull pull bot commented Sep 23, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

g-easy and others added 5 commits February 15, 2022 14:45
"sshfs -o vsock=CID:PORT" will cause sshfs to connect directly to the
given vsock, bypassing ssh, and allowing high performance sshfs mounts
of a VM guest.
@pull pull bot added the ⤵️ pull label Sep 23, 2023
h4sh5 and others added 20 commits November 6, 2023 19:55
Implement connect to vsock.
remove README.rst file since README.md file exists
Uncached and cached results for readdir were inconsistent -- the former
returned correct stat info for directory entries while the latter
didn't. That's because only names of entries were saved in cache without
stat info. In turn this leads to issues like
junegunn/fzf#3832 since directory traversal
library (https://github.com/charlievieth/fastwalk in this case) relies
on proper stat info returned by readdir. Hence when unchached result was
returned it gave proper outcome, while with cached result it was wrong.

Cache stat info next to entry name to fix the issue. While file
attributes are saved in cache already, they use full path as key. To
avoid potentially plenty of allocations, string copying and cache
lookups to get each attr, let's keep a copy of stat struct independently
to be on the fast path.
Fix memleak in cache after readlink
Fill stat info when returning cached data for readdir
Windows native OpenSSH has alternative behavior for standard I/O
descriptors, which can be selected through the OPENSSH_STDIO_MODE
environement variable. Setting it to "nonsock" is required for
sshfs compatibility.

See PowerShell/openssh-portable#759
for details.
The fuse_opt compatibility code is no longer needed on macOS. Remove
it since it is not included on any other platform.
The header file is no longer available in macFUSE 4.
macFUSE will create the mounpoint (in case it does not exist) before
mounting the volume. This allows unprivileged users to mount volumes
under /Volumes.
Some macOS specific features require FUSE API modifications and
extensions that break compatibility with the vanilla FUSE API. Setting
the compile-time flag FUSE_DARWIN_ENABLE_EXTENSIONS to 0, when building
a file system, disables those API extensions. By default, the macOS
specific API modifications and extensions are enabled.
ipv6 support for directport connection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants