aboutsummaryrefslogtreecommitdiff
path: root/weed/util/file_util.go
AgeCommit message (Collapse)AuthorFilesLines
2023-09-27fix: avoid error file name too long when writing a file (#4876)Konstantin Lebedev1-2/+19
2022-08-25minor clean upchrislu1-0/+10
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-1/+1
2022-02-04sync call to write file, avoid vif loading errorchrislu1-0/+17
fix https://github.com/chrislusf/seaweedfs/issues/2633
2021-09-25avoid possible metadata subscription data lossChris Lu1-0/+8
Previous implementation append filer logs into one file. So one file is not always sorted, which can lead to miss reading some entries, especially when different filers have different write throughput.
2021-02-22avoid unnecessary user home checkingChris Lu1-0/+4
2020-07-16mount: resolve home directoryChris Lu1-0/+20
fix https://github.com/chrislusf/seaweedfs/issues/1391
2020-06-08auto create non-existing cache directoryChris Lu1-0/+4
fix https://github.com/chrislusf/seaweedfs/issues/1350
2019-12-28load volume info from .vif file, use superblock as a backupChris Lu1-0/+19
2019-06-03fix multiple bugsChris Lu1-0/+10
2018-09-03remove unused functionChris Lu1-14/+0
2016-07-03refactor data integrity checking code霍晓栋1-0/+8
2016-06-02directory structure change to work with glideChris Lu1-0/+38
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.