[PR #893] [MERGED] Store and retrieve file change time #1677

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/893
Author: @gaul
Created: 1/14/2019
Status: Merged
Merged: 1/16/2019
Merged by: @ggtakec

Base: masterHead: ctime


📝 Commits (1)

  • 2c43b1e Store and retrieve file change time

📊 Changes

8 files changed (+118 additions, -12 deletions)

View changed files

📝 src/cache.cpp (+3 -0)
📝 src/fdcache.cpp (+13 -0)
📝 src/fdcache.h (+1 -0)
📝 src/s3fs.cpp (+14 -3)
📝 src/s3fs_util.cpp (+12 -2)
📝 src/s3fs_util.h (+1 -0)
📝 test/integration-test-main.sh (+58 -7)
📝 test/test-utils.sh (+16 -0)

📄 Description

This introduces a new header with the change time; existing objects
will report modification time. Fixes #771.


🔄 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/893 **Author:** [@gaul](https://github.com/gaul) **Created:** 1/14/2019 **Status:** ✅ Merged **Merged:** 1/16/2019 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `ctime` --- ### 📝 Commits (1) - [`2c43b1e`](https://github.com/s3fs-fuse/s3fs-fuse/commit/2c43b1e12b14fcbdc80bc45ff71733be05548cd7) Store and retrieve file change time ### 📊 Changes **8 files changed** (+118 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `src/cache.cpp` (+3 -0) 📝 `src/fdcache.cpp` (+13 -0) 📝 `src/fdcache.h` (+1 -0) 📝 `src/s3fs.cpp` (+14 -3) 📝 `src/s3fs_util.cpp` (+12 -2) 📝 `src/s3fs_util.h` (+1 -0) 📝 `test/integration-test-main.sh` (+58 -7) 📝 `test/test-utils.sh` (+16 -0) </details> ### 📄 Description This introduces a new header with the change time; existing objects will report modification time. Fixes #771. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:01:38 +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#1677
No description provided.