mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #1867] [MERGED] Require FUSE 3 on Linux #2218
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2218
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1867
Author: @gaul
Created: 1/22/2022
Status: ✅ Merged
Merged: 11/24/2025
Merged by: @ggtakec
Base:
master← Head:fuse3📝 Commits (2)
895a4c9Require FUSE 3 on Linuxd029ee4Conditionally support FUSE 2 on macOS📊 Changes
7 files changed (+102 additions, -42 deletions)
View changed files
📝
.github/workflows/linux-ci-helper.sh(+18 -17)📝
configure.ac(+6 -6)📝
src/fdcache_entity.cpp(+2 -0)📝
src/s3fs.cpp(+58 -18)📝
src/s3fs.h(+9 -0)📝
src/syncfiller.cpp(+8 -0)📝
test/integration-test-common.sh(+1 -1)📄 Description
This increases the maximum write size from 128 KB to 1 MB and supports
some interesting
FUSE_READDIR_PLUSflags. Remove staleFUSE_CAP_BIG_WRITESoption. Fixes #1159.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.