Re: [PATCH 0/2] fs/squashfs: Add new decompression algorithms

2020-08-12 Thread Tom Rini
On Wed, Aug 12, 2020 at 05:13:06PM +0200, Joao Marcos Costa wrote: > On Tue, 11 Aug 2020 11:13:41 -0400 > Tom Rini wrote: > > > On Tue, Aug 11, 2020 at 03:17:53PM +0200, Joao Marcos Costa wrote: > > > > > Hello, > > > > > > Following the SquashFS support, this series adds support for LZO > > >

Re: [PATCH 0/2] fs/squashfs: Add new decompression algorithms

2020-08-12 Thread Joao Marcos Costa
On Tue, 11 Aug 2020 11:13:41 -0400 Tom Rini wrote: > On Tue, Aug 11, 2020 at 03:17:53PM +0200, Joao Marcos Costa wrote: > > > Hello, > > > > Following the SquashFS support, this series adds support for LZO > > and ZSTD algorithms. The only compression type enabled by default > > is ZLIB, so LZO

Re: [PATCH 0/2] fs/squashfs: Add new decompression algorithms

2020-08-11 Thread Joao Marcos Costa
On Tue, 11 Aug 2020 11:13:41 -0400 Tom Rini wrote: > On Tue, Aug 11, 2020 at 03:17:53PM +0200, Joao Marcos Costa wrote: > > > Hello, > > > > Following the SquashFS support, this series adds support for LZO > > and ZSTD algorithms. The only compression type enabled by default > > is ZLIB, so LZO

Re: [PATCH 0/2] fs/squashfs: Add new decompression algorithms

2020-08-11 Thread Tom Rini
On Tue, Aug 11, 2020 at 03:17:53PM +0200, Joao Marcos Costa wrote: > Hello, > > Following the SquashFS support, this series adds support for LZO and ZSTD > algorithms. The only compression type enabled by default is ZLIB, so LZO > and ZSTD need to be manually selected. > > Joao Marcos Costa (2):

[PATCH 0/2] fs/squashfs: Add new decompression algorithms

2020-08-11 Thread Joao Marcos Costa
Hello, Following the SquashFS support, this series adds support for LZO and ZSTD algorithms. The only compression type enabled by default is ZLIB, so LZO and ZSTD need to be manually selected. Joao Marcos Costa (2): fs/squashfs: add support for LZO decompression fs/squashfs: add support for Z