[PR #1867] [MERGED] Require FUSE 3 on Linux #2218

Closed
opened 2026-03-04 02:04:23 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: fuse3


📝 Commits (2)

  • 895a4c9 Require FUSE 3 on Linux
  • d029ee4 Conditionally 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_PLUS flags. Remove stale
FUSE_CAP_BIG_WRITES option. Fixes #1159.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/1867 **Author:** [@gaul](https://github.com/gaul) **Created:** 1/22/2022 **Status:** ✅ Merged **Merged:** 11/24/2025 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `fuse3` --- ### 📝 Commits (2) - [`895a4c9`](https://github.com/s3fs-fuse/s3fs-fuse/commit/895a4c93127db55b48a615c1fbfc6ef3baee0f5f) Require FUSE 3 on Linux - [`d029ee4`](https://github.com/s3fs-fuse/s3fs-fuse/commit/d029ee4c2f9805bcabc6790598a290df3e82b41a) Conditionally support FUSE 2 on macOS ### 📊 Changes **7 files changed** (+102 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description This increases the maximum write size from 128 KB to 1 MB and supports some interesting `FUSE_READDIR_PLUS` flags. Remove stale `FUSE_CAP_BIG_WRITES` option. Fixes #1159. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:04:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2218
No description provided.