Add tracking of access times
Add the atime field, which tracks the last access time. Only reads update the atime. **BREAKING CHANGE**: One less extent available per block, 4 more bytes for node names.
Showing
- Cargo.lock 1 addition, 1 deletionCargo.lock
- Cargo.toml 1 addition, 1 deletionCargo.toml
- src/filesystem.rs 16 additions, 0 deletionssrc/filesystem.rs
- src/lib.rs 3 additions, 3 deletionssrc/lib.rs
- src/mount/fuse.rs 13 additions, 4 deletionssrc/mount/fuse.rs
- src/mount/redox/resource.rs 8 additions, 5 deletionssrc/mount/redox/resource.rs
- src/node.rs 13 additions, 7 deletionssrc/node.rs
Loading
Please register or sign in to comment