| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-09-25 | Revert "Revert "Merge branch 'master' of ↵ | chrislu | 1 | -2/+2 | |
| https://github.com/seaweedfs/seaweedfs"" This reverts commit 8cb42c39 | |||||
| 2023-09-18 | Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs" | chrislu | 1 | -2/+2 | |
| This reverts commit 2e5aa06026750c99ea283181974d2ccfe5eb0468, reversing changes made to 4d414f54a224142f3f4d934f4af3b5dceb6fec6b. | |||||
| 2023-09-18 | Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850) | dependabot[bot] | 1 | -2/+2 | |
| * 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> | |||||
| 2022-11-14 | Lazy loading (#3958) | Guo Lei | 1 | -1/+1 | |
| * types packages is imported more than onece * lazy-loading * fix bugs * fix bugs * fix unit tests * fix test error * rename function * unload ldb after initial startup * Don't load ldb when starting volume server if ldbtimeout is set. * remove uncessary unloadldb * Update weed/command/server.go Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> * Update weed/command/volume.go Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> Co-authored-by: guol-fnst <goul-fnst@fujitsu.com> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> | |||||
| 2022-09-15 | docs: `panicing` -> `panicking` (#3687) | Ryan Russell | 1 | -2/+2 | |
| Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 4 | -12/+12 | |
| 2022-04-18 | enhancement: replace sort.Slice with slices.SortFunc to reduce reflection | justin | 1 | -6/+4 | |
| 2022-02-26 | better control for reader caching | chrislu | 1 | -103/+0 | |
| 2022-02-25 | chunk cache adds function ReadChunkAt | chrislu | 5 | -9/+125 | |
| 2022-02-14 | test: use `T.TempDir` to create temporary test directory | Eng Zer Jun | 1 | -4/+1 | |
| The directory created by `T.TempDir` is automatically removed when the test and all its subtests complete. Reference: https://pkg.go.dev/testing#T.TempDir Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> | |||||
| 2021-10-16 | add warning error | Chris Lu | 1 | -1/+1 | |
| 2021-10-14 | refactor: move from io/ioutil to io and os package | Eng Zer Jun | 1 | -2/+1 | |
| The io/ioutil package has been deprecated as of Go 1.16, see https://golang.org/doc/go1.16#ioutil. This commit replaces the existing io/ioutil functions with their new definitions in io and os packages. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> | |||||
| 2021-05-31 | mount: avoid exception if disk cache is not initialized | Chris Lu | 1 | -0/+4 | |
| related to https://github.com/chrislusf/seaweedfs/issues/2102 | |||||
| 2021-04-28 | make reader_at handle random reads more efficiently for FUSE | Nathan Hawkins | 4 | -4/+128 | |
| 2021-04-14 | truncate is a bit faster to reuse the storage | Chris Lu | 1 | -4/+6 | |
| 2021-03-22 | make a local copy of the in memory cached data | Chris Lu | 1 | -1/+3 | |
| 2021-02-07 | fix typo offset.ToAcutalOffset to offset.ToActualOffset | bingoohuang | 1 | -2/+2 | |
| 2021-01-08 | update ccache version | Chris Lu | 1 | -1/+1 | |
| 2020-10-03 | re-enable caching larger than 16MB | Chris Lu | 1 | -2/+2 | |
| revert https://github.com/chrislusf/seaweedfs/commit/62ce85610e2fcd08488ee6026266e617509f6d46 | |||||
| 2020-09-27 | fix test | Chris Lu | 1 | -19/+19 | |
| 2020-09-27 | adjust for test | Chris Lu | 1 | -0/+19 | |
| 2020-09-27 | adjust | Chris Lu | 1 | -2/+2 | |
| 2020-09-27 | skip caching too large chunks | Chris Lu | 1 | -2/+4 | |
| 2020-09-27 | more tests | Chris Lu | 2 | -11/+31 | |
| 2020-09-27 | fix pre allocated volume size | Chris Lu | 1 | -1/+1 | |
| 2020-09-27 | refactor | Chris Lu | 3 | -23/+21 | |
| adjust for faster test | |||||
| 2020-08-30 | change log level 5 to 4 | Chris Lu | 1 | -1/+1 | |
| 2020-08-18 | adjust logs | Chris Lu | 1 | -1/+1 | |
| 2020-08-18 | refactoring to typed Size | Chris Lu | 1 | -1/+1 | |
| Go is amazing with refactoring! | |||||
| 2020-08-17 | refactoring: use interface | Chris Lu | 1 | -0/+5 | |
| 2020-08-17 | rename | Chris Lu | 2 | -10/+10 | |
| 2020-08-17 | rename variables | Chris Lu | 1 | -10/+10 | |
| 2020-08-15 | adjust logs | Chris Lu | 1 | -1/+1 | |
| 2020-06-27 | since we already know the chunk size, no need to iterate | Chris Lu | 1 | -6/+20 | |
| 2020-06-27 | incase the memory data is too small | Chris Lu | 1 | -19/+6 | |
| 2020-06-26 | a little bit more efficient | Chris Lu | 1 | -3/+15 | |
| 2020-06-26 | error logging | Chris Lu | 3 | -2/+6 | |
| 2020-06-25 | FUSE mount: fix file id written twice? | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1373 | |||||
| 2020-04-20 | go fmt | Chris Lu | 1 | -3/+3 | |
| 2020-04-13 | tiered caching | Chris Lu | 3 | -19/+39 | |
| 1/4 for small less than 1MB files. 1/4 for 1~4MB files, 1/2 for bigger than 4MB files | |||||
| 2020-04-13 | refactoring | Chris Lu | 3 | -63/+112 | |
| 2020-04-12 | refactoring | Chris Lu | 2 | -5/+5 | |
| 2020-04-12 | mount: fix | Chris Lu | 1 | -3/+1 | |
| fix bug found by git bisect, but I do not understand why it can cause error! | |||||
| 2020-04-12 | avoid duplicated setting chunks into cache | Chris Lu | 1 | -0/+11 | |
| 2020-04-12 | handle nil chunk cache | Chris Lu | 1 | -0/+10 | |
| 2020-04-11 | mount: add on disk caching | Chris Lu | 4 | -16/+334 | |
| 2020-04-11 | refactor | Chris Lu | 1 | -0/+36 | |
