Commit Graph

1264 Commits

Author SHA1 Message Date
weisd 52342f2f8e feat(grpc): walk_dir http
fix(ecstore): rebalance loop
2025-06-16 10:32:03 +08:00
loverustfs ac4f1400fc Merge pull request #476 from rustfs/nugine/feat/grpc-bytes
feat(protos): use `Bytes` for protobuf bytes type fields.
2025-06-16 08:12:31 +08:00
Nugine 1606276223 feat(protos): use Bytes for protobuf bytes type fields. 2025-06-15 22:07:01 +08:00
loverustfs 57cda74fbd Merge pull request #475 from rustfs/nugine/refactor/use-bytes
refactor: use `Bytes` for data buffers
2025-06-15 21:57:55 +08:00
Nugine 82cc1402c4 feat(ecstore): LocalDisk writes file by spawn_blocking 2025-06-15 21:01:38 +08:00
Nugine 2f3dbac59b feat(ecstore): LocalDisk::write_all_internal use InternalBuf 2025-06-15 21:01:38 +08:00
Nugine 3c5e20b633 refactor(ecstore): DiskAPI::rename_part meta use Bytes 2025-06-15 21:01:38 +08:00
Nugine 8309d2f8be refactor(filemeta): FileInfo data use Bytes 2025-06-15 21:01:38 +08:00
Nugine 3a567768c1 refactor(filemeta): ChecksumInfo hash use Bytes 2025-06-15 21:01:38 +08:00
Nugine 87423bfb8c build(deps): update bytes 2025-06-15 21:01:38 +08:00
loverustfs af948f9e88 Merge pull request #473 from rustfs/nugine/feat/reuse-http-conns
feat(rio): reuse http connections
2025-06-15 20:47:03 +08:00
Nugine 048727f183 feat(rio): reuse http connections 2025-06-15 16:56:05 +08:00
loverustfs b14cd7508b Merge pull request #471 from rustfs/nugine/fix/hash-reduce-allocation
fix(utils): hash reduce allocation
2025-06-15 09:43:16 +08:00
loverustfs 47d72baf88 Merge pull request #472 from rustfs/nugine/fix/fs-block-in-place
fix(ecstore): fs block_in_place
2025-06-15 09:43:03 +08:00
Nugine 09095f2abd fix(ecstore): fs block_in_place 2025-06-14 23:13:50 +08:00
Nugine bb282bcd5d fix(utils): hash reduce allocation 2025-06-14 20:42:48 +08:00
Nugine 2c5b01eb6f fix(ci): relax time limit 2025-06-13 19:29:59 +08:00
Nugine c413465645 fix(utils): ignore failed test 2025-06-13 18:56:44 +08:00
Nugine e82a69c9ca fix(ci): refactor ci check 2025-06-13 18:12:19 +08:00
loverustfs 8452c11e9a Merge pull request #465 from rustfs/bucket-replication-code-imporve
fix bucket-replication clippy error
2025-06-13 08:59:47 +08:00
lygn128 5cc56784a7 fix bucket-replication clippy error 2025-06-12 14:31:05 +00:00
weisd 0ca03465e3 fix(erasure): write_quorum 2025-06-11 23:49:55 +08:00
weisd d529b9abbd add error log 2025-06-11 23:44:22 +08:00
weisd 8d636dba7f fix ci 2025-06-11 18:31:07 +08:00
weisd 3135c8017d update ci.yml 2025-06-11 18:06:34 +08:00
weisd 2cdd6ad192 fix(filemeta): inline_data key 2025-06-11 17:53:53 +08:00
weisd bdb7e8d321 move xhttp to filemeta 2025-06-11 16:22:20 +08:00
weisd e8a59d7c07 move disk::utils to crates::utils 2025-06-11 15:55:40 +08:00
weisd 2eeb9dbcbc fix cargo test error, delete unnecessary files 2025-06-11 00:35:16 +08:00
weisd 7c9046c2cd feat: update erasure benchmark to use new calc_shard_size import 2025-06-11 00:30:15 +08:00
安正超 cc0caa751c Merge pull request #461 from rustfs/fix/rio-bitrot-tests
fix(rio): resolve infinite loop in bitrot tests
2025-06-10 23:23:29 +08:00
overtrue 4fa8cb7ef0 fix(rio): resolve infinite loop in bitrot tests 2025-06-10 23:21:07 +08:00
安正超 b4210b1c3f Merge pull request #460 from rustfs/fix/ecstore-clippy-warnings
fix(ecstore): resolve clippy warnings for io_other_error
2025-06-10 23:04:13 +08:00
overtrue e40562b03d fix(ecstore): resolve clippy warnings for io_other_error 2025-06-10 22:29:03 +08:00
loverustfs 98ce64aaae Merge pull request #457 from rustfs/fix/spelling-errors
fix: correct spelling errors in error messages and variable names
2025-06-10 22:16:43 +08:00
loverustfs 7ca9f44fca Merge pull request #458 from rustfs/fix/proto-spelling-errors
fix: correct spelling errors in proto file `RenamePartRequst`
2025-06-10 22:16:21 +08:00
loverustfs 682ad8742d Merge pull request #459 from rustfs/fix/linux-error-handling
fix: resolve duplicate Error import and ParseIntError
2025-06-10 22:16:08 +08:00
overtrue 4252377249 fix: replace Error::new(ErrorKind::Other) with Error::other() for clippy compliance 2025-06-10 22:15:52 +08:00
overtrue 6afb26b377 fix: resolve duplicate Error import and ParseIntError conversion in linux.rs 2025-06-10 22:02:29 +08:00
overtrue e6b931f71e fix: correct spelling errors in proto file RenamePartRequst/RenameFileRequst to RenamePartRequest/RenameFileRequest 2025-06-10 21:51:36 +08:00
overtrue 7b890108ee fix: correct spelling errors in error messages and variable names 2025-06-10 21:21:03 +08:00
安正超 8a81c3d95d Merge pull request #456 from rustfs/fix/spelling-errors
fix: correct spelling errors in codebase
2025-06-10 21:09:31 +08:00
overtrue 40d99a5377 fix: correct spelling errors in codebase 2025-06-10 21:04:46 +08:00
overtrue 7527162bec fix: correct spelling errors in codebase 2025-06-10 20:39:44 +08:00
weisd 3338f3236f fix fmt 2025-06-10 18:51:06 +08:00
weisd 0e575ef2be Merge pull request #455 from rustfs/refactor/io 2025-06-10 18:30:24 +08:00
weisd 5c610e26c9 Merge branch 'main' into refactor/io 2025-06-10 18:04:50 +08:00
weisd 754ffd0ff2 update ec share size
update bitrot
2025-06-10 16:41:34 +08:00
houseme 3cf265611a modify ci pr-checks 2025-06-10 10:11:47 +08:00
loverustfs 3321439951 Adjust the order relationship
Adjust the order relationship
2025-06-10 07:39:38 +08:00