Chris Lu
|
55bab1b456
|
add context.Context
|
6 years ago |
Chris Lu
|
2ec6a679c2
|
avoid "fchmod failed" during cp
|
6 years ago |
Chris Lu
|
e70f740deb
|
set file attributes
fix https://github.com/chrislusf/seaweedfs/issues/847
|
6 years ago |
Chris Lu
|
be9a7592a1
|
incrementally calculate visible intervals
|
6 years ago |
Chris Lu
|
fe50224ea0
|
refactoring
|
6 years ago |
Chris Lu
|
d9f9aca453
|
refactoring
|
6 years ago |
Chris Lu
|
aac11fb832
|
reduce directory list cache usage
|
6 years ago |
Chris Lu
|
832ac8129a
|
reduce pointer usage
|
6 years ago |
Chris Lu
|
0388d421d2
|
caching visible intervals for read
speeds up 4x in single thread mode
speeds up 30% in 32 threads mode
|
6 years ago |
Chris Lu
|
d7bf6c5b91
|
switching_to_seaweedfs_fuse
|
6 years ago |
Chris Lu
|
a8af1e3f5f
|
set attributes include crtime
|
6 years ago |
Chris Lu
|
79168ab0bb
|
adjust error and log
|
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
|
9db53cf256
|
use the configurable chunk size
|
6 years ago |
Chris Lu
|
3ddcd87098
|
increase weed mount IO perforance
|
6 years ago |
Chris Lu
|
f7ff84f17f
|
Revert "smalller block size for better accuracy"
This reverts commit 97ecd20fc9 .
|
6 years ago |
Chris Lu
|
97ecd20fc9
|
smalller block size for better accuracy
|
6 years ago |
Chris Lu
|
f53632a84b
|
add block size for linux du
du already working on Mac
|
6 years ago |
Chris Lu
|
402ab598b6
|
go fmt
|
6 years ago |
Chris Lu
|
7bb62b9f21
|
delay file creation without chunks from dir.Create to file.Flush
|
6 years ago |
Chris Lu
|
97575e7185
|
do not set attributes if the file is still open
|
6 years ago |
Chris Lu
|
13e5541e17
|
FUSE can change file or folder attributes
FUSE can change file or folder attributes
|
7 years ago |
Chris Lu
|
e755540be9
|
fix caching during directory listing
|
7 years ago |
Chris Lu
|
daabdfe357
|
remove nodemap, fix directory listing cache
|
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
|
4e3ea49cff
|
properly working local write buffer
|
7 years ago |
Chris Lu
|
d0b238d2db
|
cache local writes before flushing to volume server
|
7 years ago |
Chris Lu
|
458ada173e
|
go fmt
|
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
|
9f4f8de9ad
|
skip printout
|
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
|
536559f62d
|
copy works, edit somehow still fails
|
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
|
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
|
7ca5052942
|
create files correctly!
|
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
|
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
|
b857cf9d9b
|
format
|
7 years ago |
Chris Lu
|
456738ba64
|
refactoring fuse
|
7 years ago |