[PR #138] [MERGED] Fixed bugs, not turn use_cache off and ty to load to end - issue#97 #1361

Closed
opened 2026-03-04 01:53:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/138
Author: @ggtakec
Created: 3/4/2015
Status: Merged
Merged: 3/4/2015
Merged by: @ggtakec

Base: masterHead: issue#97


📝 Commits (1)

  • 114966e Fixed bugs, not turn use_cache off and ty to load to end - issue#97

📊 Changes

3 files changed (+106 additions, -17 deletions)

View changed files

📝 src/fdcache.cpp (+97 -9)
📝 src/fdcache.h (+4 -3)
📝 src/s3fs.cpp (+5 -5)

📄 Description

Fixed following two bugs:

  • Though use_cache option is off, s3fs try to use local file cache which is already closed.
  • Regardless of the specified size, s3fs try to load the contents from specified start position till the end of file or the start position of next loaded range.

These bugs is reported in issue #97.


🔄 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/138 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 3/4/2015 **Status:** ✅ Merged **Merged:** 3/4/2015 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `issue#97` --- ### 📝 Commits (1) - [`114966e`](https://github.com/s3fs-fuse/s3fs-fuse/commit/114966e7c0371eed17e2898cdf505ba4dbfb9b59) Fixed bugs, not turn use_cache off and ty to load to end - issue#97 ### 📊 Changes **3 files changed** (+106 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/fdcache.cpp` (+97 -9) 📝 `src/fdcache.h` (+4 -3) 📝 `src/s3fs.cpp` (+5 -5) </details> ### 📄 Description Fixed following two bugs: - Though use_cache option is off, s3fs try to use local file cache which is already closed. - Regardless of the specified size, s3fs try to load the contents from specified start position till the end of file or the start position of next loaded range. These bugs is reported in issue #97. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:53:34 +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#1361
No description provided.