diff options
| author | Christian Brauner <brauner@kernel.org> | 2025-01-09 18:23:26 +0300 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2025-01-09 18:23:26 +0300 |
| commit | cf40ebb2ed9fde24195260637e00e47a6f0e7c15 (patch) | |
| tree | 30d739022ac9055134a15eaf74f36dc34df677bf /include/linux | |
| parent | 40384c840ea1944d7c5a392e8975ed088ecf0b37 (diff) | |
| parent | 468210ec76e155bbc53f8fc41b2bd5e26a2f6d20 (diff) | |
| download | linux-cf40ebb2ed9fde24195260637e00e47a6f0e7c15.tar.xz | |
Merge patch series "add STATX_DIO_READ_ALIGN v3"
Christoph Hellwig <hch@lst.de> says:
File systems that write out of place usually require different alignment
for direct I/O writes than what they can do for reads. This series tries
to address this by adding yet another statx field.
* patches from https://lore.kernel.org/r/20250109083109.1441561-1-hch@lst.de:
xfs: report larger dio alignment for COW inodes
xfs: report the correct read/write dio alignment for reflinked inodes
xfs: cleanup xfs_vn_getattr
fs: add STATX_DIO_READ_ALIGN
fs: reformat the statx definition
Link: https://lore.kernel.org/r/20250109083109.1441561-1-hch@lst.de
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/stat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/stat.h b/include/linux/stat.h index 3d900c86981c..9d8382e23a9c 100644 --- a/include/linux/stat.h +++ b/include/linux/stat.h @@ -52,6 +52,7 @@ struct kstat { u64 mnt_id; u32 dio_mem_align; u32 dio_offset_align; + u32 dio_read_offset_align; u64 change_cookie; u64 subvol; u32 atomic_write_unit_min; |
