--- v4
+++ v5
@@ -8,20 +8,17 @@
Kernel support has now been merged into Linus' tree, to be released in
v6.11
+Differences to v4:
+- Add RB tags from Darrick (thanks)
+- Revise description for readv.2 (Darrick)
+- Re-order RWF_ATOMIC in readv.2
+
Differences to v3:
- Formatting changes (Alex)
- semantic newlines
- Add missing .TP in statx
- Combine description of atomic write unit min and max
- misc others
-
-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
@@ -30,10 +27,10 @@
John Garry (1):
io_submit.2: Document RWF_ATOMIC
- man/man2/io_submit.2 | 19 +++++++++++
- man/man2/readv.2 | 76 ++++++++++++++++++++++++++++++++++++++++++++
- man/man2/statx.2 | 27 ++++++++++++++++
- 3 files changed, 122 insertions(+)
+ man/man2/io_submit.2 | 19 ++++++++++++++
+ man/man2/readv.2 | 61 ++++++++++++++++++++++++++++++++++++++++++++
+ man/man2/statx.2 | 27 ++++++++++++++++++++
+ 3 files changed, 107 insertions(+)
--
2.31.1