aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/file_darwin.go
AgeCommit message (Collapse)AuthorFilesLines
2021-01-26mount: properly invalidate kernel node cache entryChris Lu1-8/+0
fix https://github.com/chrislusf/seaweedfs/issues/1752
2021-01-22mount: use direct_io to avoid OS page cacheChris Lu1-0/+8
fix https://github.com/chrislusf/seaweedfs/issues/1752