Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newer statx features #1385

Open
13 of 18 tasks
rusty-snake opened this issue Mar 6, 2025 · 0 comments
Open
13 of 18 tasks

Newer statx features #1385

rusty-snake opened this issue Mar 6, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@rusty-snake
Copy link
Contributor

rusty-snake commented Mar 6, 2025

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)
  • STATX_ALL: "It is deprecated and should not be used."

Statx:

  • stx_subvol (Linux 6.10)
  • stx_atomic_write_unit_min and stx_atomic_write_unit_max (Linux 6.11)
  • stx_atomic_write_segments_max

StatxAttributes:

  • STATX_ATTR_COMPRESSED
  • STATX_ATTR_IMMUTABLE
  • STATX_ATTR_APPEND
  • STATX_ATTR_NODUMP
  • STATX_ATTR_ENCRYPTED
  • STATX_ATTR_AUTOMOUNT not listed in statx(2)
  • STATX_ATTR_MOUNT_ROOT (Linux 5.8)
  • STATX_ATTR_VERITY (Linux 5.5)
  • STATX_ATTR_DAX (Linux 5.8)
  • STATX_ATTR_WRITE_ATOMIC (Linux 6.11)
@sunfishcode sunfishcode added the enhancement New feature or request label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants