1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-08 18:16:50 +02:00
seaweedfs/weed/filesys
Chris Lu b067853162 mount: ignore recursion error
fix https://github.com/chrislusf/seaweedfs/issues/1514

the host OS should manage recursive deletion.
2020-10-08 21:55:55 -07:00
..
meta_cache hardlink works now 2020-09-24 03:06:48 -07:00
dir.go mount: ignore recursion error 2020-10-08 21:55:55 -07:00
dir_link.go add a hard link marker to 16byte + maker, for future extensions 2020-09-27 22:38:30 -07:00
dir_rename.go add error logs 2020-09-22 09:16:10 -07:00
dir_test.go
dirty_page.go
dirty_page_interval.go
dirty_page_interval_test.go
file.go switch hardlink id from int64 to bytes 2020-09-24 11:11:42 -07:00
filehandle.go
fscache.go
fscache_test.go
unimplemented.go
wfs.go FUSE: use the mount directory permissions 2020-10-03 13:37:35 -07:00
wfs_deletion.go
wfs_filer_client.go
wfs_write.go
xattr.go