* [PATCH 5/5] f2fs: update f2fs documentation for inline dir support
@ 2014-08-09 2:51 ` Chao Yu
0 siblings, 0 replies; 2+ messages in thread
From: Chao Yu @ 2014-08-09 2:51 UTC (permalink / raw)
To: Jaegeuk Kim, Changman Lee; +Cc: linux-kernel, linux-f2fs-devel
This patch adds descriptions for the inline dir support in f2fs document.
Signed-off-by: Chao Yu <chao2.yu@samsung.com>
---
Documentation/filesystems/f2fs.txt | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt
index a2046a7..08c9493 100644
--- a/Documentation/filesystems/f2fs.txt
+++ b/Documentation/filesystems/f2fs.txt
@@ -120,8 +120,9 @@ active_logs=%u Support configuring the number of active logs. In the
disable_ext_identify Disable the extension list configured by mkfs, so f2fs
does not aware of cold files such as media files.
inline_xattr Enable the inline xattrs feature.
-inline_data Enable the inline data feature: New created small(<~3.4k)
- files can be written into inode block.
+inline_data Enable the inline data feature: data(<~3.4k) in new
+ created small file and limited directory entries can be
+ written into to inode block.
flush_merge Merge concurrent cache_flush commands as much as possible
to eliminate redundant command issues. If the underlying
device handles the cache_flush command relatively slowly,
--
2.0.1.474.g72c7794
------------------------------------------------------------------------------
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [f2fs-dev][PATCH 5/5] f2fs: update f2fs documentation for inline dir support
@ 2014-08-09 2:51 ` Chao Yu
0 siblings, 0 replies; 2+ messages in thread
From: Chao Yu @ 2014-08-09 2:51 UTC (permalink / raw)
To: Jaegeuk Kim, Changman Lee; +Cc: linux-f2fs-devel, linux-kernel
This patch adds descriptions for the inline dir support in f2fs document.
Signed-off-by: Chao Yu <chao2.yu@samsung.com>
---
Documentation/filesystems/f2fs.txt | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt
index a2046a7..08c9493 100644
--- a/Documentation/filesystems/f2fs.txt
+++ b/Documentation/filesystems/f2fs.txt
@@ -120,8 +120,9 @@ active_logs=%u Support configuring the number of active logs. In the
disable_ext_identify Disable the extension list configured by mkfs, so f2fs
does not aware of cold files such as media files.
inline_xattr Enable the inline xattrs feature.
-inline_data Enable the inline data feature: New created small(<~3.4k)
- files can be written into inode block.
+inline_data Enable the inline data feature: data(<~3.4k) in new
+ created small file and limited directory entries can be
+ written into to inode block.
flush_merge Merge concurrent cache_flush commands as much as possible
to eliminate redundant command issues. If the underlying
device handles the cache_flush command relatively slowly,
--
2.0.1.474.g72c7794
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-09 2:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-09 2:51 [PATCH 5/5] f2fs: update f2fs documentation for inline dir support Chao Yu
2014-08-09 2:51 ` [f2fs-dev][PATCH " Chao Yu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.