github.com/cs3org/reva/v2@v2.27.7/changelog/1.18.0_2022-02-11/enhancement-add-locking-methods-to-interfaces.md (about) 1 Enhancement: add file locking methods to the storage and filesystem interfaces 2 3 We've added the file locking methods from the CS3apis to the storage and filesystem 4 interfaces. As of now they are dummy implementations and will only return "unimplemented" 5 errors. 6 7 https://github.com/cs3org/reva/pull/2350 8 https://github.com/cs3org/cs3apis/pull/160