rustix icon indicating copy to clipboard operation
rustix copied to clipboard

Newer statx features

Open rusty-snake opened this issue 8 months ago • 0 comments
trafficstars

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)

rusty-snake avatar Mar 06 '25 11:03 rusty-snake