| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-06-12 | mount: add option to auto create dir to mount | Chris Lu | 1 | -0/+3 | |
| 2020-06-11 | purge old cache implementation | Chris Lu | 1 | -1/+0 | |
| 2020-06-05 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-06-02 | inject git version into build | Chris Lu | 1 | -1/+1 | |
| 2020-05-18 | add printouts for synchronizing metadata which can be slow for large folders | Chris Lu | 1 | -15/+18 | |
| 2020-05-18 | avoid possible wrong arguments | Chris Lu | 1 | -0/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1320 | |||||
| 2020-04-28 | refacotr: move signal handling and pprof to grace package | wuyuxiang | 1 | -2/+3 | |
| 2020-04-21 | add placeholder for cached meta data reading | Chris Lu | 1 | -0/+1 | |
| 2020-04-11 | mount: add on disk caching | Chris Lu | 1 | -3/+3 | |
| 2020-04-03 | make error a little bit more clearer | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1259 | |||||
| 2020-04-03 | mount: fail early rather than after mounted the directory | Chris Lu | 1 | -34/+26 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1258 | |||||
| 2020-03-28 | FUSE: add configurable in memory chunk cache size | Chris Lu | 1 | -0/+1 | |
| 2020-03-21 | FUSE mount: make "nonempty" optional | Chris Lu | 1 | -24/+17 | |
| https://github.com/chrislusf/seaweedfs/issues/1094 | |||||
| 2020-03-06 | filer: option to encrypt data on volume server | Chris Lu | 1 | -1/+4 | |
| 2020-03-04 | refactoring | Chris Lu | 1 | -3/+4 | |
| 2020-02-26 | mount: add mode to run external to SeaweedFS container cluster | Chris Lu | 1 | -17/+19 | |
| 2020-02-25 | fix compilation error | Chris Lu | 1 | -3/+1 | |
| 2020-02-25 | mount: fail fast when connecting to filer | Chris Lu | 1 | -1/+21 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1034 | |||||
| 2020-02-24 | filer: dynamically create bucket under /buckets folder | Chris Lu | 1 | -1/+1 | |
| 2020-01-29 | support env variables to overwrite toml file | Chris Lu | 1 | -2/+1 | |
| 2019-12-13 | mount: rename to dirListCacheLimit to configure cache for long format ↵ | Chris Lu | 1 | -3/+3 | |
| directory list | |||||
| 2019-12-13 | filer: configurable directory list cache size | Chris Lu | 1 | -1/+1 | |
| 2019-12-10 | return meaningful error log | Chris Lu | 1 | -7/+9 | |
| 2019-11-28 | fuse: adjust linux specific logic | Lei Liu | 1 | -0/+1 | |
| Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | |||||
| 2019-11-27 | fuse: check mount point available before do runmount | Lei Liu | 1 | -6/+10 | |
| 1. Use more readable mount point information 2. Fix some typos eg: $ df -Th Filesystem Type Size Used Avail Use% Mounted on localhost:8888:/ fuse.seaweedfs 206G 512 206G 1% /mnt/weedfs $ mount | grep weedfs localhost:8888:/ on /mnt/weedfs type fuse.seaweedfs (rw,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other) Signed-off-by: Lei Liu <lei01.liu@horizon.ai> | |||||
| 2019-10-27 | FUSE: add os specific mount options | Chris Lu | 1 | -1/+4 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1094 | |||||
| 2019-07-24 | mount: add umask option | Chris Lu | 1 | -1/+9 | |
| related to https://github.com/chrislusf/seaweedfs/issues/978 | |||||
| 2019-06-05 | periodic scripts exeuction from leader master | Chris Lu | 1 | -2/+1 | |
| 2019-05-10 | weedfuse: daemonize | Chris Lu | 1 | -0/+6 | |
| 2019-05-10 | add weedfuse | Chris Lu | 1 | -30/+56 | |
| 2019-04-29 | mount: allow nonempty fuse mount to work with Samba | Chris Lu | 1 | -0/+1 | |
| possibly fix https://github.com/chrislusf/seaweedfs/issues/936 | |||||
| 2019-04-10 | weed mount: mount to the same folder name | Chris Lu | 1 | -1/+4 | |
| 2019-03-19 | weed filer: set grpc port to port + 10000 | Chris Lu | 1 | -1/+1 | |
| 2019-03-10 | mount: add option to disable allow others | Chris Lu | 1 | -5/+8 | |
| fix https://github.com/chrislusf/seaweedfs/issues/877 | |||||
| 2019-02-18 | adding grpc mutual tls | Chris Lu | 1 | -0/+7 | |
| 2018-12-29 | remove extra log | Chris Lu | 1 | -1/+0 | |
| 2018-12-29 | weed mount: mac add AutoXattr | Chris Lu | 1 | -0/+1 | |
| 2018-12-29 | weed mount: no mac finder broswe mode | Chris Lu | 1 | -2/+3 | |
| 2018-12-29 | switching_to_seaweedfs_fuse | Chris Lu | 1 | -2/+2 | |
| 2018-12-28 | set mount point to existing permissions | Chris Lu | 1 | -0/+24 | |
| fix https://github.com/chrislusf/seaweedfs/issues/806 | |||||
| 2018-11-22 | set fuse subtype | Chris Lu | 1 | -0/+1 | |
| 2018-11-14 | reduce memory usage | Chris Lu | 1 | -0/+2 | |
| 2018-11-12 | a bit faster | Chris Lu | 1 | -1/+1 | |
| 2018-11-11 | a bit faster | Chris Lu | 1 | -1/+1 | |
| 2018-11-11 | adjusting, seems there are some perf benefit | Chris Lu | 1 | -2/+2 | |
| 2018-11-08 | improve "ls -al" performance for large directory | Chris Lu | 1 | -1/+3 | |
| 2018-07-22 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2018-07-22 | s3 API add ListObjectsV1 | Chris Lu | 1 | -3/+16 | |
| 2018-07-21 | fix compilation problem | Chris Lu | 1 | -21/+0 | |
| 2018-07-21 | go fmt | Chris Lu | 1 | -1/+1 | |
