Recent changes (master)
Jens Axboe <[email protected]>
| Newsgroups | org.kernel.vger.fio |
|---|---|
| Message-ID | <[email protected]> |
The following changes since commit a9f011b10a4b1795c6c340cef24b0b4a441570b5:
t/io_uring_cmd.py: test new bsg features (2026-08-20 18:25:48 +0000)
are available in the Git repository at:
git://git.kernel.dk/fio.git master
for you to fetch changes up to f5344384f7c7b6e9e6aa9336e476e8f6eb54dd3a:
Merge branch 'doc-fix' of https://github.com/Panky-codes/fio (2026-08-21 12:31:33 -0400)
----------------------------------------------------------------
Pankaj Raghav (1):
doc: change RWF_UNCACHED to RWF_DONTCACHE
Vincent Fu (1):
Merge branch 'doc-fix' of https://github.com/Panky-codes/fio
HOWTO.rst | 2 +-
fio.1 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
Diff of recent changes:
diff --git a/HOWTO.rst b/HOWTO.rst
index 410be6d3..e6a08800 100644
--- a/HOWTO.rst
+++ b/HOWTO.rst
@@ -2684,7 +2684,7 @@ with the caveat that when used on the command line, they must come after the
a writeback is initiated before the syscall returns. Pages are evicted
once the writeback completes.
- This option sets the RWF_UNCACHED flag (supported from the 6.14 Linux kernel) on
+ This option sets the RWF_DONTCACHE flag (supported from the 6.14 Linux kernel) on
a per-IO basis.
.. option:: atomic=bool : [pvsync2] [libaio] [io_uring]
diff --git a/fio.1 b/fio.1
index 915c8407..3988e8a9 100644
--- a/fio.1
+++ b/fio.1
@@ -2430,7 +2430,7 @@ after data is copied to userspace. Writes work like buffered writes but
a writeback is initiated before the syscall returns. Pages are evicted
once the writeback completes.
-This option sets the RWF_UNCACHED flag (supported from the 6.14 Linux kernel) on
+This option sets the RWF_DONTCACHE flag (supported from the 6.14 Linux kernel) on
a per-IO basis.
.TP
.BI (pvsync2,libaio,io_uring)atomic \fR=\fPbool