This website requires JavaScript.
Explore
Help
Sign In
fran
/
rustfs
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2bad907cc616970daca09d912d7a2d31d35dba07
rustfs
/
ecstore
/
src
T
History
junxiang Mu
and
houseme
2bad907cc6
improve run_data_scanner
...
Signed-off-by: junxiang Mu <
[email protected]
>
2025-05-29 21:11:22 +08:00
..
bucket
fix: resolve all Clippy warnings across codebase - Fixed field reassignment warnings in ecstore/src/file_meta.rs by using struct initialization instead of default + field assignment - Fixed overly complex boolean expression in ecstore/src/utils/os/mod.rs by removing meaningless assertion - Replaced manual Default implementation with derive in crates/zip/src/lib.rs - Updated io::Error usage to use io::Error::other() instead of deprecated pattern - Removed useless assertions and clone-on-copy warnings - Fixed unwrap usage by replacing with expect() providing meaningful error messages - Fixed useless vec usage by using array repeat instead - All code now passes comprehensive Clippy check with --all-targets --all-features -- -D warnings
2025-05-28 11:00:07 +08:00
cache_value
…
config
feat: add comprehensive formatting rules and type inference guidelines
2025-05-28 16:04:38 +08:00
disk
fix: resolve all Clippy warnings across codebase - Fixed field reassignment warnings in ecstore/src/file_meta.rs by using struct initialization instead of default + field assignment - Fixed overly complex boolean expression in ecstore/src/utils/os/mod.rs by removing meaningless assertion - Replaced manual Default implementation with derive in crates/zip/src/lib.rs - Updated io::Error usage to use io::Error::other() instead of deprecated pattern - Removed useless assertions and clone-on-copy warnings - Fixed unwrap usage by replacing with expect() providing meaningful error messages - Fixed useless vec usage by using array repeat instead - All code now passes comprehensive Clippy check with --all-targets --all-features -- -D warnings
2025-05-28 11:00:07 +08:00
heal
improve run_data_scanner
2025-05-29 21:11:22 +08:00
metacache
…
utils
feat: add comprehensive formatting rules and type inference guidelines
2025-05-28 16:04:38 +08:00
admin_server_info.rs
improve code
2025-05-27 19:07:09 +08:00
bitrot.rs
improve code
2025-05-27 19:07:09 +08:00
chunk_stream.rs
…
disks_layout.rs
improve code
2025-05-27 19:07:09 +08:00
endpoints.rs
…
erasure.rs
improve code
2025-05-27 19:07:09 +08:00
error.rs
…
file_meta_inline.rs
…
file_meta.rs
feat: add comprehensive formatting rules and type inference guidelines
2025-05-28 16:04:38 +08:00
global.rs
…
io.rs
feat: add comprehensive formatting rules and type inference guidelines
2025-05-28 16:04:38 +08:00
lib.rs
…
metrics_realtime.rs
…
notification_sys.rs
improve code
2025-05-27 19:07:09 +08:00
peer_rest_client.rs
improve code
2025-05-27 19:07:09 +08:00
peer.rs
…
pools.rs
improve code
2025-05-27 19:07:09 +08:00
quorum.rs
…
rebalance.rs
fix: resolve all Clippy warnings across codebase - Fixed field reassignment warnings in ecstore/src/file_meta.rs by using struct initialization instead of default + field assignment - Fixed overly complex boolean expression in ecstore/src/utils/os/mod.rs by removing meaningless assertion - Replaced manual Default implementation with derive in crates/zip/src/lib.rs - Updated io::Error usage to use io::Error::other() instead of deprecated pattern - Removed useless assertions and clone-on-copy warnings - Fixed unwrap usage by replacing with expect() providing meaningful error messages - Fixed useless vec usage by using array repeat instead - All code now passes comprehensive Clippy check with --all-targets --all-features -- -D warnings
2025-05-28 11:00:07 +08:00
set_disk.rs
improve code
2025-05-27 19:07:09 +08:00
sets.rs
improve code
2025-05-27 19:07:09 +08:00
store_api.rs
fix: resolve all Clippy warnings across codebase - Fixed field reassignment warnings in ecstore/src/file_meta.rs by using struct initialization instead of default + field assignment - Fixed overly complex boolean expression in ecstore/src/utils/os/mod.rs by removing meaningless assertion - Replaced manual Default implementation with derive in crates/zip/src/lib.rs - Updated io::Error usage to use io::Error::other() instead of deprecated pattern - Removed useless assertions and clone-on-copy warnings - Fixed unwrap usage by replacing with expect() providing meaningful error messages - Fixed useless vec usage by using array repeat instead - All code now passes comprehensive Clippy check with --all-targets --all-features -- -D warnings
2025-05-28 11:00:07 +08:00
store_err.rs
…
store_init.rs
…
store_list_objects.rs
improve code
2025-05-27 19:07:09 +08:00
store_utils.rs
…
store.rs
fix: resolve all Clippy warnings across codebase - Fixed field reassignment warnings in ecstore/src/file_meta.rs by using struct initialization instead of default + field assignment - Fixed overly complex boolean expression in ecstore/src/utils/os/mod.rs by removing meaningless assertion - Replaced manual Default implementation with derive in crates/zip/src/lib.rs - Updated io::Error usage to use io::Error::other() instead of deprecated pattern - Removed useless assertions and clone-on-copy warnings - Fixed unwrap usage by replacing with expect() providing meaningful error messages - Fixed useless vec usage by using array repeat instead - All code now passes comprehensive Clippy check with --all-targets --all-features -- -D warnings
2025-05-28 11:00:07 +08:00
xhttp.rs
…