aboutsummaryrefslogtreecommitdiff
path: root/weed/filer
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-31refactor error contains already deleted (#3932)Konstantin Lebedev1-2/+3
2022-10-28refactor filer proto chunk variable from mtime to modified_ts_nschrislu6-196/+196
2022-10-12filer: redis store reduce from 2 redis operations to 1 for updates.chrislu3-33/+54
2022-10-12serialize sqlite operationschrislu1-0/+2
2022-10-12fix error handlingchrislu1-3/+5
2022-09-28associate `Account` and `Identity` by accountId (#3754)LHHDZ1-1/+5
2022-09-18mount: fix 0 file size in linuxchrislu1-0/+1
2022-09-18report write errorchrislu1-3/+9
2022-09-15docs: update `fileIdsToDelete` var (#3692)Ryan Russell1-5/+5
2022-09-14go fmtchrislu6-22/+25
2022-09-14refactor(ItemList): `Incluseive` -> `Inclusive` (#3673)Ryan Russell1-3/+3
2022-09-14refactor(exclusive_locker): `Interval` readability batch of updates (#3668)Ryan Russell1-6/+6
2022-09-14refactor: `Directory` readability (#3665)Ryan Russell2-4/+4
2022-09-09arangodb s3 bucket name compatibility (#3588)gfx3-7/+58
2022-09-06more log detail for upload err and deleting (#3577)Konstantin Lebedev1-1/+1
2022-09-04adjust log level (#3589)famosss1-1/+1
2022-09-04Fix crash in arangodb filer when attempting to access a deleted bucket (#3587)gfx2-1/+4