| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-01-29 | support env variables to overwrite toml file | Chris Lu | 1 | -1/+1 | |
| 2020-01-27 | reduce logs | Chris Lu | 1 | -7/+3 | |
| 2020-01-27 | avoid retry delay | Chris Lu | 1 | -1/+0 | |
| 2020-01-27 | mount: able to write to any part of a file | Chris Lu | 2 | -18/+82 | |
| 2020-01-27 | logging | Chris Lu | 1 | -1/+1 | |
| 2020-01-26 | use the same context object in order to retry | Chris Lu | 9 | -20/+22 | |
| 2020-01-26 | mount: able to handle large git clone | Chris Lu | 3 | -21/+60 | |
| 2020-01-25 | grpc send error via response instead of grpc error | Chris Lu | 4 | -8/+7 | |
| 2020-01-25 | log | Chris Lu | 1 | -2/+2 | |
| 2020-01-25 | logs | Chris Lu | 1 | -4/+4 | |
| 2020-01-25 | mount: reuse the entry object for the new directory | Chris Lu | 1 | -12/+14 | |
| avoid mkdir and then query for the same directory reduces these "context canceled" issues attr read directory:"/seaweedfs/other/java/s3copier/src/main/java/com" name:"seaweedfs" : rpc error: code = Canceled desc = context canceled | |||||
| 2020-01-25 | log | Chris Lu | 1 | -0/+1 | |
| 2020-01-25 | adjust logging | Chris Lu | 2 | -3/+3 | |
| 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 | 1 | -5/+19 | |
| 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 | 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 | 1 | -13/+17 | |
| 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 | 5 | -58/+65 | |
| 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 | 2 | -8/+19 | |
| 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 | |
| 2019-12-23 | go fmt | Chris Lu | 1 | -3/+3 | |
| 2019-12-17 | loading xattr value | Chris Lu | 1 | -2/+10 | |
| 2019-12-17 | mount: invalidate xattr | Chris Lu | 2 | -2/+10 | |
| 2019-12-17 | mount: fix nil directory problem | Chris Lu | 1 | -1/+3 | |
| 2019-12-17 | twaking | Chris Lu | 1 | -2/+2 | |
| 2019-12-17 | mount: fix dir nil | Chris Lu | 1 | -0/+3 | |
| 2019-12-17 | Fix missing leading dot in extension | bs106 | 1 | -3/+3 | |
| 2019-12-15 | fix logging | Chris Lu | 2 | -2/+2 | |
| 2019-12-15 | mount: support extended attributes | Chris Lu | 4 | -99/+315 | |
| 2019-12-15 | upload skipping mimetype if not needed | Chris Lu | 1 | -1/+1 | |
| 2019-12-14 | tweak | Chris Lu | 1 | -2/+3 | |
| 2019-12-13 | update cache if updating the attributes | Chris Lu | 2 | -2/+4 | |
| 2019-12-13 | rm will clean the cache first | Chris Lu | 1 | -5/+5 | |
| 2019-12-13 | fix nill | Chris Lu | 2 | -3/+8 | |
