chrislu
4fee496b49
conditional delete
5 months ago
Konstantin Lebedev
1cac5d983d
fix: disallow file name too long when writing a file ( #4881 )
* fix: disallow file name too long when writing a file
* bool LongerName to MaxFilenameLength
---------
Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co>
1 year ago
wusong
4867aa03ab
Fix: http rename move dir to subdir ( #4432 )
Co-authored-by: wang wusong <wangwusong@virtaitech.com>
2 years ago
wusong
549354e324
Fix hardlink counting ( #4042 )
Signed-off-by: wusong <wangwusong@virtaitech.com>
Signed-off-by: wusong <wangwusong@virtaitech.com>
Co-authored-by: wusong <wangwusong@virtaitech.com>
2 years ago
chrislu
70a4c98b00
refactor filer_pb.Entry and filer.Entry to use GetChunks()
for later locking on reading chunks
2 years ago
chrislu
26dbc6c905
move to https://github.com/seaweedfs/seaweedfs
2 years ago
chrislu
4042fdf3bb
rename to skipCheckParentDir
related to https://github.com/chrislusf/seaweedfs/pull/2761
It's better to default to false.
3 years ago
zzq09494
40b0033fa7
go fmt
3 years ago
zzq09494
81cce4b4c3
filer: support uploading file without needEnsureParentDir
3 years ago
zzq09494
a6a8892255
Revert "filer: support uploading file without needEnsureParentDir"
This reverts commit a93c4947ba
.
3 years ago
zzq09494
a93c4947ba
filer: support uploading file without needEnsureParentDir
3 years ago
chrislu
e423548673
rename: pass along entry metadata
3 years ago
chrislu
e69c374956
minor
3 years ago
chrislu
b8fbf19e9a
mount: rename follow POSIX
3 years ago
liubaojiang
c7abc34dbb
rename operation returns the correct old parent path
3 years ago
Chris Lu
0c8dea9de8
go fmt
3 years ago
Chris Lu
cca62fdb30
mount: streaming renaming folders
3 years ago
Chris Lu
215b169562
mount: recursively rename locally
4 years ago
Chris Lu
ed6aa13520
minor
4 years ago
Chris Lu
ddc8643ee0
filer: directory listing adds namePatternExclude
fix https://github.com/chrislusf/seaweedfs/issues/2023
4 years ago
Chris Lu
e79e2ddeed
remove unused MoveEvents
4 years ago
Chris Lu
f002e668de
change limit to int64 in case of overflow
4 years ago
Chris Lu
2c3c2c27d7
separate prefix from namePattern
fix https://github.com/chrislusf/seaweedfs/issues/1722
4 years ago
Chris Lu
3fedfec1e7
check cross device rename error
4 years ago
Chris Lu
f4abd01adf
filer: cache small file to filer store
4 years ago
Chris Lu
63373a9f9f
filer: add file extended properties
4 years ago
Chris Lu
eb7929a971
rename filer2 to filer
4 years ago
Chris Lu
ca658a97c5
add signatures to messages to avoid double processing
4 years ago
Устюжанин Антон Александрович
2d3b355fb6
test ListDirectoryPrefixedEntries
4 years ago
Chris Lu
31e23e9783
filer: support active<=>active filer replication
5 years ago
Chris Lu
c66f357715
report error correctly
5 years ago
Chris Lu
7764e0465c
refactoring
5 years ago
Chris Lu
1101a42e5c
mv : create new folder, move children, and delete old folder
5 years ago
Chris Lu
f14b6a09a8
remove duplicated update events
5 years ago
Chris Lu
c0f0fdb3ba
refactoring
5 years ago
Chris Lu
d214cefc2e
filer: list diretory pagination make up for the expired entries
5 years ago
Chris Lu
89eb05b50f
filer: support TTL for all filer stores
5 years ago
Chris Lu
d4e75a0d18
filer: option to create file only if it is new, O_EXCL
5 years ago
j.laycock
6fc6322c90
Change joeslay paths to chrislusf paths
5 years ago
Chris Lu
ae53f63680
filer: recursive deletion optionally ignoring any errors
fix https://github.com/chrislusf/seaweedfs/issues/1062
5 years ago
Chris Lu
ee8bcb0c12
remove println
5 years ago
j.laycock
595a1beff0
Swap imports to use joeslay
5 years ago
Chris Lu
9e47c4749a
shell: add fs.mv
fix https://github.com/chrislusf/seaweedfs/issues/954
6 years ago
Chris Lu
f0f981e7c8
webdav: fix directory renaming
6 years ago
Chris Lu
b142f9f1d5
go fmt
6 years ago
Chris Lu
189c890715
weed replicate: replicate atomic rename to other systems
6 years ago
Chris Lu
78ac2bef3c
go fmt
6 years ago
Chris Lu
97406333a5
support atomic renaming for mysql/postgres filer store
6 years ago