implemented posix-compliant unlink() with fuse hard_remove

This commit is contained in:
2025-09-25 11:23:48 -05:00
parent ed01f3de12
commit b58314c6d3
39 changed files with 814 additions and 565 deletions

View File

@@ -28,7 +28,8 @@
* Added check version support to remote mounts
* Fixed handling of `FALLOC_FL_KEEP_SIZE` on Linux
* Fixed intermittent client hang on remote mount server disconnect
* Fixed `unlink()` return `EBADF` if open file handles exist when removed
* Implemented POSIX-compliant `unlink()` with FUSE `hard_remove`
* Open handles remain valid after `unlink()`
## v2.0.7-release