[PR #1081] [MERGED] Break FdEntity locks into data and metadata #1799

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1081
Author: @gaul
Created: 7/6/2019
Status: Merged
Merged: 7/10/2019
Merged by: @ggtakec

Base: masterHead: write-blocks-readdir


📝 Commits (1)

  • ecf13a8 Break FdEntity locks into data and metadata

📊 Changes

2 files changed (+19 additions, -12 deletions)

View changed files

📝 src/fdcache.cpp (+13 -7)
📝 src/fdcache.h (+6 -5)

📄 Description

Previously long-running data operations like RowFlush would block
metadata operations like GetStats and thus user readdir. Fixes #928.


🔄 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/1081 **Author:** [@gaul](https://github.com/gaul) **Created:** 7/6/2019 **Status:** ✅ Merged **Merged:** 7/10/2019 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `write-blocks-readdir` --- ### 📝 Commits (1) - [`ecf13a8`](https://github.com/s3fs-fuse/s3fs-fuse/commit/ecf13a8cb9d08406af454f318b8a2b1eb7f37995) Break FdEntity locks into data and metadata ### 📊 Changes **2 files changed** (+19 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `src/fdcache.cpp` (+13 -7) 📝 `src/fdcache.h` (+6 -5) </details> ### 📄 Description Previously long-running data operations like `RowFlush` would block metadata operations like `GetStats` and thus user `readdir`. Fixes #928. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:02:13 +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#1799
No description provided.