aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-12-15upload skipping mimetype if not neededChris Lu6-6/+6
2019-12-14fix compilation1.46Chris Lu1-0/+4
2019-12-141.46Chris Lu1-1/+1
2019-12-14HCFS: release 1.2.4Chris Lu5-5/+5
2019-12-14tweakChris Lu1-2/+3
2019-12-13update cache if updating the attributesChris Lu2-2/+4
2019-12-13rm will clean the cache firstChris Lu1-5/+5
2019-12-13fix nillChris Lu2-3/+8
2019-12-13mount: rename to dirListCacheLimit to configure cache for long format ↵Chris Lu3-7/+7
directory list
2019-12-13mount: directory listing cache ttl set to 5 minutesChris Lu1-1/+1
2019-12-13filer: configurable directory list cache sizeChris Lu5-10/+33
2019-12-13HCFS: streaming list filesChris Lu1-6/+8
2019-12-13filer: DeleteFolderChildren for deleting large foldersChris Lu22-401/+310
2019-12-13filer: streaming file listingChris Lu14-511/+421
2019-12-12filer: increase directory listing pagination sizeChris Lu5-14/+15
2019-12-11adjust command nameChris Lu1-5/+5
2019-12-11filer: UI ensure a correct foler linkChris Lu2-4/+8
2019-12-11go fmtChris Lu1-1/+1
2019-12-11increase filer pagination limitChris Lu3-3/+3
2019-12-11adjust logsChris Lu1-1/+1
2019-12-11set master ip in docker compose yaml fileChris Lu3-3/+3
fix https://github.com/chrislusf/seaweedfs/issues/1118
2019-12-11deletion add option skipChunkDeletionChris Lu1-3/+3
2019-12-11filer: EXPERT add shouldDeleteChunks parameter for fast deletionChris Lu1-2/+2
2019-12-11Merge pull request #1153 from LazyDBA247-Anyvision/masterChris Lu1-1/+3
Filer: Enable delete entries without flag volume
2019-12-11Filer: Enable delete entries without flag volumeYoni Nakache1-1/+3
same as happens on the s3 API on delete bucket, to reduce the IO requests on the system, you can just clear recursively folders without flagging them in volume server (they will be removed on delete bucket/drop collection) this will remove the user ability to retrieve data under these folders
2019-12-10fix nil problemChris Lu2-2/+6
2019-12-10adjust textChris Lu1-2/+2
2019-12-10return meaningful error logChris Lu1-7/+9
2019-12-09Merge pull request #1149 from song-zhang/improve-replications-consistencyChris Lu1-82/+100
improve data consistency when replication write
2019-12-08refactoringChris Lu10-24/+15
2019-12-08remove unused functionsChris Lu2-8/+0
2019-12-08improve data consistency when replication writezhangsong1-82/+100
2019-12-07webdav: fix writing fileChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/1114
2019-12-07add loggingChris Lu2-10/+12
2019-12-06filer: speed up filer.meta.save by parallelizingChris Lu3-12/+111
2019-12-06cleanly remove .tier volume fileChris Lu1-0/+1
2019-12-06volume: dataFileAccessLock change to RW LockChris Lu3-19/+19
2019-12-06go fmtChris Lu1-2/+4
2019-12-05master: submit support "dataCenter" parameterChris Lu1-0/+1
2019-12-03grow volumes on volume servers with slots freed by cloud storageChris Lu11-145/+226
2019-12-02show volume info in volume.list in weed shellChris Lu1-22/+26
2019-12-02display remote volumes on volume server ui pageChris Lu7-162/+239
2019-12-02go fmtChris Lu4-12/+12
2019-12-02add lock variableChris Lu4-29/+29
2019-12-02fix testChris Lu1-1/+1
2019-12-02fix testChris Lu1-6/+6
2019-12-02tiered storage: can copy to s3, read from s3Chris Lu13-286/+689
master not aware tiered volume yet, file assigning is not working yet
2019-12-02minorChris Lu1-1/+1
2019-12-01Merge pull request #1146 from song-zhang/fix-volume-not-vacuum-bugChris Lu1-15/+25
fix the bug of volume never be vacuumed
2019-12-02fix the bug of volume never be vacuumedzhangsong1-15/+25