All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto-docs][PATCH v2] Document erofs filesystem targets
@ 2021-05-26 21:54 Richard Weinberger
  2021-05-27  8:58 ` [docs] " Quentin Schulz
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Weinberger @ 2021-05-26 21:54 UTC (permalink / raw)
  To: docs; +Cc: Richard Weinberger

Signed-off-by: Richard Weinberger <richard@nod.at>
---
Changes since v1:
 - Order filesystem types alphabetically (requested by Quentin Schulz)
---
 documentation/ref-manual/kickstart.rst | 8 +++++---
 documentation/ref-manual/variables.rst | 3 +++
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/documentation/ref-manual/kickstart.rst b/documentation/ref-manual/kickstart.rst
index 8308ffff5b72..a7443f9ea37b 100644
--- a/documentation/ref-manual/kickstart.rst
+++ b/documentation/ref-manual/kickstart.rst
@@ -106,13 +106,15 @@ the ``part`` and ``partition`` commands:
 -  ``--fstype``: Sets the file system type for the partition. Valid
    values are:
 
-   -  ``ext4``
+   -  ``btrfs``
 
-   -  ``ext3``
+   -  ``erofs``
 
    -  ``ext2``
 
-   -  ``btrfs``
+   -  ``ext3``
+
+   -  ``ext4``
 
    -  ``squashfs``
 
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index df6413b68ae9..b0dacf9fbf83 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -3279,6 +3279,9 @@ system and gives an overview of their function and contents.
       - cpio.lzma
       - cpio.xz
       - cramfs
+      - erofs
+      - erofs-lz4
+      - erofs-lz4hc
       - ext2
       - ext2.bz2
       - ext2.gz
-- 
2.26.2


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

* Re: [docs] [yocto-docs][PATCH v2] Document erofs filesystem targets
  2021-05-26 21:54 [yocto-docs][PATCH v2] Document erofs filesystem targets Richard Weinberger
@ 2021-05-27  8:58 ` Quentin Schulz
  2021-05-28 13:36   ` Michael Opdenacker
  0 siblings, 1 reply; 3+ messages in thread
From: Quentin Schulz @ 2021-05-27  8:58 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: docs

Hi Richard,

On Wed, May 26, 2021 at 11:54:43PM +0200, Richard Weinberger wrote:
> Signed-off-by: Richard Weinberger <richard@nod.at>
> ---
> Changes since v1:
>  - Order filesystem types alphabetically (requested by Quentin Schulz)
> ---
>  documentation/ref-manual/kickstart.rst | 8 +++++---
>  documentation/ref-manual/variables.rst | 3 +++
>  2 files changed, 8 insertions(+), 3 deletions(-)
> 
> diff --git a/documentation/ref-manual/kickstart.rst b/documentation/ref-manual/kickstart.rst
> index 8308ffff5b72..a7443f9ea37b 100644
> --- a/documentation/ref-manual/kickstart.rst
> +++ b/documentation/ref-manual/kickstart.rst
> @@ -106,13 +106,15 @@ the ``part`` and ``partition`` commands:
>  -  ``--fstype``: Sets the file system type for the partition. Valid
>     values are:
>  
> -   -  ``ext4``
> +   -  ``btrfs``
>  
> -   -  ``ext3``
> +   -  ``erofs``
>  
>     -  ``ext2``
>  
> -   -  ``btrfs``
> +   -  ``ext3``
> +
> +   -  ``ext4``
>  
>     -  ``squashfs``
>  
> diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
> index df6413b68ae9..b0dacf9fbf83 100644
> --- a/documentation/ref-manual/variables.rst
> +++ b/documentation/ref-manual/variables.rst
> @@ -3279,6 +3279,9 @@ system and gives an overview of their function and contents.
>        - cpio.lzma
>        - cpio.xz
>        - cramfs
> +      - erofs
> +      - erofs-lz4
> +      - erofs-lz4hc
>        - ext2
>        - ext2.bz2
>        - ext2.gz

Reviewed-by: Quentin Schulz <foss@0leil.net>

Thanks for the patch!
Quentin

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

* Re: [docs] [yocto-docs][PATCH v2] Document erofs filesystem targets
  2021-05-27  8:58 ` [docs] " Quentin Schulz
@ 2021-05-28 13:36   ` Michael Opdenacker
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Opdenacker @ 2021-05-28 13:36 UTC (permalink / raw)
  To: docs

Richard, Quentin,

On 5/27/21 10:58 AM, Quentin Schulz wrote:
> Hi Richard,
>
> On Wed, May 26, 2021 at 11:54:43PM +0200, Richard Weinberger wrote:
>> Signed-off-by: Richard Weinberger <richard@nod.at>
>> ---
>> Changes since v1:
>>  - Order filesystem types alphabetically (requested by Quentin Schulz)
>> ---
>>  documentation/ref-manual/kickstart.rst | 8 +++++---
>>  documentation/ref-manual/variables.rst | 3 +++
>>  2 files changed, 8 insertions(+), 3 deletions(-)
>>
>> diff --git a/documentation/ref-manual/kickstart.rst b/documentation/ref-manual/kickstart.rst
>> index 8308ffff5b72..a7443f9ea37b 100644
>> --- a/documentation/ref-manual/kickstart.rst
>> +++ b/documentation/ref-manual/kickstart.rst
>> @@ -106,13 +106,15 @@ the ``part`` and ``partition`` commands:
>>  -  ``--fstype``: Sets the file system type for the partition. Valid
>>     values are:
>>  
>> -   -  ``ext4``
>> +   -  ``btrfs``
>>  
>> -   -  ``ext3``
>> +   -  ``erofs``
>>  
>>     -  ``ext2``
>>  
>> -   -  ``btrfs``
>> +   -  ``ext3``
>> +
>> +   -  ``ext4``
>>  
>>     -  ``squashfs``
>>  
>> diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
>> index df6413b68ae9..b0dacf9fbf83 100644
>> --- a/documentation/ref-manual/variables.rst
>> +++ b/documentation/ref-manual/variables.rst
>> @@ -3279,6 +3279,9 @@ system and gives an overview of their function and contents.
>>        - cpio.lzma
>>        - cpio.xz
>>        - cramfs
>> +      - erofs
>> +      - erofs-lz4
>> +      - erofs-lz4hc
>>        - ext2
>>        - ext2.bz2
>>        - ext2.gz
> Reviewed-by: Quentin Schulz <foss@0leil.net>


Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>

Thanks for the patch and the review. I merged it into the "master-next"
branch of "yocto-docs".

Now, Richard will be forced to merge your erofs patches into
openembedded-core ;-)

Good to know that erofs has better read performance than squashfs!

Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

end of thread, other threads:[~2021-05-28 13:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26 21:54 [yocto-docs][PATCH v2] Document erofs filesystem targets Richard Weinberger
2021-05-27  8:58 ` [docs] " Quentin Schulz
2021-05-28 13:36   ` Michael Opdenacker

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.