bytecodealliance / bytecodealliance/rustix
Newer statx features
- Dominant language
- Rust
- Stars
- 2.1k
- Forks
- 294
- Avg merge
- 4h 7m
- Merged PRs (30d)
- 2
Description
`StatxFlags`:
- [ ] `STATX_MNT_ID_UNIQUE` (Linux 6.8)
- [ ] `STATX_SUBVOL` (Linux 6.10)
- [ ] `STATX_WRITE_ATOMIC` (Linux 6.11)
- [ ] `STATX_DIO_READ_ALIGN` (Linux 6.14)
- [x] `STATX_ALL`: "It is deprecated and should not be used."
`Statx`:
- [x] `stx_subvol` (Linux 6.10)
- [x] `stx_atomic_write_unit_min` and `stx_atomic_write_unit_max` (Linux 6.11)
- [x] `stx_atomic_write_segments_max`
`StatxAttributes`:
- [x] `STATX_ATTR_COMPRESSED`
- [x] `STATX_ATTR_IMMUTABLE`
- [x] `STATX_ATTR_APPEND`
- [x] `STATX_ATTR_NODUMP`
- [x] `STATX_ATTR_ENCRYPTED`
- [x] `STATX_ATTR_AUTOMOUNT` not listed in `statx(2)`
- [x] `STATX_ATTR_MOUNT_ROOT` (Linux 5.8)
- [x] `STATX_ATTR_VERITY` (Linux 5.5)
- [x] `STATX_ATTR_DAX` (Linux 5.8)
- [ ] `STATX_ATTR_WRITE_ATOMIC` (Linux 6.11)
Contributor guide
Assessment
This issue has not been assessed yet.