| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-06-17 | adjust the differences | Chris Lu | 1 | -12/+6 | |
| 2018-06-17 | compared to GlusterFS, Ceph | Chris Lu | 1 | -12/+28 | |
| 2018-06-17 | add Filer | Chris Lu | 1 | -4/+4 | |
| 2018-06-17 | adjust interface parameter name and doc | Chris Lu | 1 | -1/+2 | |
| 2018-06-17 | Merge branch 'master' of https://github.com/chrislusf/seaweedfs | Chris Lu | 1 | -0/+2 | |
| 2018-06-17 | delete old entry only after successful insert | Chris Lu | 1 | -3/+3 | |
| 2018-06-17 | decouple from viper for filer store | Chris Lu | 8 | -35/+39 | |
| 2018-06-17 | Update README.md | Chris Lu | 1 | -1/+2 | |
| 2018-06-17 | Update README.md | Chris Lu | 1 | -0/+1 | |
| 2018-06-13 | fix file closing on windows | Chris Lu | 2 | -0/+2 | |
| 2018-06-12 | treat 0 sized file as normal | Chris Lu | 1 | -4/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/409 | |||||
| 2018-06-12 | simplifying the leader election by raft | Chris Lu | 3 | -144/+9 | |
| fixing https://github.com/chrislusf/seaweedfs/issues/629 | |||||
| 2018-06-12 | fix compilation for go tip | Chris Lu | 1 | -1/+1 | |
| 2018-06-11 | fix compilation error on go tip | Chris Lu | 3 | -3/+3 | |
| 2018-06-11 | fix error on go tip | Chris Lu | 1 | -1/+1 | |
| 2018-06-11 | fix compilation | Chris Lu | 1 | -1/+0 | |
| 2018-06-11 | weed mount add ttl option | Chris Lu | 8 | -68/+94 | |
| 2018-06-10 | add collection, replication, ttl to each file | Chris Lu | 8 | -141/+179 | |
| 2018-06-07 | switch to fs.NodeRequestLookuper | Chris Lu | 1 | -5/+13 | |
| in order to set the entry valid duration | |||||
| 2018-06-06 | recursively move files and directories | Chris Lu | 2 | -75/+103 | |
| 2018-06-06 | better error log | Chris Lu | 1 | -10/+16 | |
| 2018-06-06 | fix caching during directory listing | Chris Lu | 2 | -4/+4 | |
| 2018-06-06 | remove nodemap, fix directory listing cache | Chris Lu | 2 | -34/+16 | |
| 2018-06-06 | support renaming files | Chris Lu | 7 | -70/+169 | |
| 2018-06-06 | adjust logging | Chris Lu | 1 | -1/+1 | |
| 2018-06-06 | fixed file handle by file full path | Chris Lu | 4 | -30/+101 | |
| 2018-06-05 | use separate filer grpc port | Chris Lu | 7 | -41/+86 | |
| 2018-06-04 | compatible with previous json rendering | Chris Lu | 1 | -18/+28 | |
| 2018-06-02 | Merge branch 'filer2_development' | Chris Lu | 88 | -3337/+4512 | |
| 2018-06-02 | remove old file | Chris Lu | 0 | -0/+0 | |
| 2018-06-01 | remove unused register file function | Chris Lu | 3 | -97/+0 | |
| 2018-06-01 | use fixed list of masters in both filer and volume servers | Chris Lu | 22 | -280/+307 | |
| 2018-05-31 | add missing modify and create times | Chris Lu | 1 | -1/+3 | |
| 2018-05-31 | fix log | Chris Lu | 3 | -4/+4 | |
| 2018-05-30 | prepare to merge with master | Chris Lu | 1 | -1/+1 | |
| 2018-05-30 | fix copy error on 0 size files | Chris Lu | 1 | -26/+62 | |
| 2018-05-30 | fix log | Chris Lu | 1 | -3/+1 | |
| 2018-05-30 | handle large file copy when write request is larger than buffer | Chris Lu | 2 | -9/+42 | |
| 2018-05-30 | fix file name | Chris Lu | 1 | -16/+17 | |
| f.Name() is not the base file name | |||||
| 2018-05-30 | add mime, use simple insert and update filer store API | Chris Lu | 20 | -132/+149 | |
| 1. add mime type to file in filer 2. purge old chunks if overwrite during insert | |||||
| 2018-05-30 | assign a different volume on large file copying | Chris Lu | 1 | -20/+26 | |
| 2018-05-30 | filer.copy supports chunking | Chris Lu | 1 | -6/+88 | |
| 2018-05-29 | a little refactoring | Chris Lu | 1 | -11/+20 | |
| 2018-05-29 | add single chunk file copying to new filer | Chris Lu | 1 | -17/+57 | |
| 2018-05-29 | add error details | Chris Lu | 1 | -4/+5 | |
| 2018-05-29 | properly working local write buffer | Chris Lu | 5 | -93/+56 | |
| 2018-05-28 | fix isPerfectAppend | Chris Lu | 2 | -18/+37 | |
| 2018-05-28 | minor | Chris Lu | 2 | -6/+24 | |
| 2018-05-28 | fix chunk size limit for default 0 | Chris Lu | 1 | -1/+1 | |
| 2018-05-28 | add mountOptions.chunkSizeLimitMB, remove cmdMount.IsDebug | Chris Lu | 4 | -8/+17 | |
