Chris Lu
fffb14bc87
better support FUSE Lookup()
7 years ago
chanyoung
52fc476a6f
filer: fixup print error message when make new directory
7 years ago
Chris Lu
5ce6bbf076
directory structure change to work with glide
glide has its own requirements. My previous workaround caused me some
code checkin errors. Need to fix this.
9 years ago
chrislusf
6876bfa685
avoid same directory with different dir ids
fix https://github.com/chrislusf/seaweedfs/issues/277
9 years ago
chrislusf
c359a5117f
add lock to dir children map
fix https://github.com/chrislusf/seaweedfs/issues/273
9 years ago
chrislusf
95855da282
Adjust for window path
fix https://github.com/chrislusf/seaweedfs/issues/161
10 years ago
Stuart P. Bentley
f0c2a2dcb3
Change all chrislusf/weed-fs links to point to chrislu/seaweedfs
10 years ago
chrislusf
b07d81fb08
follow golint suggestions
10 years ago
Chris Lu
af416189f1
Cleanup error printing.
10 years ago
Chris Lu
165734ce11
Refactoring for supporing cassandra as filer meta data store
10 years ago
Brian McQueen
d56c748fa8
switch it back to chris's repo
10 years ago
Brian McQueen
c0dfdf4392
switch to my forked repo
10 years ago
Chris Lu
179d36ba0e
formatting code by: goimports -w=true .
10 years ago
wyy
4126280d55
use github.com/chrislusf instead of github.com/aszxqw
10 years ago
wyy
1cd19447e3
use github.com/aszxqw instead of code.google.com/p
10 years ago
Chris Lu
b9aee2defb
add TTL support
The volume TTL and file TTL are not necessarily the same. as long as
file TTL is smaller than volume TTL, it'll be fine.
volume TTL is used when assigning file id, e.g.
http://.../dir/assign?ttl=3h
file TTL is used when uploading
10 years ago
Chris Lu
a092794804
use error to report error
10 years ago
Chris Lu
4be5ccd0c8
resolve directory log file error
avoid possible race condition
10 years ago
Chris Lu
77fd5ecd98
Add /admin/mv to move a file or a folder
11 years ago
Chris Lu
e378f9892d
Avoid showing the first directory when listing the root directory
11 years ago
Chris Lu
5f4dc11409
1. root dir has id of 0
2. only delete empty folders
3. correct listing files under a folder
11 years ago
Chris Lu
abde40377c
a correct implementation of filer
11 years ago