All of lore.kernel.org
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH] mkfs.f2fs: add VM disk files to hot data types
@ 2021-02-14  9:43 Park Ju Hyung
  2021-02-16 16:01 ` Jaegeuk Kim
  2021-02-19  7:30 ` Chao Yu
  0 siblings, 2 replies; 3+ messages in thread
From: Park Ju Hyung @ 2021-02-14  9:43 UTC (permalink / raw)
  To: linux-f2fs-devel

Similar to .db files, these are randomly updated extremely frequently.

Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
---
 mkfs/f2fs_format.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/mkfs/f2fs_format.c b/mkfs/f2fs_format.c
index a6c542e8e1f0..dbb5bb3e2ba7 100644
--- a/mkfs/f2fs_format.c
+++ b/mkfs/f2fs_format.c
@@ -96,6 +96,13 @@ const char *media_ext_lists[] = {
 
 const char *hot_ext_lists[] = {
 	"db",
+
+#ifndef WITH_ANDROID
+	/* Virtual machines */
+	"vmdk", // VMware or VirtualBox
+	"vdi", // VirtualBox
+	"qcow2", // QEMU
+#endif
 	NULL
 };
 
-- 
2.30.0



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [f2fs-dev] [PATCH] mkfs.f2fs: add VM disk files to hot data types
  2021-02-14  9:43 [f2fs-dev] [PATCH] mkfs.f2fs: add VM disk files to hot data types Park Ju Hyung
@ 2021-02-16 16:01 ` Jaegeuk Kim
  2021-02-19  7:30 ` Chao Yu
  1 sibling, 0 replies; 3+ messages in thread
From: Jaegeuk Kim @ 2021-02-16 16:01 UTC (permalink / raw)
  To: Park Ju Hyung; +Cc: linux-f2fs-devel

Thanks, applied. :)

On 02/14, Park Ju Hyung wrote:
> Similar to .db files, these are randomly updated extremely frequently.
> 
> Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
> ---
>  mkfs/f2fs_format.c | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/mkfs/f2fs_format.c b/mkfs/f2fs_format.c
> index a6c542e8e1f0..dbb5bb3e2ba7 100644
> --- a/mkfs/f2fs_format.c
> +++ b/mkfs/f2fs_format.c
> @@ -96,6 +96,13 @@ const char *media_ext_lists[] = {
>  
>  const char *hot_ext_lists[] = {
>  	"db",
> +
> +#ifndef WITH_ANDROID
> +	/* Virtual machines */
> +	"vmdk", // VMware or VirtualBox
> +	"vdi", // VirtualBox
> +	"qcow2", // QEMU
> +#endif
>  	NULL
>  };
>  
> -- 
> 2.30.0
> 
> 
> 
> _______________________________________________
> Linux-f2fs-devel mailing list
> Linux-f2fs-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [f2fs-dev] [PATCH] mkfs.f2fs: add VM disk files to hot data types
  2021-02-14  9:43 [f2fs-dev] [PATCH] mkfs.f2fs: add VM disk files to hot data types Park Ju Hyung
  2021-02-16 16:01 ` Jaegeuk Kim
@ 2021-02-19  7:30 ` Chao Yu
  1 sibling, 0 replies; 3+ messages in thread
From: Chao Yu @ 2021-02-19  7:30 UTC (permalink / raw)
  To: Park Ju Hyung, linux-f2fs-devel

On 2021/2/14 17:43, Park Ju Hyung wrote:
> Similar to .db files, these are randomly updated extremely frequently.
> 
> Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>

Reviewed-by: Chao Yu <yuchao0@huawei.com>

Thanks,


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-19  7:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-14  9:43 [f2fs-dev] [PATCH] mkfs.f2fs: add VM disk files to hot data types Park Ju Hyung
2021-02-16 16:01 ` Jaegeuk Kim
2021-02-19  7:30 ` 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.