promalert
9012069bd7
chore: execute goimports to format the code ( #7983 )
* chore: execute goimports to format the code
Signed-off-by: promalert <promalert@outlook.com>
* goimports -w .
---------
Signed-off-by: promalert <promalert@outlook.com>
Co-authored-by: Chris Lu <chris.lu@gmail.com>
6 days ago
chrislu
ec155022e7
"golang.org/x/exp/slices" => "slices" and go fmt
1 year ago
chrislu
645ae8c57b
Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs ""
This reverts commit 8cb42c39
2 years ago
chrislu
8cb42c39ad
Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs "
This reverts commit 2e5aa06026 , reversing
changes made to 4d414f54a2 .
2 years ago
dependabot[bot]
a04bd4d26f
Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 ( #4850 )
* Bump github.com/rclone/rclone from 1.63.1 to 1.64.0
Bumps [github.com/rclone/rclone](https://github.com/rclone/rclone ) from 1.63.1 to 1.64.0.
- [Release notes](https://github.com/rclone/rclone/releases )
- [Changelog](https://github.com/rclone/rclone/blob/master/RELEASE.md )
- [Commits](https://github.com/rclone/rclone/compare/v1.63.1...v1.64.0 )
---
updated-dependencies:
- dependency-name: github.com/rclone/rclone
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* API changes
* go mod
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Co-authored-by: chrislu <chris.lu@gmail.com>
2 years ago
chrislu
26dbc6c905
move to https://github.com/seaweedfs/seaweedfs
4 years ago
justin
3551ca2fcf
enhancement: replace sort.Slice with slices.SortFunc to reduce reflection
4 years ago
chrislu
3ad5fa6f6f
chunk cache adds function ReadChunkAt
4 years ago
Chris Lu
8965a53c4d
add warning error
4 years ago
Chris Lu
556cc3a4ca
mount: avoid exception if disk cache is not initialized
related to https://github.com/chrislusf/seaweedfs/issues/2102
5 years ago
Nathan Hawkins
042de9359c
make reader_at handle random reads more efficiently for FUSE
5 years ago
bingoohuang
ee7cdf3668
revert ErrXyz to ErrorXyz temporarily.
5 years ago
bingoohuang
a6d421508a
revert ErrXyz to ErrorXyz temporarily.
5 years ago
bingoohuang
7ffe736d20
renaming to ErrXyz
5 years ago
Chris Lu
e43d86c796
fix pre allocated volume size
5 years ago
Chris Lu
31fc7bb2e1
refactor
adjust for faster test
5 years ago
Chris Lu
212b6e7d42
error logging
6 years ago
Chris Lu
cb3985be70
go fmt
6 years ago
Chris Lu
2b5c4fbbf3
tiered caching
1/4 for small less than 1MB files. 1/4 for 1~4MB files, 1/2 for bigger than 4MB files
6 years ago
Chris Lu
f282ed444b
refactoring
6 years ago