linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] man2: Document RWF_ATOMIC
@ 2024-07-08 11:42 John Garry
  2024-07-08 11:42 ` [PATCH v3 1/3] statx.2: Document STATX_WRITE_ATOMIC John Garry
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: John Garry @ 2024-07-08 11:42 UTC (permalink / raw)
  To: alx
  Cc: linux-man, linux-fsdevel, axboe, hch, djwong, dchinner,
	martin.petersen, 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.

Kernel support has now been queued in
https://lore.kernel.org/linux-block/20240620125359.2684798-1-john.g.garry@oracle.com/

Differences to v2:
- rebase

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

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

-- 
2.31.1


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

end of thread, other threads:[~2024-07-10 10:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-08 11:42 [PATCH v3 0/3] man2: Document RWF_ATOMIC John Garry
2024-07-08 11:42 ` [PATCH v3 1/3] statx.2: Document STATX_WRITE_ATOMIC John Garry
2024-07-09 16:48   ` Alejandro Colomar
2024-07-10 10:11     ` John Garry
2024-07-10 10:23       ` Alejandro Colomar
2024-07-08 11:42 ` [PATCH v3 2/3] readv.2: Document RWF_ATOMIC flag John Garry
2024-07-09 16:51   ` Alejandro Colomar
2024-07-08 11:42 ` [PATCH v3 3/3] io_submit.2: Document RWF_ATOMIC John Garry
2024-07-09 16:52   ` Alejandro Colomar
2024-07-09 16:53     ` Alejandro Colomar
2024-07-10 10:13       ` John Garry
2024-07-09 16:43 ` [PATCH v3 0/3] man2: " Alejandro Colomar
2024-07-10 10:07   ` John Garry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).