| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2018-07-18 | add list all my buckets | Chris Lu | 1 | -17/+23 | |
| 2018-07-14 | add feature to mount a specific filer path to local directory | Chris Lu | 1 | -1/+1 | |
| 2018-07-14 | fix compilation error | Chris Lu | 1 | -1/+1 | |
| 2018-06-11 | weed mount add ttl option | Chris Lu | 1 | -1/+2 | |
| 2018-06-05 | use separate filer grpc port | Chris Lu | 1 | -1/+22 | |
| 2018-05-29 | properly working local write buffer | Chris Lu | 1 | -0/+4 | |
| 2018-05-28 | add mountOptions.chunkSizeLimitMB, remove cmdMount.IsDebug | Chris Lu | 1 | -1/+1 | |
| 2018-05-28 | weed mount add options for collection and replication | Chris Lu | 1 | -1/+2 | |
| 2018-05-27 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2018-05-07 | adjusting for FUSE | Chris Lu | 1 | -1/+15 | |
| 2018-05-05 | refactoring fuse | Chris Lu | 1 | -100/+4 | |
| 2018-05-05 | better support FUSE Lookup() | Chris Lu | 1 | -15/+12 | |
| 2017-06-22 | add cpu and mem pprof | Chris Lu | 1 | -1/+1 | |
| 2017-03-17 | complement weed mount: add read and delete | sparklxb | 1 | -6/+33 | |
| 2017-03-10 | complement weed mount | sparklxb | 1 | -8/+1 | |
| 2017-03-10 | complement weed mount | sparklxb | 1 | -24/+40 | |
| 2017-03-06 | Fixes #266 | sparklxb | 1 | -16/+21 | |
