All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation/filesystem/dax: update DAX description on erofs
@ 2022-03-08  3:41 ` Hongnan Li
  0 siblings, 0 replies; 6+ messages in thread
From: Hongnan Li @ 2022-03-08  3:41 UTC (permalink / raw)
  To: linux-erofs, xiang, chao; +Cc: linux-doc, corbet, linux-kernel

From: lihongnan <hongnan.lhn@alibaba-inc.com>

Add missing erofs fsdax description since fsdax has been supported
on erofs from Linux 5.15.

Signed-off-by: lihongnan <hongnan.lhn@alibaba-inc.com>
---
 Documentation/filesystems/dax.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/filesystems/dax.rst b/Documentation/filesystems/dax.rst
index e3b30429d703..c04609d8ee24 100644
--- a/Documentation/filesystems/dax.rst
+++ b/Documentation/filesystems/dax.rst
@@ -23,11 +23,11 @@ on it as usual.  The `DAX` code currently only supports files with a block
 size equal to your kernel's `PAGE_SIZE`, so you may need to specify a block
 size when creating the filesystem.
 
-Currently 4 filesystems support `DAX`: ext2, ext4, xfs and virtiofs.
+Currently 5 filesystems support `DAX`: ext2, ext4, xfs, virtiofs and erofs.
 Enabling `DAX` on them is different.
 
-Enabling DAX on ext2
---------------------
+Enabling DAX on ext2 and erofs
+------------------------------
 
 When mounting the filesystem, use the ``-o dax`` option on the command line or
 add 'dax' to the options in ``/etc/fstab``.  This works to enable `DAX` on all files
-- 
2.32.0 (Apple Git-132)


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

* [PATCH] Documentation/filesystem/dax: update DAX description on erofs
@ 2022-03-08  3:41 ` Hongnan Li
  0 siblings, 0 replies; 6+ messages in thread
From: Hongnan Li @ 2022-03-08  3:41 UTC (permalink / raw)
  To: linux-erofs, xiang, chao; +Cc: corbet, linux-kernel, linux-doc

From: lihongnan <hongnan.lhn@alibaba-inc.com>

Add missing erofs fsdax description since fsdax has been supported
on erofs from Linux 5.15.

Signed-off-by: lihongnan <hongnan.lhn@alibaba-inc.com>
---
 Documentation/filesystems/dax.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/filesystems/dax.rst b/Documentation/filesystems/dax.rst
index e3b30429d703..c04609d8ee24 100644
--- a/Documentation/filesystems/dax.rst
+++ b/Documentation/filesystems/dax.rst
@@ -23,11 +23,11 @@ on it as usual.  The `DAX` code currently only supports files with a block
 size equal to your kernel's `PAGE_SIZE`, so you may need to specify a block
 size when creating the filesystem.
 
-Currently 4 filesystems support `DAX`: ext2, ext4, xfs and virtiofs.
+Currently 5 filesystems support `DAX`: ext2, ext4, xfs, virtiofs and erofs.
 Enabling `DAX` on them is different.
 
-Enabling DAX on ext2
---------------------
+Enabling DAX on ext2 and erofs
+------------------------------
 
 When mounting the filesystem, use the ``-o dax`` option on the command line or
 add 'dax' to the options in ``/etc/fstab``.  This works to enable `DAX` on all files
-- 
2.32.0 (Apple Git-132)


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

* Re: [PATCH] Documentation/filesystem/dax: update DAX description on erofs
  2022-03-08  3:41 ` Hongnan Li
@ 2022-03-08  5:59   ` Gao Xiang
  -1 siblings, 0 replies; 6+ messages in thread
From: Gao Xiang @ 2022-03-08  5:59 UTC (permalink / raw)
  To: Hongnan Li; +Cc: linux-erofs, xiang, chao, linux-doc, corbet, linux-kernel

On Tue, Mar 08, 2022 at 11:41:39AM +0800, Hongnan Li wrote:
> From: lihongnan <hongnan.lhn@alibaba-inc.com>
> 
> Add missing erofs fsdax description since fsdax has been supported
> on erofs from Linux 5.15.
> 
> Signed-off-by: lihongnan <hongnan.lhn@alibaba-inc.com>

Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com>

(If no other concern, I will apply it for -5.18 cycle...)

Thanks,
Gao Xiang

> ---
>  Documentation/filesystems/dax.rst | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/filesystems/dax.rst b/Documentation/filesystems/dax.rst
> index e3b30429d703..c04609d8ee24 100644
> --- a/Documentation/filesystems/dax.rst
> +++ b/Documentation/filesystems/dax.rst
> @@ -23,11 +23,11 @@ on it as usual.  The `DAX` code currently only supports files with a block
>  size equal to your kernel's `PAGE_SIZE`, so you may need to specify a block
>  size when creating the filesystem.
>  
> -Currently 4 filesystems support `DAX`: ext2, ext4, xfs and virtiofs.
> +Currently 5 filesystems support `DAX`: ext2, ext4, xfs, virtiofs and erofs.
>  Enabling `DAX` on them is different.
>  
> -Enabling DAX on ext2
> ---------------------
> +Enabling DAX on ext2 and erofs
> +------------------------------
>  
>  When mounting the filesystem, use the ``-o dax`` option on the command line or
>  add 'dax' to the options in ``/etc/fstab``.  This works to enable `DAX` on all files
> -- 
> 2.32.0 (Apple Git-132)

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

* Re: [PATCH] Documentation/filesystem/dax: update DAX description on erofs
@ 2022-03-08  5:59   ` Gao Xiang
  0 siblings, 0 replies; 6+ messages in thread
From: Gao Xiang @ 2022-03-08  5:59 UTC (permalink / raw)
  To: Hongnan Li; +Cc: corbet, linux-doc, linux-kernel, linux-erofs

On Tue, Mar 08, 2022 at 11:41:39AM +0800, Hongnan Li wrote:
> From: lihongnan <hongnan.lhn@alibaba-inc.com>
> 
> Add missing erofs fsdax description since fsdax has been supported
> on erofs from Linux 5.15.
> 
> Signed-off-by: lihongnan <hongnan.lhn@alibaba-inc.com>

Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com>

(If no other concern, I will apply it for -5.18 cycle...)

Thanks,
Gao Xiang

> ---
>  Documentation/filesystems/dax.rst | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/filesystems/dax.rst b/Documentation/filesystems/dax.rst
> index e3b30429d703..c04609d8ee24 100644
> --- a/Documentation/filesystems/dax.rst
> +++ b/Documentation/filesystems/dax.rst
> @@ -23,11 +23,11 @@ on it as usual.  The `DAX` code currently only supports files with a block
>  size equal to your kernel's `PAGE_SIZE`, so you may need to specify a block
>  size when creating the filesystem.
>  
> -Currently 4 filesystems support `DAX`: ext2, ext4, xfs and virtiofs.
> +Currently 5 filesystems support `DAX`: ext2, ext4, xfs, virtiofs and erofs.
>  Enabling `DAX` on them is different.
>  
> -Enabling DAX on ext2
> ---------------------
> +Enabling DAX on ext2 and erofs
> +------------------------------
>  
>  When mounting the filesystem, use the ``-o dax`` option on the command line or
>  add 'dax' to the options in ``/etc/fstab``.  This works to enable `DAX` on all files
> -- 
> 2.32.0 (Apple Git-132)

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

* Re: [PATCH] Documentation/filesystem/dax: update DAX description on erofs
  2022-03-08  3:41 ` Hongnan Li
@ 2022-03-11  8:22   ` Chao Yu
  -1 siblings, 0 replies; 6+ messages in thread
From: Chao Yu @ 2022-03-11  8:22 UTC (permalink / raw)
  To: Hongnan Li, linux-erofs, xiang; +Cc: linux-doc, corbet, linux-kernel

On 2022/3/8 11:41, Hongnan Li wrote:
> From: lihongnan <hongnan.lhn@alibaba-inc.com>
> 
> Add missing erofs fsdax description since fsdax has been supported
> on erofs from Linux 5.15.
> 
> Signed-off-by: lihongnan <hongnan.lhn@alibaba-inc.com>

Acked-by: Chao Yu <chao@kernel.org>

Thanks,

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

* Re: [PATCH] Documentation/filesystem/dax: update DAX description on erofs
@ 2022-03-11  8:22   ` Chao Yu
  0 siblings, 0 replies; 6+ messages in thread
From: Chao Yu @ 2022-03-11  8:22 UTC (permalink / raw)
  To: Hongnan Li, linux-erofs, xiang; +Cc: corbet, linux-kernel, linux-doc

On 2022/3/8 11:41, Hongnan Li wrote:
> From: lihongnan <hongnan.lhn@alibaba-inc.com>
> 
> Add missing erofs fsdax description since fsdax has been supported
> on erofs from Linux 5.15.
> 
> Signed-off-by: lihongnan <hongnan.lhn@alibaba-inc.com>

Acked-by: Chao Yu <chao@kernel.org>

Thanks,

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

end of thread, other threads:[~2022-03-11  8:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08  3:41 [PATCH] Documentation/filesystem/dax: update DAX description on erofs Hongnan Li
2022-03-08  3:41 ` Hongnan Li
2022-03-08  5:59 ` Gao Xiang
2022-03-08  5:59   ` Gao Xiang
2022-03-11  8:22 ` Chao Yu
2022-03-11  8:22   ` 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.