Skip to content

Newer statx features #1385

Open
Open
@rusty-snake

Description

@rusty-snake

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions