| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-16 | convert error fromating to %w everywhere (#6995) | Chris Lu | 1 | -3/+3 | |
| 2025-06-24 | Changes logging function (#6919) | Aleksey Kosov | 1 | -3/+4 | |
| * updated logging methods for stores * updated logging methods for stores * updated logging methods for filer * updated logging methods for uploader and http_util * updated logging methods for weed server --------- Co-authored-by: akosov <a.kosov@kryptonite.ru> | |||||
| 2024-09-10 | adjust logging | chrislu | 1 | -1/+1 | |
| 2023-10-12 | fix: disallow file name too long when writing a file (#4881) | Konstantin Lebedev | 1 | -4/+4 | |
| * fix: disallow file name too long when writing a file * bool LongerName to MaxFilenameLength --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> | |||||
| 2023-08-24 | Implement SRV lookups for filer (#4767) | Nico D'Cotta | 1 | -3/+4 | |
| 2022-11-15 | refactor filer_pb.Entry and filer.Entry to use GetChunks() | chrislu | 1 | -3/+3 | |
| for later locking on reading chunks | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 3 | -7/+7 | |
| 2022-05-03 | Merge branch 'new_master' into ydb | Konstantin Lebedev | 1 | -3/+3 | |
| # Conflicts: # go.mod # go.sum | |||||
| 2022-05-01 | filer: add filer group | chrislu | 1 | -3/+3 | |
| 2022-05-01 | refactor use const CountEntryChunksForGzip | Konstantin Lebedev | 1 | -1/+1 | |
| 2022-03-16 | rename to skipCheckParentDir | chrislu | 1 | -1/+1 | |
| related to https://github.com/chrislusf/seaweedfs/pull/2761 It's better to default to false. | |||||
| 2022-03-17 | go fmt | zzq09494 | 1 | -1/+1 | |
| 2022-03-17 | fix: ut test error | zzq09494 | 1 | -1/+1 | |
| 2022-02-14 | test: use `T.TempDir` to create temporary test directory | Eng Zer Jun | 1 | -6/+3 | |
| 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> | |||||
| 2022-01-11 | add a debug capability to list all metadata keys | chrislu | 1 | -0/+15 | |
| 2021-10-14 | refactor: move from io/ioutil to io and os package | Eng Zer Jun | 1 | -4/+3 | |
| 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-09-13 | fix tests2.68 | Chris Lu | 1 | -3/+3 | |
| 2021-09-09 | CompactionTableSizeMultiplier of leveldb use default value. #2325 | joshuafc | 1 | -4/+3 | |
| To improve performance of leveldb find key in condition of large directory(millions of files) which use uuid as filename. | |||||
| 2021-09-07 | add bloom filter to leveldb_store to improve fuse performance. | zhoub | 1 | -0/+2 | |
| 2021-07-22 | filer: fix mysql, postgres batch delete error | Chris Lu | 1 | -1/+1 | |
| 2021-06-15 | avoid crashes Galera Cluster | Konstantin Lebedev | 1 | -1/+1 | |
| https://github.com/chrislusf/seaweedfs/issues/2125 | |||||
| 2021-04-24 | filer: directory listing adds namePatternExclude | Chris Lu | 1 | -3/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2023 | |||||
| 2021-03-14 | filer: leveldb, rocksdb auto create store directory | Chris Lu | 1 | -0/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1901 | |||||
| 2021-01-31 | filer: leveldb and hbase may miss files when listing large directories more ↵ | Chris Lu | 1 | -1/+1 | |
| than 1024 fix https://github.com/chrislusf/seaweedfs/issues/1768 | |||||
| 2021-01-15 | add stream list directory entries | Chris Lu | 1 | -6/+8 | |
| 2021-01-14 | change limit to int64 in case of overflow | Chris Lu | 2 | -9/+9 | |
| 2021-01-14 | implement leveldb changes | Chris Lu | 1 | -5/+5 | |
| 2021-01-12 | filer store: leveldb2 fix nil entry error if not found | Chris Lu | 1 | -1/+1 | |
| 2021-01-02 | works | Chris Lu | 1 | -0/+27 | |
| performance seems about the same as leveldb for insert entries | |||||
| 2021-01-01 | separate prefix from namePattern | Chris Lu | 2 | -4/+8 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1722 | |||||
| 2020-11-22 | filer leveldb store: a bit more efficient directory listing with prefix | Chris Lu | 1 | -5/+5 | |
| 2020-11-12 | fix tests | Konstantin Lebedev | 1 | -1/+1 | |
| 2020-11-12 | fiil serverUrls sorted by data center | Konstantin Lebedev | 1 | -1/+1 | |
| 2020-09-03 | filer: compress stored metadata | Chris Lu | 1 | -2/+6 | |
| 2020-09-01 | leveldb: report not found entry | Chris Lu | 1 | -0/+6 | |
| 2020-09-01 | filer store adds kv support | Chris Lu | 1 | -0/+39 | |
| can compile now, need to implement those unimplemented | |||||
| 2020-09-01 | fix tests | Chris Lu | 1 | -11/+11 | |
| 2020-09-01 | fix tests | Chris Lu | 1 | -2/+2 | |
| 2020-09-01 | rename filer2 to filer | Chris Lu | 2 | -0/+319 | |
