mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #893] [MERGED] Store and retrieve file change time #1677
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1677
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:ctime📝 Commits (1)
2c43b1eStore 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.