-
released this
2025-08-10 20:27:52 +00:00 | 1 commits to main since this release- Update the FileSystemHost to remove functions SetCapCaseInsensitive, SetCapReaddirPlus, SetCapDeleteAccess, SetCapOpenTrunc, SetDirectIO, SetUseIno and expose CapCaseInsensitive, CapReaddirPlus, CapDeleteAccess, CapOpenTrunc, DirectIO, UseIno
- Added
FileSystemLseekinterface to support Lseek operation in FUSE. - Implemented Lseek functionality in the host layer.
- Refactored error handling in
ErrorToStatusto improve clarity and coverage. - Enhanced
BasicStatandAppendDirEntryfunctions to populate additional fields in the FUSE stat structure. - Created utility functions for managing FUSE flags and permissions.
- fs:
- Remove
Fd() uintptrfrom base of File interface - Now fs use internal File Descriptor
- Removed
FS() FfromFileSystemMount[T, FileSystem[T]]
- Remove
- Unix fs:
- Merge
_fuseto_FileSystemMountand rename to FuseFs - Add new
FileSystemStatFstto use direct fuse Statfs struct - Utimens don't return -ENOSYS if FileSystemUtimens not implemented
- Add
Lseekfunction
- Merge
Signed-off-by: Matheus Sampaio Queiroga srherobrine20@gmail.com
Downloads