Chris Lu
|
4aa82c95e6
|
refactor
|
2020-03-28 13:42:35 -07:00 |
|
Chris Lu
|
eedd33dda3
|
refactoring
|
2020-03-28 13:41:58 -07:00 |
|
Chris Lu
|
005b4ab3fe
|
1.69
|
2020-03-27 04:51:31 -07:00 |
|
Chris Lu
|
d1439c5bd3
|
fix FUSE read for large files
FUSE expects ReadAt do not return partial filled buffer with a nil error.
|
2020-03-27 04:50:51 -07:00 |
|
Chris Lu
|
f06ca04451
|
avoid overflow
|
2020-03-27 04:35:31 -07:00 |
|
Chris Lu
|
e1911760a7
|
refactoring
|
2020-03-27 00:30:55 -07:00 |
|
Chris Lu
|
2f5ed29c37
|
clean up
|
2020-03-27 00:30:39 -07:00 |
|
Chris Lu
|
2286eda575
|
sampling whether the data can be gzipped
|
2020-03-26 23:50:48 -07:00 |
|
Chris Lu
|
5463560912
|
small test
|
2020-03-26 23:50:07 -07:00 |
|
Chris Lu
|
34a0d424f8
|
FUSE mount: report max volume count available disk space
|
2020-03-26 23:06:21 -07:00 |
|
Chris Lu
|
a5ce359999
|
refactoring
|
2020-03-26 22:46:49 -07:00 |
|
Chris Lu
|
0a05052b5c
|
1.68
|
2020-03-26 22:22:36 -07:00 |
|
Chris Lu
|
e7e8691720
|
add some tests
|
2020-03-26 22:21:52 -07:00 |
|
Chris Lu
|
86398d1efe
|
S3 API: set deletion to recursive
fix https://github.com/chrislusf/seaweedfs/issues/1251
|
2020-03-26 11:05:54 -07:00 |
|
Chris Lu
|
1fef598347
|
set target Dir object when moving
|
2020-03-26 10:56:40 -07:00 |
|
Chris Lu
|
9e2e07b238
|
tweak
|
2020-03-26 10:56:18 -07:00 |
|
Chris Lu
|
cbce793753
|
rename: set new name for renamed files
|
2020-03-26 03:30:23 -07:00 |
|
Chris Lu
|
c763a492f5
|
refactor
|
2020-03-26 03:30:02 -07:00 |
|
Chris Lu
|
712720864d
|
error checking for remove
|
2020-03-26 02:21:30 -07:00 |
|
Chris Lu
|
8d9a76005d
|
add back running output
|
2020-03-26 02:14:48 -07:00 |
|
Chris Lu
|
dd5b582d05
|
go fmt
|
2020-03-26 00:09:01 -07:00 |
|
Chris Lu
|
7f0d87b206
|
tree structured fs cache
FsCache for FsNode, wrapping fs.Node
|
2020-03-26 00:08:14 -07:00 |
|
Chris Lu
|
2e4fadd10a
|
fix fscache move
|
2020-03-25 22:19:19 -07:00 |
|
Chris Lu
|
966df2ae27
|
purging skip EC volumes
|
2020-03-25 02:41:22 -07:00 |
|
Chris Lu
|
6d87a0c5f5
|
batch delete orphan data by file keys
|
2020-03-25 02:21:15 -07:00 |
|
Chris Lu
|
5ebc95b69b
|
refactoring
|
2020-03-25 02:20:19 -07:00 |
|
Chris Lu
|
d79f0a76b1
|
format output
|
2020-03-25 00:56:47 -07:00 |
|
Chris Lu
|
d9b56ed88b
|
shell: volume.fsck add options
|
2020-03-24 22:38:36 -07:00 |
|
Chris Lu
|
e63a79ade8
|
better handle lock in case of exception
|
2020-03-24 18:41:25 -07:00 |
|
Chris Lu
|
4d5554b16f
|
fix compilation on travis
|
2020-03-24 18:40:52 -07:00 |
|
Chris Lu
|
d83e648c0b
|
auto add prefix "fs."
|
2020-03-24 02:40:51 -07:00 |
|
Chris Lu
|
a875f67a08
|
fix pwd printout
|
2020-03-24 02:40:29 -07:00 |
|
Chris Lu
|
00d3f01876
|
better output format
|
2020-03-24 02:34:28 -07:00 |
|
Chris Lu
|
0820935290
|
clean up
|
2020-03-24 02:20:37 -07:00 |
|
Chris Lu
|
49440cbd2f
|
shell: add volume.fsck
volume.fsck can find out how much space is not used by the filer
|
2020-03-24 02:18:13 -07:00 |
|
Chris Lu
|
0f10833e0b
|
fix compilation
|
2020-03-24 00:16:12 -07:00 |
|
Chris Lu
|
3794f2721f
|
fix logic
|
2020-03-24 00:09:12 -07:00 |
|
Chris Lu
|
443b229ef7
|
disable chunk file output
|
2020-03-24 00:08:02 -07:00 |
|
Chris Lu
|
bb9b97e2b4
|
add comments
|
2020-03-23 23:07:11 -07:00 |
|
Chris Lu
|
8047ec2f51
|
shell: fs.meta.save add option to export all fileIds for all files
|
2020-03-23 22:54:46 -07:00 |
|
Chris Lu
|
782d776d2a
|
refactoring
|
2020-03-23 22:54:02 -07:00 |
|
Chris Lu
|
38e73463f1
|
fix du block and byte couting
|
2020-03-23 21:37:04 -07:00 |
|
Chris Lu
|
b51fa81f0e
|
fix directory checking
|
2020-03-23 21:36:39 -07:00 |
|
Chris Lu
|
e666aeece2
|
simplify parsing filer host and port
|
2020-03-23 21:26:15 -07:00 |
|
Chris Lu
|
d151185b7e
|
shell: desupport filer url in the arguments
|
2020-03-23 20:46:17 -07:00 |
|
Chris Lu
|
40601953bf
|
comments
|
2020-03-23 02:54:49 -07:00 |
|
Chris Lu
|
daeb18be30
|
scaffold: fix master.toml typo
fix https://github.com/chrislusf/seaweedfs/issues/1247
|
2020-03-23 01:45:43 -07:00 |
|
Chris Lu
|
b97768c51c
|
refactoring
|
2020-03-23 01:30:22 -07:00 |
|
Chris Lu
|
45ee3736aa
|
refactoring
|
2020-03-23 01:25:38 -07:00 |
|
Chris Lu
|
cddcb5cafe
|
same booleans as before
|
2020-03-23 01:25:23 -07:00 |
|