Chris Lu
|
869161a261
|
support both mysql and postgres
|
7 years ago |
Chris Lu
|
87b3b84471
|
simplifying dirhash to 64bit integer
|
7 years ago |
Chris Lu
|
955eae3500
|
this works great and support long file names
|
7 years ago |
Chris Lu
|
2da84ed331
|
working fine now
but index length can be improved
|
7 years ago |
Chris Lu
|
68bcaff14d
|
mysql can compile, not yet tested!
|
7 years ago |
Chris Lu
|
c1e353491a
|
refactoring variable names
|
7 years ago |
Chris Lu
|
828e4a5ace
|
fix test error
|
7 years ago |
Chris Lu
|
9e77563c99
|
add leveldb store
1. switch to viper for filer store configuration
2. simplify FindEntry() return values, removing “found”
3. add leveldb store
|
7 years ago |
Chris Lu
|
c34feca59c
|
refactoring
|
7 years ago |
Chris Lu
|
6de84c64c6
|
adding create time
|
7 years ago |
Chris Lu
|
72fc001d0d
|
remove unused code
|
7 years ago |
Chris Lu
|
ac66c133a5
|
do not read attributes when file is opened
|
7 years ago |
Chris Lu
|
6d1bcd4b8c
|
use existing attributes instead of fetching from filer
|
7 years ago |
Chris Lu
|
0a223838bd
|
refactoring
|
7 years ago |
Chris Lu
|
f8776ad5cd
|
add breadcrumb to filer UI
|
7 years ago |
Chris Lu
|
a01557f4cb
|
adjust filer web page
|
7 years ago |
Chris Lu
|
c11d84f314
|
fix reading from a url
|
7 years ago |
Chris Lu
|
7b81cf3762
|
better logs
|
7 years ago |
Chris Lu
|
9f4f8de9ad
|
skip printout
|
7 years ago |
Chris Lu
|
e18c7e160c
|
avoid empty chunk view
|
7 years ago |
Chris Lu
|
d773e11c7a
|
file handler directly read from volume servers
this mostly works fine now!
next: need to cache files to local disk
|
7 years ago |
Chris Lu
|
00d0274fd7
|
prepare to read from multiple file chunks
|
7 years ago |
Chris Lu
|
849b6ec28d
|
seems editing already working
Need to handle multiple chunks read.
Need to cache local file changes.
|
7 years ago |
Chris Lu
|
d84b80b795
|
similar changes as master
|
7 years ago |
Chris Lu
|
536559f62d
|
copy works, edit somehow still fails
|
7 years ago |
Chris Lu
|
1675243f29
|
maybe speed up a little when loading index
|
7 years ago |
Chris Lu
|
e97c60cc10
|
avoid overwriting variables
|
7 years ago |
Chris Lu
|
468514f525
|
reduce logs
|
7 years ago |
Chris Lu
|
3a3553dc46
|
remove unused files
|
7 years ago |
Chris Lu
|
88d608b661
|
avoid using the bytes out side of the transaction
fix https://github.com/chrislusf/seaweedfs/issues/656
|
7 years ago |
Chris Lu
|
69b9d8c3c2
|
fix boltdb variable usage
|
7 years ago |
Chris Lu
|
873868cc10
|
not working now
need to add file handler
|
7 years ago |
Chris Lu
|
7362de9a18
|
weed mount can work well
TODO: somehow filer url is returning empty content
|
7 years ago |
Chris Lu
|
03fd66e209
|
Merge pull request #655 from chrislusf/filer1_maintenance_branch
fix mysql bug
|
7 years ago |
Chris Lu
|
04c2c5e58d
|
fix mysql data store bug
|
7 years ago |
Chris Lu
|
c5a63f4775
|
Merge branch 'master' into filer1_maintenance_branch
|
7 years ago |
Chris Lu
|
6ce0097846
|
add left padding
fix https://github.com/chrislusf/seaweedfs/issues/654
|
7 years ago |
Chris Lu
|
9dd228747c
|
filer copy added uid/gid
|
7 years ago |
Chris Lu
|
f07482382b
|
able to update file content
having some issue when vi reports file changed.
|
7 years ago |
Chris Lu
|
cd47528a75
|
remove unused code
|
7 years ago |
Chris Lu
|
cc66e25cd2
|
merge intervals
|
7 years ago |
Chris Lu
|
7ca5052942
|
create files correctly!
|
7 years ago |
Chris Lu
|
793dd81ca2
|
skip permission checking when creating dir or files
|
7 years ago |
Chris Lu
|
ab4ddb1e0e
|
fix directory creation, directory listing
|
7 years ago |
Chris Lu
|
e31c514b00
|
adding modified time to file chunk
|
7 years ago |
Chris Lu
|
6bf31467c7
|
adding empty fsync
less error now. But still:
vi on write: E514: write error (file system full?)
cp: Input/output error
|
7 years ago |
Chris Lu
|
b303a02461
|
cp file can work
1. consolidate to filer_pb.FileChunk
2. dir add file, mkdir
3. file flush, write
updates having issue
|
7 years ago |
Chris Lu
|
c7a71d35b0
|
fix on pagination
|
7 years ago |
Chris Lu
|
58954bf46f
|
pass file attributes from filer to mount
|
7 years ago |
Chris Lu
|
67401f1908
|
fix gRpc nil response
|
7 years ago |