seaweedfs/weed/filesys
chrislu 7328962009 revert "POSIX: should not delete if a directory is not empty"
revert 0c75f15062

Reported:

Hi, about commit: 0c75f15062
POSIX: should not delete if a directory is not empty
It should still delete with a command like rm -rf "${path}"/  because it is a forced delete, but now it gets fail to delete non-empty folder: [...]
Can you enable the delete if it is forced?
2022-01-24 14:21:50 -08:00
..
meta_cache POSIX: different inode for same named different file types 2022-01-12 11:51:13 -08:00
page_writer use a sliding window of in-memory writable chunks 2022-01-23 23:02:05 -08:00
dir.go revert "POSIX: should not delete if a directory is not empty" 2022-01-24 14:21:50 -08:00
dir_link.go POSIX: adjust source file ctime 2022-01-12 21:45:18 -08:00
dir_rename.go POSIX: different inode for same named different file types 2022-01-12 11:51:13 -08:00
dirty_pages_chunked.go rename file 2022-01-22 08:28:35 -08:00
file.go ensure entry view cache is invalidated 2022-01-17 23:02:30 -08:00
filehandle.go adjust log 2022-01-22 12:35:09 -08:00
fscache.go reverting 7d57664c2d 2021-03-16 02:59:26 -07:00
fscache_test.go go fmt 2020-08-29 22:28:33 -07:00
page_writer.go keep dirty pages based on temp file 2022-01-17 23:23:49 -08:00
page_writer_pattern.go add stream writer 2021-12-24 22:38:22 -08:00
permission.go POSIX: check permission when removing items 2022-01-13 02:07:39 -08:00
unimplemented.go go fmt 2020-07-14 07:34:16 -07:00
wfs.go better locking on file handle 2022-01-15 05:45:29 -08:00
wfs_filer_client.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
wfs_write.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
xattr.go POSIX: check name is too long ENAMETOOLONG 2022-01-12 00:16:00 -08:00