Commit Graph

2381 Commits

Author SHA1 Message Date
b147c66c1b Fix typos (#2742) 2025-10-14 19:04:34 +09:00
423683825a Add missing diffutils for openSUSE Leap CI, as 16.0 misses cmp otherwise 2025-10-14 14:19:12 +09:00
f364450dfc Add openSUSE Leap 16.0 to the CI 2025-10-14 14:19:12 +09:00
b2e318c5c7 Added a flag to prevent stats cache expiration checks 2025-10-14 01:40:03 +09:00
52b263b99c Improved handling of XML parser errors 2025-10-13 13:36:40 +09:00
a9b9631c5c Fixed to not call xmlReadMemory if data length is 0 2025-10-12 04:18:08 +09:00
2cb869dfd2 The Truncate method of the StaCache class has been consolidated (#2729) 2025-10-11 02:13:49 +09:00
52835103f1 Upgrade CI to Ubuntu 25.10 2025-10-10 02:27:52 +09:00
ba386a8d7a Changed StatCache code and Improved small performance 2025-10-10 02:10:00 +09:00
c719e36f91 Fixed negative stat cache data was not working 2025-10-10 02:09:19 +09:00
735fe9352a Fixed Stat cache expire check processing (#2708) 2025-10-04 02:20:07 +09:00
4513e4f700 Use rockylinux/rockylinux instead of rockylinux (#2734)
The latter is stuck on 9.3 and 8.9 instead of the latest 9.6 and 8.10:

https://hub.docker.com/_/rockylinux

Co-authored-by: Takeshi Nakatani <ggtakec@gmail.com>
2025-10-04 00:59:14 +09:00
37e593aeb0 Changed file stat times(a/c/mtime) management 2025-10-03 13:59:41 +09:00
60fb557f14 Improved stat cache efficiency by not delete but only register 2025-09-11 17:20:40 +09:00
b7b5a108c2 Separate pjdfstest tests by command to make the log units smaller 2025-09-09 05:38:44 +09:00
0bf901eff7 Fixed test_external_modification test for MacOS 2025-09-02 05:20:04 +09:00
8408af8695 Replaced the free call with std::string 2025-08-31 02:34:36 +09:00
29c9e50f4e Remove unused aws-cli in alpine (#2727) 2025-08-31 00:00:49 +09:00
8cf28d71b8 Consolidate dnf calls for static-checks (#2726) 2025-08-31 00:00:10 +09:00
709cdfc604 Check integrity of downloaded binaries (#2723)
Usually package managers perform this check but we need to do it
ourselves for custom binaries.
2025-08-30 23:59:22 +09:00
eaa2a90a56 Deduplicate CentOS 9 and 10 (#2718)
EPEL is no longer required.
2025-08-30 23:56:49 +09:00
f1e836c725 Only install clang in MemoryTest task (#2719) 2025-08-30 23:55:57 +09:00
ff2080a39e Centralize C++ version in Makefiles (#2713) 2025-08-30 16:49:51 +09:00
1366f582b1 Replace sstream header with iosfwd in headers (#2712)
The latter is smaller and sufficient for parameters.
2025-08-30 16:47:00 +09:00
03583f3424 Upgrade to S3Proxy 2.7.0 (#2656)
Release notes:
https://github.com/gaul/s3proxy/releases/tag/s3proxy-2.6.0
https://github.com/gaul/s3proxy/releases/tag/s3proxy-2.7.0
2025-08-30 16:45:02 +09:00
fcaacd5397 Remove ut_test.py (#2722)
pjdfstest supersedes this.
2025-08-30 16:37:46 +09:00
4b46b7a811 Only install binaries in static-checks task (#2717)
Also remove outdated version checks.
2025-08-30 16:34:26 +09:00
e55c37ddab Clean up Valgrind installation (#2716) 2025-08-30 16:18:03 +09:00
0448ff460b Add S3 operation performance counters (#2715)
These can be used to evaluate changes like #2707.  Ideally tests could
assert how many operations they expect although this will require a
localhost HTTP server.
2025-08-30 16:13:30 +09:00
28771e5757 Changed to use rename when serializing to FileCacheStat 2025-08-30 01:21:13 +09:00
da17cace4f Fixed test_update_time_chown in test (#2720) 2025-08-29 03:11:18 +09:00
87d7a5822e Use curl instead of AWS CLI (#2689)
The latter starts up significantly slower which impedes integration
test times.  curl has some limitations, e.g., no SSE support.
2025-08-28 08:36:07 +09:00
e8b5a4109a Remove unused pip dependency (#2711)
df7bbb28d5 removed the use of this.
Also convert string to an array to reduce merge conflicts and
alphabetize packages for readability.
2025-08-27 08:25:38 +09:00
bae0facba3 Changed to serialize CacheFileStat after flushing a file 2025-08-26 16:54:39 +09:00
ecdcb4a836 Fixed unnecessary conversion to in DirStatCache::TruncateCacheHasLock (#2706) 2025-08-22 19:57:36 +09:00
066a2f8fa6 Added DirStatCache::GetChildLeafNameHasLock method 2025-08-22 06:48:06 +09:00
629207791e Remove unused S3FS_PTHREAD_ERRORCHECK (#2703) 2025-08-21 20:40:54 +09:00
b411e40d6b Add Debian trixie (#2702) 2025-08-21 20:36:17 +09:00
b1b9fb55d9 Use junk_data instead of urandom (#2700)
The latter seems to block on macOS sometimes.
2025-08-21 20:34:30 +09:00
666fea3d26 Remove unneeded x-prefix in comparisons
Found via shellcheck.  Reference:

https://www.shellcheck.net/wiki/SC2268
2025-08-21 06:11:03 +09:00
7112471a80 small spelling fix: 'no' to 'not' 2025-08-03 01:36:10 +09:00
50bb76f968 Remove S3FS_MALLOC_TRIM (#2699)
42b74c9d2e introduced this flag but it
is not clear that this behavior is required with recent libxml2
version.
2025-08-01 10:47:58 +09:00
c78517d410 Convert #if defined to #ifdef where possible (#2698)
Suggested by clang-tidy.
2025-08-01 10:43:44 +09:00
57b5d367f2 Deduplicate case-insensitive functors (#2697) 2025-07-29 22:28:06 +09:00
41ef4b6495 Convert s3fs_log_level to a strong enum (#2695) 2025-07-29 22:26:53 +09:00
0c559778bb Fixed typos in PR #2681 2025-07-29 10:53:24 +09:00
5a2a7ca4db Refactor to change StatCache class and add StatCacheNode classes 2025-07-25 03:45:27 +09:00
8faebbc7fc Add Rocky Linux 10 to CI (#2688) 2025-06-29 11:44:18 +09:00
8d68b8a03c Refactor to move functions and its declarations to appropriate files 2025-06-27 15:28:44 +09:00
97659c41f2 Fixed bugs in removing xattrs func and and test for it 2025-06-27 03:16:32 +09:00