Re: [PATCH -next] iomap: fix inline data on buffered read

2025-03-18 Thread
>Previously, iomap_readpage_iter() returning 0 would break out of the loops of >iomap_readahead_iter(), which is what iomap_read_inline_data() relies on. > >However, commit d9dc477ff6a2 ("iomap: advance the iter directly on buffered >read") changes this behavior without calling iomap_iter_advance()

RE: [PATCH] erofs-utils: lib: fix maximum huffman length for kite-deflate

2025-04-10 Thread
On 2025/4/11 2:34, Gao Xiang wrote: >It should be kTableDirectLevels - 1 (15) instead of 16; otherwise, it will be >incorrectly identified as kBitLensRepNumber_3_6. > >Reported-by: Bo Liu >Signed-off-by: Gao Xiang Tested-by Bo Liu Thanks. smime.p7s Description: S/MIME cryptographic signatur

RE: [PATCH v5] erofs: support deflate decompress by using Intel QAT

2025-05-22 Thread
>-Original Message- >From: Gao Xiang >Sent: Thursday, May 22, 2025 3:54 PM >To: Bo Liu (刘波)-浪潮信息 ; xi...@kernel.org; >c...@kernel.org >Cc: linux-erofs@lists.ozlabs.org; linux-ker...@vger.kernel.org >Subject: Re: [PATCH v5] erofs: support deflate decompress by usi

RE: [PATCH v6] erofs: support deflate decompress by using Intel QAT

2025-05-22 Thread
>-Original Message- >From: Gao Xiang >Sent: Thursday, May 22, 2025 4:34 PM >To: Bo Liu (刘波)-浪潮信息 ; xi...@kernel.org; >c...@kernel.org >Cc: linux-erofs@lists.ozlabs.org; linux-ker...@vger.kernel.org >Subject: Re: [PATCH v6] erofs: support deflate decompress by usin

Re: [PATCH] erofs: support metadata compression

2025-07-10 Thread
smime.p7m Description: S/MIME encrypted message

Re: [PATCH] erofs: fix build error with CONFIG_EROFS_FS_ZIP_ACCEL=y

2025-07-16 Thread
>On 2025/7/17 09:34, Bo Liu wrote: >> fix build err: >> ld.lld: error: undefined symbol: crypto_req_done >> referenced by decompressor_crypto.c >> fs/erofs/decompressor_crypto.o:(z_erofs_crypto_decompress) in >archive vmlinux.a >> referenced by decompressor_crypto.c >> fs/

RE: [PATCH v2] erofs: fix build error with CONFIG_EROFS_FS_ZIP_ACCEL=y

2025-07-16 Thread
>On 2025/7/17 09:58, Bo Liu wrote: >> fix build err: >> ld.lld: error: undefined symbol: crypto_req_done >> referenced by decompressor_crypto.c >> fs/erofs/decompressor_crypto.o:(z_erofs_crypto_decompress) in >archive vmlinux.a >> referenced by decompressor_crypto.c >> fs/