doc: add documentation for uncached buffered I/O#1995
Merged
Conversation
sitsofe
requested changes
Oct 5, 2025
Collaborator
There was a problem hiding this comment.
@Panky-codes:
Good catch! Could you:
- Mention
RWF_DONTCACHEsomewhere so it's easier to tie up with documentation for the syscall? - Add this change to the fio.1 man page?
- Squash any subsequent changes down to one commit and change the title from HOWTO: ... to doc: ...
df70934 to
a6ba23a
Compare
a6ba23a to
b1d085f
Compare
Contributor
Author
|
While we are on this topic, any reason |
sitsofe
requested changes
Oct 5, 2025
Documentation was not updated when this option was reintroduced[1]. Add the documentation for `uncached` option. [1] axboe@43c67b9 Signed-off-by: Pankaj Raghav <[email protected]>
b1d085f to
d675939
Compare
sitsofe
approved these changes
Oct 5, 2025
Collaborator
sitsofe
left a comment
There was a problem hiding this comment.
@vincentkfu, @axboe this LGTM!
Owner
|
Thanks! |
Collaborator
Personally I don't see why it couldn't be |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation was not updated when this option was reintroduced[1].
Add the documentation for
uncachedoption.[1] 43c67b9