-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: lersek/sshfs
base: master
head repository: libfuse/sshfs
compare: master
- 14 commits
- 10 files changed
- 5 contributors
Commits on Feb 15, 2022
-
"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.
Configuration menu - View commit details
-
Copy full SHA for 3aa3efc - Browse repository at this point
Copy the full SHA 3aa3efcView commit details
Commits on Sep 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 551752c - Browse repository at this point
Copy the full SHA 551752cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c97da5 - Browse repository at this point
Copy the full SHA 8c97da5View commit details -
h4sh committed
Sep 23, 2023 Configuration menu - View commit details
-
Copy full SHA for e5f4fca - Browse repository at this point
Copy the full SHA e5f4fcaView commit details -
h4sh committed
Sep 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 47a580d - Browse repository at this point
Copy the full SHA 47a580dView commit details
Commits on Nov 6, 2023
-
Merge pull request libfuse#277 from g-easy/master
Implement connect to vsock.
Configuration menu - View commit details
-
Copy full SHA for 70c8fd9 - Browse repository at this point
Copy the full SHA 70c8fd9View commit details
Commits on Dec 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 683b8c2 - Browse repository at this point
Copy the full SHA 683b8c2View commit details
Commits on Feb 27, 2024
-
remove README.rst file since README.md file exists
h4sh5 committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 1af815b - Browse repository at this point
Copy the full SHA 1af815bView commit details -
Merge pull request libfuse#295 from libfuse/rm-rst
remove README.rst file since README.md file exists
Configuration menu - View commit details
-
Copy full SHA for eadf7f1 - Browse repository at this point
Copy the full SHA eadf7f1View commit details
Commits on Jun 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8bb9d33 - Browse repository at this point
Copy the full SHA 8bb9d33View commit details
Commits on Jun 17, 2024
-
Fill stat info when returning cached data for readdir
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.
Configuration menu - View commit details
-
Copy full SHA for 5f767de - Browse repository at this point
Copy the full SHA 5f767deView commit details
Commits on Nov 4, 2024
-
Merge pull request libfuse#305 from jpalus/fix-link-leak
Fix memleak in cache after readlink
Configuration menu - View commit details
-
Copy full SHA for c9bf8ad - Browse repository at this point
Copy the full SHA c9bf8adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a52814 - Browse repository at this point
Copy the full SHA 1a52814View commit details -
Merge pull request libfuse#306 from jpalus/fill-stat-info-from-cache
Fill stat info when returning cached data for readdir
Configuration menu - View commit details
-
Copy full SHA for ddf1e42 - Browse repository at this point
Copy the full SHA ddf1e42View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master