[PR #471] [MERGED] Added use_xattr option for #467 and #460 #1517

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/471
Author: @ggtakec
Created: 9/19/2016
Status: Merged
Merged: 9/19/2016
Merged by: @ggtakec

Base: masterHead: master


📝 Commits (1)

📊 Changes

4 files changed (+36 additions, -4 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 doc/man/s3fs.1 (+6 -0)
📝 src/s3fs.cpp (+22 -4)
📝 src/s3fs_util.cpp (+7 -0)

📄 Description

Added "use_xattr" option for enable to handle the extended attribute.
We need to have two way mode about the exetended attribute because copy command(operation) with preserve file mode does not work with handling the extended attribute on FUSE.
So the default about xattr is disabled on s3fs, but we can specify this new option "use_xattr" for enabling it.


🔄 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/471 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 9/19/2016 **Status:** ✅ Merged **Merged:** 9/19/2016 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`65d5250`](https://github.com/s3fs-fuse/s3fs-fuse/commit/65d52506c4c61c5933804d80d41868b05231dfea) Added use_xattr option for #467 and #460 ### 📊 Changes **4 files changed** (+36 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `doc/man/s3fs.1` (+6 -0) 📝 `src/s3fs.cpp` (+22 -4) 📝 `src/s3fs_util.cpp` (+7 -0) </details> ### 📄 Description Added "use_xattr" option for enable to handle the extended attribute. We need to have two way mode about the exetended attribute because copy command(operation) with preserve file mode does not work with handling the extended attribute on FUSE. So the default about xattr is disabled on s3fs, but we can specify this new option "use_xattr" for enabling it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:00:50 +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#1517
No description provided.