* [PATCH v2] docs: f2fs: specify extent cache for read explicitly
@ 2023-04-17 4:41 Yangtao Li
2023-04-18 2:10 ` Bagas Sanjaya
0 siblings, 1 reply; 3+ messages in thread
From: Yangtao Li @ 2023-04-17 4:41 UTC (permalink / raw)
To: Jaegeuk Kim, Chao Yu, Jonathan Corbet
Cc: Yangtao Li, linux-f2fs-devel, linux-doc, linux-kernel
Let's descrbie it's read extent cache.
Signed-off-by: Yangtao Li <frank.li@vivo.com>
---
v2:
-s/an/a
Documentation/filesystems/f2fs.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst
index c57745375edb..84911b7aff25 100644
--- a/Documentation/filesystems/f2fs.rst
+++ b/Documentation/filesystems/f2fs.rst
@@ -163,11 +163,11 @@ barrier If this option is set, cache_flush commands are allowed to be
fastboot This option is used when a system wants to reduce mount
time as much as possible, even though normal performance
can be sacrificed.
-extent_cache Enable an extent cache based on rb-tree, it can cache
- as many as extent which map between contiguous logical
+extent_cache Enable a read extent cache based on rb-tree, it can cache
+ many extents which map between contiguous logical
address and physical address per inode, resulting in
increasing the cache hit ratio. Set by default.
-noextent_cache Disable an extent cache based on rb-tree explicitly, see
+noextent_cache Disable a read extent cache based on rb-tree explicitly, see
the above extent_cache mount option.
noinline_data Disable the inline data feature, inline data feature is
enabled by default.
--
2.35.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] docs: f2fs: specify extent cache for read explicitly
2023-04-17 4:41 [PATCH v2] docs: f2fs: specify extent cache for read explicitly Yangtao Li
@ 2023-04-18 2:10 ` Bagas Sanjaya
2023-04-18 13:47 ` Jonathan Corbet
0 siblings, 1 reply; 3+ messages in thread
From: Bagas Sanjaya @ 2023-04-18 2:10 UTC (permalink / raw)
To: Yangtao Li, Jaegeuk Kim, Chao Yu, Jonathan Corbet
Cc: linux-f2fs-devel, linux-doc, linux-kernel
On 4/17/23 11:41, Yangtao Li wrote:
> Let's descrbie it's read extent cache.
"Clarify the fact that extent_cache and noextent_cache toggle read
extent cache on or off."
> -extent_cache Enable an extent cache based on rb-tree, it can cache
> - as many as extent which map between contiguous logical
> +extent_cache Enable a read extent cache based on rb-tree, it can cache
"... . It can cache ..."
> noinline_data Disable the inline data feature, inline data feature is
> enabled by default.
"Disable inline data feature, for which the feature is enabled by
default." (submit as separate patch).
Thanks.
--
An old man doll... just what I always wanted! - Clara
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] docs: f2fs: specify extent cache for read explicitly
2023-04-18 2:10 ` Bagas Sanjaya
@ 2023-04-18 13:47 ` Jonathan Corbet
0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2023-04-18 13:47 UTC (permalink / raw)
To: Bagas Sanjaya, Yangtao Li, Jaegeuk Kim, Chao Yu
Cc: linux-f2fs-devel, linux-doc, linux-kernel
Bagas Sanjaya <bagasdotme@gmail.com> writes:
> On 4/17/23 11:41, Yangtao Li wrote:
>> Let's descrbie it's read extent cache.
>
> "Clarify the fact that extent_cache and noextent_cache toggle read
> extent cache on or off."
Please stop nit-picking patches. This is good enough, though I might
fix the "describe" typo on the way in.
>> -extent_cache Enable an extent cache based on rb-tree, it can cache
>> - as many as extent which map between contiguous logical
>> +extent_cache Enable a read extent cache based on rb-tree, it can cache
> "... . It can cache ..."
Bagas. Enough. Seriously.
>> noinline_data Disable the inline data feature, inline data feature is
>> enabled by default.
>
> "Disable inline data feature, for which the feature is enabled by
> default." (submit as separate patch).
And please stop trying to make additional work for others. If you want
to improve something, submit a patch yourself.
jon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-04-18 13:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-17 4:41 [PATCH v2] docs: f2fs: specify extent cache for read explicitly Yangtao Li
2023-04-18 2:10 ` Bagas Sanjaya
2023-04-18 13:47 ` Jonathan Corbet
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).