Hello, What is the current status of the CephFS Windows driver? My predecessor did an evaluation four years ago, and the results were rather... unhappy: - Kernel driver not signed for SecureBoot --> not suitable for Enterprise setups - No sparse file support - DokanY-based --> therefore no Windows ACLs, no caching, no sparse files. Performance not better than sshfs, and worse than Windows's own NFSv3 driver - No Cygwin/MSYS2 integration, it is not even possible to compile bash.exe on Windows CephFS - No Windows streams support The biggest issue is the lack of SecureBoot signature for the kernel driver, an external security company doing SIEM&SOC work declared this a "PRIORITY ALPHA RED FLAG, IMMEDIATE ACTION" this week, which translates into that we had to deinstall this immediately so we can enable SecureBoot. Likewise code review of the kernel parts yielded many issues, which we have to address now. Is there any developer willing to go through these issues? Thanks, Martin