Chris Lu
a990ef2106
mount: fix problems found in issue 1182
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
5 years ago
Chris Lu
1b0bfbaf59
refactoring
5 years ago
Chris Lu
f59119cd1d
mount: rename to dirListCacheLimit to configure cache for long format directory list
5 years ago
Chris Lu
05c3b795dc
filer: configurable directory list cache size
5 years ago
j.laycock
6fc6322c90
Change joeslay paths to chrislusf paths
5 years ago
j.laycock
595a1beff0
Swap imports to use joeslay
5 years ago
Chris Lu
5956dfd08d
mount: add umask option
related to https://github.com/chrislusf/seaweedfs/issues/978
5 years ago
Chris Lu
3f9ecee40f
working with reading remote intervals
6 years ago
Chris Lu
1ca1ec906a
add weedfuse
6 years ago
Chris Lu
b30c14b631
webdav: can read now
6 years ago
Chris Lu
55bab1b456
add context.Context
6 years ago
Chris Lu
77b9af531d
adding grpc mutual tls
6 years ago
Chris Lu
a3b0e39b06
weed mount deletion always goes to weed filer
6 years ago
bingoohuang
ab6be025d7
go fmt and fix some typo
6 years ago
Chris Lu
aac11fb832
reduce directory list cache usage
6 years ago
Chris Lu
525db94d9a
async file chunk deletion
6 years ago
Chris Lu
d7bf6c5b91
switching_to_seaweedfs_fuse
6 years ago
Chris Lu
03c7447ad6
set mount point to existing permissions
fix https://github.com/chrislusf/seaweedfs/issues/806
6 years ago
Chris Lu
308ac1d0d2
reuse buffer by sync pool
6 years ago
Chris Lu
29f1673d97
refactoring
6 years ago
Chris Lu
444dfded84
add fs.FSStatfser for SeaweedFS weed mount
6 years ago
Chris Lu
2e32b44061
add template for fs.FSStatfser
6 years ago
Chris Lu
2f2e417b68
detailed export
6 years ago
Chris Lu
d3b7965c76
caching grpc clients
6 years ago
Chris Lu
d89774cb7f
cache grpc client connections to improve performance
6 years ago
Chris Lu
2e6a3c7b16
reduce memory usage
6 years ago
Chris Lu
11b0a9cb76
fix possible error when reusing file handles
6 years ago
Chris Lu
cbd94b18a5
improve "ls -al" performance for large directory
6 years ago
Chris Lu
ed8efb5aef
much improved "ls -al" performance
6 years ago
Chris Lu
ff4189ab25
go fmt
6 years ago
Chris Lu
0655151b8c
go fmt
7 years ago
Chris Lu
6319d84f42
s3 API add ListObjectsV1
7 years ago
Chris Lu
7e2031b18f
go fmt
7 years ago
Chris Lu
7abfab8e77
add feature to mount a specific filer path to local directory
7 years ago
Chris Lu
842dab07b4
weed mount can request to prioritize to write to a data center
7 years ago
Chris Lu
77fc8c5914
keep alive for gRpc calls
7 years ago
Chris Lu
5bd72696ac
weed mount add ttl option
7 years ago
Chris Lu
b3447f4375
adjust logging
7 years ago
Chris Lu
6816661b0f
fixed file handle by file full path
7 years ago
Chris Lu
299312c805
use separate filer grpc port
7 years ago
Chris Lu
5c4480ec6c
add mountOptions.chunkSizeLimitMB, remove cmdMount.IsDebug
7 years ago
Chris Lu
8ab7dd9d08
weed mount add options for collection and replication
7 years ago
Chris Lu
458ada173e
go fmt
7 years ago
Chris Lu
58954bf46f
pass file attributes from filer to mount
7 years ago
Chris Lu
9f345da20f
mv filer proto to filer_pb
7 years ago
Chris Lu
43a69d20bf
change filer API to gRPC
7 years ago
Chris Lu
456738ba64
refactoring fuse
7 years ago