aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/filechunks.go
AgeCommit message (Expand)AuthorFilesLines
2023-01-10refactorchrislu1-2/+3
2023-01-06mount: faster add chunkschrislu1-0/+11
2023-01-02more solid weed mount (#4089)Chris Lu1-138/+110
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()chrislu1-3/+3
2022-10-28refactor filer proto chunk variable from mtime to modified_ts_nschrislu1-8/+8
2022-08-01filer.sync: fix synchronization logic in active-active modechrislu1-1/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-3/+3
2022-07-07minordevchrislu1-3/+3
2022-07-07remove dead codechrislu1-9/+1
2022-06-19fix: invalid chunk data when failed to read manifestsgeekboood1-2/+6
2022-04-18enhancement: replace sort.Slice with slices.SortFunc to reduce reflectionjustin1-10/+8
2022-04-05prevent nilchrislu1-0/+3
2022-03-21mount: set file size if it is only on remote gatewaychrislu1-1/+7
2022-02-07filer.sync: fix replicating partially updated filechrislu1-0/+15
2021-10-16turn on new faster algorithm to translate into visible chunksChris Lu1-1/+1
2021-10-16temporarily revertingChris Lu1-1/+1
2021-10-16Revert "remove deprecated code"Chris Lu1-3/+115
2021-10-16remove deprecated codeChris Lu1-115/+3
2021-10-16faster file read for large filesChris Lu1-0/+23
2021-07-19optimization: improve random range query for large filesorigin/remote_overlayChris Lu1-6/+6
2021-04-28fix aws style Etag for chunksKonstantin Lebedev1-4/+2
2021-03-16reverting 7d57664c2d80f2b7d3eb4cecc57a3275bafee44dChris Lu1-4/+0
2021-03-12mount: internals switch to filer.Entry instead of protobufChris Lu1-0/+4
2021-01-06add "weed filer.cat" to read files directly from volume serversChris Lu1-4/+5
2020-10-05We return etag using the same algorithm as aws s3Konstantin Lebedev1-5/+7
2020-09-09filer: cross cluster synchronizationChris Lu1-0/+5
2020-09-01rename filer2 to filerChris Lu1-0/+284