XFS With Linux 6.12 Adds New Ioctls To Exchange Contents Of Two Files
([Linux Storage] 5 Hours Ago
XFS)
- Reference: 0001492555
- News link: https://www.phoronix.com/news/XFS-Linux-6.12
- Source link:
The XFS file-system changes have been merged for the Linux 6.12 kernel and introduce new ioctls for being able to exchange the contents of two files.
The XFS file-system driver in Linux 6.12 adds the XFS_IOC_START_COMMIT and XFS_IOC_COMMIT_RANGE ioctls to manage atomic updates to file contents. The commit ioctl is similar to the existing XFS_IOC_EXCHANGE_RANGE but enforces that the file cannot have been changed since the sampling point.
The code comment for the new interface sums it up as:
"Using the same definition of file2 as struct xfs_exchange_range, commit the contents of file1 into file2 if file2 has the same inode number, mtime, and ctime as the arguments provided to the call. The old contents of file2 will be moved to file1."
The rest of the XFS changes for Linux 6.12 amount to an assortment of bug fixes.
More details on the XFS updates via [1]this pull that landed today into Linux 6.12 Git.
[1] https://lore.kernel.org/linux-xfs/172672320483.1036593.10886085851542621957.pr-tracker-bot@kernel.org/T/#t
The XFS file-system driver in Linux 6.12 adds the XFS_IOC_START_COMMIT and XFS_IOC_COMMIT_RANGE ioctls to manage atomic updates to file contents. The commit ioctl is similar to the existing XFS_IOC_EXCHANGE_RANGE but enforces that the file cannot have been changed since the sampling point.
The code comment for the new interface sums it up as:
"Using the same definition of file2 as struct xfs_exchange_range, commit the contents of file1 into file2 if file2 has the same inode number, mtime, and ctime as the arguments provided to the call. The old contents of file2 will be moved to file1."
The rest of the XFS changes for Linux 6.12 amount to an assortment of bug fixes.
More details on the XFS updates via [1]this pull that landed today into Linux 6.12 Git.
[1] https://lore.kernel.org/linux-xfs/172672320483.1036593.10886085851542621957.pr-tracker-bot@kernel.org/T/#t
intelfx