2023-02-09 05:12:19

by Yue Hu

[permalink] [raw]
Subject: [PATCH] Documentation/ABI: sysfs-fs-erofs: update supported features

From: Yue Hu <[email protected]>

Add missing feaures for sysfs-fs-erofs feature doc.

Signed-off-by: Yue Hu <[email protected]>
---
Documentation/ABI/testing/sysfs-fs-erofs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/ABI/testing/sysfs-fs-erofs b/Documentation/ABI/testing/sysfs-fs-erofs
index bb4681a01811..284224d1b56f 100644
--- a/Documentation/ABI/testing/sysfs-fs-erofs
+++ b/Documentation/ABI/testing/sysfs-fs-erofs
@@ -4,7 +4,8 @@ Contact: "Huang Jianan" <[email protected]>
Description: Shows all enabled kernel features.
Supported features:
zero_padding, compr_cfgs, big_pcluster, chunked_file,
- device_table, compr_head2, sb_chksum.
+ device_table, compr_head2, sb_chksum, ztailpacking,
+ dedupe, fragments.

What: /sys/fs/erofs/<disk>/sync_decompress
Date: November 2021
--
2.17.1



2023-02-09 05:44:47

by Gao Xiang

[permalink] [raw]
Subject: Re: [PATCH] Documentation/ABI: sysfs-fs-erofs: update supported features



On 2023/2/9 13:11, Yue Hu wrote:
> From: Yue Hu <[email protected]>
>
> Add missing feaures for sysfs-fs-erofs feature doc.
>
> Signed-off-by: Yue Hu <[email protected]>

Reviewed-by: Gao Xiang <[email protected]>

Thanks,
Gao Xiang

> ---
> Documentation/ABI/testing/sysfs-fs-erofs | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/ABI/testing/sysfs-fs-erofs b/Documentation/ABI/testing/sysfs-fs-erofs
> index bb4681a01811..284224d1b56f 100644
> --- a/Documentation/ABI/testing/sysfs-fs-erofs
> +++ b/Documentation/ABI/testing/sysfs-fs-erofs
> @@ -4,7 +4,8 @@ Contact: "Huang Jianan" <[email protected]>
> Description: Shows all enabled kernel features.
> Supported features:
> zero_padding, compr_cfgs, big_pcluster, chunked_file,
> - device_table, compr_head2, sb_chksum.
> + device_table, compr_head2, sb_chksum, ztailpacking,
> + dedupe, fragments.
>
> What: /sys/fs/erofs/<disk>/sync_decompress
> Date: November 2021

2023-02-14 14:51:57

by Chao Yu

[permalink] [raw]
Subject: Re: [PATCH] Documentation/ABI: sysfs-fs-erofs: update supported features

On 2023/2/9 13:11, Yue Hu wrote:
> From: Yue Hu <[email protected]>
>
> Add missing feaures for sysfs-fs-erofs feature doc.
>
> Signed-off-by: Yue Hu <[email protected]>

Reviewed-by: Chao Yu <[email protected]>

Thanks,