| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-16 | convert error fromating to %w everywhere (#6995) | Chris Lu | 1 | -2/+2 | |
| 2025-06-24 | Changes logging function (#6919) | Aleksey Kosov | 1 | -6/+6 | |
| * 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> | |||||
| 2025-05-28 | Add context with request (#6824) | Aleksey Kosov | 1 | -5/+5 | |
| 2024-08-01 | conditional delete | chrislu | 1 | -1/+4 | |
| 2024-07-17 | refactoring | chrislu | 1 | -1/+1 | |
| 2024-07-11 | small refactoring | chrislu | 1 | -2/+2 | |
| 2024-06-15 | optionally skip deleting file chunks | chrislu | 1 | -1/+1 | |
| 2024-04-26 | Move file deletion logging to v2 verbisity (#5538) | Nikita Borzykh | 1 | -2/+2 | |
| 2023-06-06 | fix 404 not found (#4536) | wusong | 1 | -13/+14 | |
| Signed-off-by: wang wusong <wangwusong@virtaitech.com> Co-authored-by: wang wusong <wangwusong@virtaitech.com> | |||||
| 2022-11-15 | refactor filer_pb.Entry and filer.Entry to use GetChunks() | chrislu | 1 | -2/+2 | |
| for later locking on reading chunks | |||||
| 2022-07-31 | Revert "rename: delete source entry metadata only, skipping hard links" | chrislu | 1 | -5/+1 | |
| This reverts commit 03466f955e7907f5e7442dd3e60c45a3ab261ea3. fix https://github.com/seaweedfs/seaweedfs/issues/3386 | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -4/+4 | |
| 2022-06-06 | filer: remove replication, collection, disk_type info from entry metadata | chrislu | 1 | -1/+0 | |
| these metadata can change and are not used | |||||
| 2022-03-17 | prefix search, bucket implemented | elee | 1 | -2/+0 | |
| 2022-02-25 | rename: delete source entry metadata only, skipping hard links | chrislu | 1 | -1/+5 | |
| 2022-02-25 | mount2: use consistent inode | chrislu | 1 | -2/+0 | |
| 2021-12-26 | use streaming mode for long poll grpc calls | chrislu | 1 | -1/+1 | |
| streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed. | |||||
| 2021-11-02 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-11-02 | filer: paginate large directories to delete file chunks | Chris Lu | 1 | -31/+30 | |
| 2021-10-29 | avoid reporting error when it is a user request error | Chris Lu | 1 | -1/+1 | |
| 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-06-10 | remove all bucket metadata | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2118 | |||||
| 2021-04-24 | filer: directory listing adds namePatternExclude | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2023 | |||||
| 2021-03-10 | s3 delete-objects pass OK for fail to delete non-empty folder | Konstantin Lebedev | 1 | -1/+5 | |
| 2021-01-14 | change limit to int64 in case of overflow | Chris Lu | 1 | -1/+1 | |
| 2021-01-13 | skip directory loop if dropping the bucket | Chris Lu | 1 | -33/+36 | |
| 2021-01-01 | separate prefix from namePattern | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1722 | |||||
| 2020-12-12 | s3: move "delete-directory-if-empty" to read time | Chris Lu | 1 | -29/+0 | |
| move "delete-directory-if-empty" to read time instead of entry deletion time the listing speed for a s3 bucket folder will slow down if it has many sub folders related to https://github.com/chrislusf/seaweedfs/commit/0d345ac97d941bef0991c0cb08632ccf08c0ee83 fix https://github.com/chrislusf/seaweedfs/issues/1647 fix https://github.com/chrislusf/seaweedfs/issues/1670 | |||||
| 2020-11-26 | s3: remove empty parent folder on delete | Chris Lu | 1 | -4/+32 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1637 | |||||
| 2020-11-26 | refactor | Chris Lu | 1 | -0/+8 | |
| 2020-11-26 | filer: avoid duplicated FindEntry for deletion | Chris Lu | 1 | -1/+1 | |
| 2020-11-17 | directly delete file chunks | Chris Lu | 1 | -1/+1 | |
| keeping current async deletions for now | |||||
| 2020-10-07 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-09-24 | switch hardlink id from int64 to bytes | Chris Lu | 1 | -7/+2 | |
| 2020-09-24 | hardlink works now | Chris Lu | 1 | -9/+32 | |
| 2020-09-09 | filer: cross cluster synchronization | Chris Lu | 1 | -4/+4 | |
| 2020-09-01 | rename filer2 to filer | Chris Lu | 1 | -0/+129 | |
