| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-01-24 | minor changes | Chris Lu | 1 | -1/+1 | |
| 2020-01-24 | reduce log | Chris Lu | 1 | -3/+1 | |
| 2020-01-24 | mount: return IO error for mkdir | Chris Lu | 2 | -6/+13 | |
| 2020-01-24 | retry context canceled request | Chris Lu | 2 | -6/+27 | |
| 2020-01-23 | mount: avoid use uint64 for greater than zero test | Chris Lu | 1 | -5/+6 | |
| 2020-01-23 | mount: update the file size so file Attr() can read | Chris Lu | 1 | -0/+2 | |
| if file Attr() during file writes, the OS, at least for Mac, may try to resend the data to write, which usually are empty. | |||||
| 2020-01-22 | mount: better combines connected intervals to write to volume servers | Chris Lu | 4 | -113/+259 | |
| 2020-01-22 | fix http range requests | Chris Lu | 2 | -3/+3 | |
| 2020-01-22 | add lock on dirty pages | Chris Lu | 1 | -0/+4 | |
| 2020-01-22 | adjust logging | Chris Lu | 2 | -2/+1 | |
| 2020-01-22 | mount: read data that is just written | Chris Lu | 5 | -22/+84 | |
| able read on data not flushed multiple file open shares the same file handle fix https://github.com/chrislusf/seaweedfs/issues/1182 on linux | |||||
| 2020-01-22 | mount: reuse previous file node | Chris Lu | 1 | -6/+10 | |
| 2020-01-22 | filer: option to create file only if it is new, O_EXCL | Chris Lu | 11 | -122/+140 | |
| 2020-01-21 | adjust logging | Chris Lu | 1 | -1/+2 | |
| 2020-01-21 | volume: avoid sharing volume dat file handle | Chris Lu | 1 | -13/+18 | |
| possibly help on https://github.com/chrislusf/seaweedfs/issues/1184 | |||||
| 2020-01-20 | 1.511.51 | Chris Lu | 1 | -1/+1 | |
| 2020-01-20 | fix print format | Chris Lu | 1 | -1/+1 | |
| 2020-01-20 | mount: fix problems found in issue 1182 | Chris Lu | 5 | -44/+117 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1182 always use the non-duplicated fs.Node Forget() the fs.Node Rename will also use the right fs.Node Avoid using the same file handle for the same file | |||||
| 2020-01-20 | mount: able to trim a file | Chris Lu | 1 | -2/+11 | |
| 2020-01-19 | refactoring | Chris Lu | 12 | -85/+92 | |
| 2020-01-19 | mount: rename also clear the cache | Chris Lu | 3 | -6/+14 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1182 | |||||
| 2020-01-19 | mount: deletion ignore old vid | Chris Lu | 1 | -1/+4 | |
| 2020-01-19 | mount: modify file size | Chris Lu | 1 | -0/+4 | |
| 2020-01-19 | filer: set inode | Chris Lu | 5 | -46/+57 | |
| avoid "getcwd: No such file or directory" | |||||
| 2020-01-18 | adjust logs | Chris Lu | 2 | -3/+13 | |
| 2020-01-15 | logs | Chris Lu | 1 | -0/+3 | |
| 2020-01-15 | filer: no entry if not found | Chris Lu | 2 | -8/+4 | |
| 2020-01-12 | correct comments | Chris Lu | 1 | -2/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1181 | |||||
| 2020-01-10 | treat it as a single node cluster if empty raft server name | Chris Lu | 1 | -3/+8 | |
| possible fix for https://github.com/chrislusf/seaweedfs/issues/1118 | |||||
| 2020-01-08 | 1.501.50 | Chris Lu | 1 | -1/+1 | |
| 2020-01-08 | protect against nil deletion results | Chris Lu | 1 | -4/+6 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1180 | |||||
| 2020-01-08 | skip error when draining reader | Chris Lu | 1 | -2/+5 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1179 | |||||
| 2020-01-08 | 1.491.49 | Chris Lu | 1 | -1/+1 | |
| 2020-01-08 | add the old way to compact as a comment | Chris Lu | 1 | -0/+1 | |
| 2020-01-08 | saving .vif files correctly | Chris Lu | 2 | -6/+8 | |
| 2020-01-08 | volume: fix compaction | Chris Lu | 2 | -23/+20 | |
| 2020-01-08 | fix possible nil | Chris Lu | 1 | -0/+3 | |
| 2020-01-07 | remove println | Chris Lu | 1 | -2/+0 | |
| 2020-01-07 | fix compilation error | Chris Lu | 1 | -1/+1 | |
| 2020-01-06 | weed fix: add back .idx file generation | Chris Lu | 1 | -8/+7 | |
| 2020-01-04 | volume: copy volumes also include .vif file | Chris Lu | 1 | -7/+8 | |
| 2020-01-03 | remove .vif files | Chris Lu | 1 | -0/+9 | |
| 2020-01-03 | Update README.md | Chris Lu | 1 | -3/+5 | |
| 2020-01-03 | volume: add option to limit file size | Chris Lu | 7 | -20/+46 | |
| 2020-01-02 | Update README.md | Chris Lu | 1 | -4/+0 | |
| 2020-01-02 | Update README.md | Chris Lu | 1 | -0/+8 | |
| 2020-01-02 | Update README.md | Chris Lu | 1 | -0/+2 | |
| 2020-01-01 | Update README.md | Chris Lu | 1 | -1/+2 | |
| 2020-01-01 | Update README.md | Chris Lu | 1 | -1/+1 | |
| 2020-01-01 | update help message | Chris Lu | 1 | -1/+1 | |
