kqjy kqjy
  • Joined on 2024-09-06
kqjy pushed to next at kqjy/MyFSIO 2026-03-07 06:08:30 +00:00
be63e27c15 Reduce per-request CPU overhead: eliminate double stat(), cache content type and policy context, gate logging, configurable stat intervals
kqjy released MyFSIO v0.3.5 Beta at kqjy/MyFSIO 2026-03-07 06:02:31 +00:00
kqjy pushed tag v0.3.5 to kqjy/MyFSIO 2026-03-07 06:02:31 +00:00
kqjy pushed to main at kqjy/MyFSIO 2026-03-07 05:53:03 +00:00
7633007a08 MyFSIO v0.3.5 Release
81ef0fe4c7 Fix stale object count in bucket header and metrics dashboard after deletes
5f24bd920d Reduce P99 tail latency: defer etag index writes, eliminate double cache rebuild, skip redundant stat() in bucket config
8552f193de Reduce CPU/lock contention under concurrent uploads: split cache lock, in-memory stats, dict copy, lightweight request IDs, defaultdict metrics
Compare 4 commits »
kqjy merged pull request kqjy/MyFSIO#28 2026-03-07 05:53:02 +00:00
MyFSIO v0.3.5 Release
kqjy pushed to next at kqjy/MyFSIO 2026-03-03 11:42:47 +00:00
81ef0fe4c7 Fix stale object count in bucket header and metrics dashboard after deletes
kqjy pushed to next at kqjy/MyFSIO 2026-03-02 14:39:43 +00:00
5f24bd920d Reduce P99 tail latency: defer etag index writes, eliminate double cache rebuild, skip redundant stat() in bucket config
kqjy created pull request kqjy/MyFSIO#28 2026-03-02 14:08:06 +00:00
MyFSIO v0.3.5 Release
kqjy pushed to next at kqjy/MyFSIO 2026-03-02 14:06:01 +00:00
8552f193de Reduce CPU/lock contention under concurrent uploads: split cache lock, in-memory stats, dict copy, lightweight request IDs, defaultdict metrics
kqjy released MyFSIO v0.3.4 Beta at kqjy/MyFSIO 2026-03-02 08:34:48 +00:00
kqjy pushed tag v0.3.4 to kqjy/MyFSIO 2026-03-02 08:34:48 +00:00
kqjy pushed to main at kqjy/MyFSIO 2026-03-02 08:31:33 +00:00
de0d869c9f Merge pull request 'MyFSIO v0.3.4 Release' (#27) from next into main
5536330aeb Move performance-critical Python functions to Rust: streaming I/O, multipart assembly, and AES-256-GCM encryption
d4657c389d Fix misleading default credentials in README to match actual random generation behavior
3827235232 Reduce CPU usage on heavy uploads: skip SHA256 body hashing in SigV4, use Rust md5_file post-write instead of per-chunk _HashingReader
Compare 4 commits »
kqjy merged pull request kqjy/MyFSIO#27 2026-03-02 08:31:33 +00:00
MyFSIO v0.3.4 Release
kqjy pushed to next at kqjy/MyFSIO 2026-02-27 14:55:28 +00:00
5536330aeb Move performance-critical Python functions to Rust: streaming I/O, multipart assembly, and AES-256-GCM encryption
d4657c389d Fix misleading default credentials in README to match actual random generation behavior
Compare 2 commits »
kqjy created pull request kqjy/MyFSIO#27 2026-02-27 14:04:25 +00:00
MyFSIO v0.3.4 Release
kqjy pushed to next at kqjy/MyFSIO 2026-02-27 13:57:22 +00:00
3827235232 Reduce CPU usage on heavy uploads: skip SHA256 body hashing in SigV4, use Rust md5_file post-write instead of per-chunk _HashingReader
kqjy released MyFSIO v0.3.3 Beta at kqjy/MyFSIO 2026-02-27 04:52:26 +00:00
kqjy pushed tag v0.3.3 to kqjy/MyFSIO 2026-02-27 04:52:26 +00:00
kqjy pushed to main at kqjy/MyFSIO 2026-02-27 04:49:34 +00:00
fdd068feee MyFSIO v0.3.3 Release
dfc0058d0d Extend myfsio_core Rust extension with 7 storage hot paths (directory scanning, metadata I/O, object listing, search, bucket stats, cache building)
27aef84311 Fix rclone CopyObject SignatureDoesNotMatch caused by internal metadata leaking as X-Amz-Meta headers
Compare 3 commits »
kqjy merged pull request kqjy/MyFSIO#26 2026-02-27 04:49:33 +00:00
MyFSIO v0.3.3 Release