io_submit.2: Add kernel version numbers for various 'aio_rw_flags' flags

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-04-12 11:19:39 +02:00
parent 21487837da
commit 2f72816f86
1 changed files with 4 additions and 4 deletions

View File

@ -89,7 +89,7 @@ The
field is ignored. field is ignored.
The file offset is not changed. The file offset is not changed.
.TP .TP
.B RWF_DSYNC .BR RWF_DSYNC " (since Linux 4.7)"
Write operation complete according to requirement of Write operation complete according to requirement of
synchronized I/O data integrity. synchronized I/O data integrity.
See the description of the flag of the same name in See the description of the flag of the same name in
@ -99,10 +99,10 @@ as well the description of
in in
.BR open (2). .BR open (2).
.TP .TP
.B RWF_HIPRI .BR RWF_HIPRI " (since Linux 4.6)"
High priority request, poll if possible High priority request, poll if possible
.TP .TP
.B RWF_NOWAIT .BR RWF_NOWAIT " (since Linux 4.14)"
Don't wait if the I/O will block for operations such as Don't wait if the I/O will block for operations such as
file block allocations, dirty page flush, mutex locks, file block allocations, dirty page flush, mutex locks,
or a congested block device inside the kernel. or a congested block device inside the kernel.
@ -116,7 +116,7 @@ field of the
structure (see structure (see
.BR io_getevents (2)). .BR io_getevents (2)).
.TP .TP
.B RWF_SYNC .BR RWF_SYNC " (since Linux 4.7)"
Write operation complete according to requirement of Write operation complete according to requirement of
synchronized I/O file integrity. synchronized I/O file integrity.
See the description of the flag of the same name in See the description of the flag of the same name in