You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ChangeLog
+12
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
ChangeLog for OSSFS
2
2
------------------
3
+
## v1.91.6 (17/03/2025)
4
+
- Print information to suggest users to mount with OSS V4 signature.
5
+
- Optimized the prefetch-task generation logic under direct-read mode to better performance.
6
+
- Improved concurrent IO performance.
7
+
- Modify the folder size in the mount point to 4096.
8
+
- Fixed a bug that in use_cache mode, when the ram user does not have bucket write permission, the cache file is overwritten incorrectly, resulting in data read errors.
9
+
- Optimized the printing of error information when specifying an incorrect passwd-file.
10
+
- Optimized the printing of log information when instance_name is specified.
11
+
- Enable noobj_cache by default.
12
+
- Force objects ending with '/' to be recognized as folders.
13
+
- Optimized memory usage in direct reading mode.
14
+
3
15
## v1.91.5 (25/12/2024)
4
16
- Fixed some bugs that users get unexpected results on mounting with specific policies for the bucket/prefix set.
5
17
- Fixed a bug that ossfs take a file as existing if HeadObj returns 403.
Copy file name to clipboardexpand all lines: doc/man/ossfs.1.in
+4-5
Original file line number
Diff line number
Diff line change
@@ -139,11 +139,10 @@ specify expire time (seconds) for entries in the stat cache and symbolic link ca
139
139
specify expire time (seconds) for entries in the stat cache and symbolic link cache. This expire time is based on the time from the last access time of those cache.
140
140
This option is exclusive with stat_cache_expire, and is left for compatibility with older versions.
141
141
.TP
142
-
\fB\-o\fR enable_noobj_cache (default is disable)
143
-
enable cache entries for the object which does not exist.
144
-
ossfs always has to check whether file (or sub directory) exists under object (path) when ossfs does some command, since ossfs has recognized a directory which does not exist and has files or sub directories under itself.
145
-
It increases ListBucket request and makes performance bad.
146
-
You can specify this option for performance, ossfs memorizes in stat cache that the object (file or directory) does not exist.
142
+
\fB\-o\fR disable_noobj_cache (default is enable)
143
+
By default ossfs memorizes when an object does not exist up until the stat cache timeout.
144
+
This caching can cause staleness for applications.
145
+
If disabled, ossfs will not memorize objects and may cause extra HeadObject requests and reduce performance.
147
146
.TP
148
147
\fB\-o\fR no_check_certificate (by default this option is disabled)
149
148
server certificate won't be checked against the available certificate authorities.
0 commit comments