The most probable order of completion, since each one requires the previous in order to be useful. - [x] Initial implementation (Read-only) #64 - [x] Metadata modification #145 - [x] Modifying files without changing their size #145 - [x] Expanding or contracting file size (without block allocation/deallocation) #170 - [x] Directory modification (Partially with #232, no htree support) - [x] htree directory modification - [x] File creation #232 - [x] File deletion #232 - [x] Expanding or contracting file size with block allocation/deallocation - block maps - [x] Expanding or contracting file size with block allocation/deallocation - extents #232 - [ ] xattr support - [ ] journaling support - [x] publish to crates.io
The most probable order of completion, since each one requires the previous in order to be useful.