aboutsummaryrefslogtreecommitdiff
path: root/weed
AgeCommit message (Expand)AuthorFilesLines
2019-09-02Change to max 2GB for nowj.laycock1-1/+1
2019-09-02Merge pull request #2 from chrislusf/masterjoeslay3-3/+3
2019-09-02Swap imports to use joeslayj.laycock231-699/+699
2019-09-01HCFS: avoid verbose file not found exception stack traceChris Lu1-1/+1
2019-08-30Fix memory not being unmappedj.laycock1-2/+2
2019-08-30Refactor to pass memory maps by reference instead of value, fix memory maps n...j.laycock5-39/+39
2019-08-30Overload createFile function, expose File in memory_map struct, delete from m...j.laycock7-4/+292
2019-08-30use Os.File/uintptr instead of windows.Handle in memory map structj.laycock1-16/+16
2019-08-30Move memory_map_windows to new folder, intercept most of the read and write c...j.laycock4-110/+170
2019-08-26volume: truncate dat files when creatingChris Lu2-2/+2
2019-08-23Merge pull request #1 from chrislusf/masterjoeslay3-90/+7
2019-08-23Add windows memory map functions to storage packagej.laycock1-0/+216
2019-08-23Revert "use std encoding lib"Chris Lu2-89/+6
2019-08-20Merge pull request #1051 from xushuxun/masterChris Lu1-1/+1
2019-08-21volume: read dat files' last modified time no matter dat files are catWrite o...xushuxun1-1/+1
2019-08-19use std encoding libdivinerapier2-6/+89
2019-08-16weed backup: add ttl and replication parameterxushuxun1-13/+41
2019-08-15avoid dead lock from dataFileAccessLockChris Lu1-1/+1
2019-08-15wdclient: clear client cache when failed to connect to master leaderxushuxun1-0/+1
2019-08-14volume: protect against nil needle mapChris Lu6-17/+92
2019-08-12volume: fail the volume deletion if compaction is in progressChris Lu3-0/+23
2019-08-10server: fix starting default master listChris Lu1-2/+6
2019-08-09skip writing content if not modifiedChris Lu1-0/+6
2019-08-06filer: fix typoChris Lu1-1/+1
2019-08-05notes on supported meta data storeChris Lu1-2/+2
2019-08-01Add etcd filestoreFeng Ye3-4/+196
2019-07-31fix test errorChris Lu1-1/+1
2019-07-31master: redirect clients to the new leaderChris Lu4-168/+210
2019-07-28master: followers can also lookup and redirectChris Lu9-50/+76
2019-07-28refactoringChris Lu2-100/+39
2019-07-26shell: Added minor changes to `fs.meta.save`Chris Lu1-8/+22
2019-07-24avoid double warppingdivinerapier1-0/+3
2019-07-24remove weedfuseChris Lu2-193/+0
2019-07-24mount: add umask optionChris Lu6-5/+16
2019-07-211.421.42Chris Lu1-1/+1
2019-07-21go fmtChris Lu6-13/+9
2019-07-21master: ensure only one exclusive vacuum processChris Lu2-0/+13
2019-07-21fix wrong alignment fixChris Lu1-2/+2
2019-07-21refactoringChris Lu2-10/+5
2019-07-21volume: avoid compacting wait groupChris Lu3-8/+1
2019-07-21volume: lock writables changesChris Lu1-0/+3
2019-07-21stricter checking before writesChris Lu1-6/+12
2019-07-21purge old codeChris Lu1-24/+0
2019-07-17write requests also checks cookie if overwritesChris Lu1-1/+17
2019-07-17refactoringChris Lu4-6/+6
2019-07-17set the max file key when ever possibleChris Lu1-1/+2
2019-07-17stop early if compaction failsChris Lu1-0/+1
2019-07-17skip all azuresbChris Lu2-2/+2
2019-07-17disable azure due to api changesChris Lu2-2/+2
2019-07-17fix wrong volume countChris Lu2-2/+2