Re: [f2fs-dev] [PATCH v3 3/6] f2fs: compress: fix to check unreleased compressed cluster

2024-01-12 Thread Daeho Jeong
On Thu, Jan 11, 2024 at 5:06 PM Chao Yu wrote: > > On 2024/1/12 1:15, Daeho Jeong wrote: > > On Wed, Jan 10, 2024 at 5:33 PM Chao Yu wrote: > >> > >> On 2024/1/11 9:18, Daeho Jeong wrote: > >>> On Thu, Dec 28, 2023 at 6:33 AM Chao Yu wrote: > > From: Sheng Yong > >

Re: [f2fs-dev] [PATCH v3 3/6] f2fs: compress: fix to check unreleased compressed cluster

2024-01-11 Thread Chao Yu
On 2024/1/12 1:15, Daeho Jeong wrote: On Wed, Jan 10, 2024 at 5:33 PM Chao Yu wrote: On 2024/1/11 9:18, Daeho Jeong wrote: On Thu, Dec 28, 2023 at 6:33 AM Chao Yu wrote: From: Sheng Yong Compressed cluster may not be released due to we can fail in release_compress_blocks(), fix to

Re: [f2fs-dev] [PATCH v3 3/6] f2fs: compress: fix to check unreleased compressed cluster

2024-01-11 Thread Daeho Jeong
On Wed, Jan 10, 2024 at 5:33 PM Chao Yu wrote: > > On 2024/1/11 9:18, Daeho Jeong wrote: > > On Thu, Dec 28, 2023 at 6:33 AM Chao Yu wrote: > >> > >> From: Sheng Yong > >> > >> Compressed cluster may not be released due to we can fail in > >> release_compress_blocks(), fix to handle reserved

Re: [f2fs-dev] [PATCH v3 3/6] f2fs: compress: fix to check unreleased compressed cluster

2024-01-10 Thread Chao Yu
On 2024/1/11 9:18, Daeho Jeong wrote: On Thu, Dec 28, 2023 at 6:33 AM Chao Yu wrote: From: Sheng Yong Compressed cluster may not be released due to we can fail in release_compress_blocks(), fix to handle reserved compressed cluster correctly in reserve_compress_blocks(). Fixes:

Re: [f2fs-dev] [PATCH v3 3/6] f2fs: compress: fix to check unreleased compressed cluster

2024-01-10 Thread Daeho Jeong
On Thu, Dec 28, 2023 at 6:33 AM Chao Yu wrote: > > From: Sheng Yong > > Compressed cluster may not be released due to we can fail in > release_compress_blocks(), fix to handle reserved compressed > cluster correctly in reserve_compress_blocks(). > > Fixes: 4c8ff7095bef ("f2fs: support data

[f2fs-dev] [PATCH v3 3/6] f2fs: compress: fix to check unreleased compressed cluster

2023-12-28 Thread Chao Yu
From: Sheng Yong Compressed cluster may not be released due to we can fail in release_compress_blocks(), fix to handle reserved compressed cluster correctly in reserve_compress_blocks(). Fixes: 4c8ff7095bef ("f2fs: support data compression") Signed-off-by: Sheng Yong Signed-off-by: Chao Yu