Add Rocky Linux 10 to CI (#2688)
Recent Commits to s3fs-fuse:master
-
Add Rocky Linux 10 to CI (#2688)
-
Refactor to move functions and its declarations to appropriate files
Refactor to move functions and its declarations to appropriate files
-
Fixed bugs in removing xattrs func and and test for it
Fixed bugs in removing xattrs func and and test for it
-
Simplify temporary file creation via mktemp (#2691)
Simplify temporary file creation via mktemp (#2691) Previously this used /dev/urandom which does not guarantee uniqueness and sometimes blocked on macOS. References #2690.
-
Refactor StatCache words from NoObject to Negative
Refactor StatCache words from NoObject to Negative
-
Upgrade CI to Alpine 3.22
Upgrade CI to Alpine 3.22
-
Removed the RUN_DIR variable which is no longer global
Removed the RUN_DIR variable which is no longer global
-
Disable new S3 checksums for S3Proxy compatibility (#2686)
Disable new S3 checksums for S3Proxy compatibility (#2686) References aws/aws-cli#9214.
-
Refactor StatCache truncate processing
Refactor StatCache truncate processing
-
Fixed s3fs_flush to update pending meta for macos and nomultipart mode
Fixed s3fs_flush to update pending meta for macos and nomultipart mode
-
Fixed the random string generation in test script for macos
Fixed the random string generation in test script for macos
-
Improve error handling (#2671)
Improve error handling (#2671) Found via C++17 [[nodiscard]].
-
Simplify temporary file handling in CI scripts (#2680)
Simplify temporary file handling in CI scripts (#2680)
-
Remove Ubuntu 20.04 from CI (#2677)
Remove Ubuntu 20.04 from CI (#2677) This is EOL: https://ubuntu.com/blog/ubuntu-20-04-lts-end-of-life-standard-support-is-coming-to-an-end-heres-how-to-prepare
-
Changed some INFO level log messages to DBG level
Changed some INFO level log messages to DBG level