aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/backend/disk_file.go
AgeCommit message (Expand)AuthorFilesLines
2024-11-21ReadAt may return io.EOF t end of filechrislu1-1/+6
2024-04-02fix: always close volume file (#4530) (#5459)Henco Appel1-4/+11
2023-06-02set df.File to nil after it is closedchrislu1-3/+19
2022-10-13vacuum metrics and force sync dst files (#3832)Konstantin Lebedev1-0/+3
2022-10-10revert disabling FSync for non Mac (#3814)Konstantin Lebedev1-2/+10
2022-08-15Revert "Refactor for Sync method (#3426)"chrislu1-3/+7
2022-08-10Refactor for Sync method (#3426)Rain Li1-7/+3
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2022-06-30stuck with file.Sync()chrislu1-1/+2
2022-03-10checks disk file existKonstantin Lebedev1-1/+4
2021-03-05volume server: support tcp direct put/get/deleteChris Lu1-1/+1
2021-02-20disk file avoid file.Stat()Chris Lu1-1/+10
2021-02-20Revert "Revert "avoid file.Stat()""Chris Lu1-7/+26
2021-02-20Revert "avoid file.Stat()"Chris Lu1-26/+7
2021-02-20avoid file.Stat()Chris Lu1-7/+26
2021-02-19Revert "volume: avoid file.stat(), file.seek() if possible during writes"Chris Lu1-21/+2
2021-02-18volume: avoid file.stat(), file.seek() if possible during writesChris Lu1-2/+21
2020-03-19volume: sync volume file right before compactionChris Lu1-0/+4
2019-12-08refactoringChris Lu1-5/+1
2019-11-28master load backend storage config from master.tomlChris Lu1-1/+1
2019-11-27s3Chris Lu1-0/+4
2019-10-29adjust NewDiskFile() paramatersChris Lu1-2/+2
2019-10-29changed from os.file to backend.DataStorageBackendChris Lu1-0/+50