|
|
Log in / Subscribe / Register

man2: Document RWF_ATOMIC

From:  John Garry <john.g.garry-AT-oracle.com>
To:  linux-kernel-AT-vger.kernel.org, linux-api-AT-vger.kernel.org
Subject:  [PATCH 0/4] man2: Document RWF_ATOMIC
Date:  Fri, 29 Sep 2023 09:37:13 +0000
Message-ID:  <20230929093717.2972367-1-john.g.garry@oracle.com>
Cc:  martin.petersen-AT-oracle.com, djwong-AT-kernel.org, david-AT-fromorbit.com, himanshu.madhani-AT-oracle.com, John Garry <john.g.garry-AT-oracle.com>
Archive-link:  Article

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.

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

John Garry (2):
  man2/open.2: Document RWF_ATOMIC
  io_submit.2: Document RWF_ATOMIC

 man2/io_submit.2 |  5 +++++
 man2/open.2      | 13 +++++++++++++
 man2/readv.2     | 45 +++++++++++++++++++++++++++++++++++++++++++++
 man2/statx.2     | 18 ++++++++++++++++++
 4 files changed, 81 insertions(+)

-- 
2.31.1



Copyright © 2023, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds