]> Git Repo - linux.git/commit
fs: Add initial atomic write support info to statx
authorPrasad Singamsetty <[email protected]>
Thu, 20 Jun 2024 12:53:53 +0000 (12:53 +0000)
committerJens Axboe <[email protected]>
Thu, 20 Jun 2024 21:19:17 +0000 (15:19 -0600)
commit0f9ca80fa4f9670ba09721e4e36b8baf086a500c
tree4dfa63ee8a626a636988e878c9031ed0bb02a8ef
parentc34fc6f26ab86d03a2d47446f42b6cd492dfdc56
fs: Add initial atomic write support info to statx

Extend statx system call to return additional info for atomic write support
support for a file.

Helper function generic_fill_statx_atomic_writes() can be used by FSes to
fill in the relevant statx fields. For now atomic_write_segments_max will
always be 1, otherwise some rules would need to be imposed on iovec length
and alignment, which we don't want now.

Signed-off-by: Prasad Singamsetty <[email protected]>
jpg: relocate bdev support to another patch
Reviewed-by: Darrick J. Wong <[email protected]>
Reviewed-by: Martin K. Petersen <[email protected]>
Signed-off-by: John Garry <[email protected]>
Acked-by: Darrick J. Wong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
fs/stat.c
include/linux/fs.h
include/linux/stat.h
include/uapi/linux/stat.h
This page took 0.070733 seconds and 4 git commands to generate.