aboutsummaryrefslogtreecommitdiff
path: root/weed/filer
AgeCommit message (Expand)AuthorFilesLines
2023-10-25Fix: issues #4950 (#4952)duanhongyi1-50/+17
2023-10-18remove compare to fix #4668 issue (#4924)lakeland19901-1/+1
2023-10-12 fix: disallow file name too long when writing a file (#4881)Konstantin Lebedev7-14/+23
2023-09-25Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweed...chrislu4-13/+19
2023-09-18Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"chrislu4-19/+13
2023-09-18Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)dependabot[bot]4-13/+19
2023-09-11Fix s3 api object list with params max-keys and prefixannluda1-5/+1
2023-08-24Implement SRV lookups for filer (#4767)Nico D'Cotta5-12/+14
2023-07-24fix building mongo indexchrislu1-2/+1
2023-07-16fix refactoring mistakechrislu1-2/+2
2023-06-25adjust lock APIschrislu1-1/+1
2023-06-25init lock ringchrislu1-0/+8
2023-06-25refactorchrislu1-4/+4
2023-06-25add distributed lock managerchrislu2-6/+16
2023-06-12Revert "Initial patch for redis version 7 support (#4572)"chrislu25-43/+35
2023-06-12Initial patch for redis version 7 support (#4572)Aaron Gipson25-35/+43
2023-06-06fix 404 not found (#4536)wusong1-13/+14
2023-05-18Feat: etcd filer store keys should have customizable prefix (#4484)Mesar Hameed2-8/+10
2023-05-15fix testchrislu1-1/+1
2023-05-15Feat: support username/password authentication for etcd filer store s… (#4477)Mesar Hameed1-2/+7
2023-04-26Fix: http rename move dir to subdir (#4432)wusong1-2/+9
2023-04-13Mount concurrent read (#4400)zemul3-14/+30
2023-03-29fix key corrupt when fs.configure copy path trie (#4353)LHHDZ1-1/+2
2023-03-21refactoringchrislu1-4/+17
2023-02-17clean commentschrislu1-2/+2
2023-02-17fix for io.ReaderAt used in filer.remote.syncchrislu1-23/+16
2023-02-01fix filer.remote.sync on a S3 cloud mountchrislu1-0/+3
2023-01-31filter system log dir does not make subscribe event (#4172)Neo1-4/+7
2023-01-20grpc connection to filer add sw-client-id headerchrislu4-5/+5
2023-01-16use one readerCache for the whole filechrislu5-13/+14
2023-01-14avoid index out of slice rangechrislu1-1/+1
2023-01-12merge chunks during upload (#4130)Chris Lu1-5/+5
2023-01-11mysql: Missed escaping column namechrislu1-1/+1
2023-01-10reduce group size from 256MB to 64MBchrislu1-1/+1
2023-01-10fix compilationchrislu1-1/+0
2023-01-10cluster.ps add filer meta sync progresschrislu1-4/+8
2023-01-10chunk group remove manifestChunks and reset sections in SetChunks()chrislu1-8/+13
2023-01-10ensure section.chunks is always garbage freechrislu1-1/+3
2023-01-10refactorchrislu3-12/+68
2023-01-06mount: faster add chunkschrislu2-4/+22
2023-01-05fix for stream readerchrislu1-6/+13
2023-01-04add notes for full versionchrislu1-1/+1
2023-01-02more solid weed mount (#4089)Chris Lu15-462/+1391
2023-01-01filer.store.mysql: Use utf8mb4 instead of 3 byte UTF8 (#4094)CommanderRoot2-2/+2
2023-01-01filer.store.mysql: Escape table columns in SQL query (#4095)CommanderRoot3-9/+9
2022-12-19metadata skip reading un-available logschrislu1-0/+9
2022-12-08Fix hardlink counting (#4042)wusong1-8/+15
2022-11-30Return ETag from remote when file doesn't exist on Filer (#4025)aronneagu1-0/+3
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu28-53/+57
2022-11-13filer store: skip disabled location specific filer store initializationchrislu1-0/+5