Linux userland API discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/3] man2: Document RWF_ATOMIC
@ 2024-01-24 11:27 John Garry
  2024-01-24 11:27 ` [PATCH v2 1/3] statx.2: Document STATX_WRITE_ATOMIC John Garry
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: John Garry @ 2024-01-24 11:27 UTC (permalink / raw)
  To: linux-kernel, linux-api
  Cc: martin.petersen, djwong, david, himanshu.madhani, hch, viro,
	brauner, jack, John Garry

Document RWF_ATOMIC flag for pwritev2().

RWF_ATOMIC atomic is used for enabling torn-write protection.

We use RWF_ATOMIC as this is legacy name for similar feature proposed in
the past.

Differences to v1:
- Add statx max segments param
- Expand readv.2 description
- Document EINVAL

Himanshu Madhani (2):
  statx.2: Document STATX_WRITE_ATOMIC
  readv.2: Document RWF_ATOMIC flag

John Garry (1):
  io_submit.2: Document RWF_ATOMIC

 man2/io_submit.2 | 17 +++++++++++
 man2/readv.2     | 73 +++++++++++++++++++++++++++++++++++++++++++++++-
 man2/statx.2     | 29 +++++++++++++++++++
 3 files changed, 118 insertions(+), 1 deletion(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-01-24 11:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-24 11:27 [PATCH v2 0/3] man2: Document RWF_ATOMIC John Garry
2024-01-24 11:27 ` [PATCH v2 1/3] statx.2: Document STATX_WRITE_ATOMIC John Garry
2024-01-24 11:27 ` [PATCH v2 2/3] readv.2: Document RWF_ATOMIC flag John Garry
2024-01-24 11:27 ` [PATCH v2 3/3] io_submit.2: Document RWF_ATOMIC John Garry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox