Re: [f2fs-dev] [PATCH v2] f2fs/011: test to check out-of-space issue

2025-04-27 Thread Chao Yu via Linux-f2fs-devel
On 4/25/25 22:13, Zorro Lang wrote: > On Thu, Mar 27, 2025 at 01:50:51PM +0800, Chao Yu wrote: >> This is a regression testcase to check whether we will handle >> out-of-space case correctly during fallocate() on pinned file >> once we disable checkpoint. >> >> Testcase: >> 1. mount f2fs w/ checkpo

Re: [f2fs-dev] [PATCH v2] f2fs/011: test to check out-of-space issue

2025-04-25 Thread Zorro Lang via Linux-f2fs-devel
On Thu, Mar 27, 2025 at 01:50:51PM +0800, Chao Yu wrote: > This is a regression testcase to check whether we will handle > out-of-space case correctly during fallocate() on pinned file > once we disable checkpoint. > > Testcase: > 1. mount f2fs w/ checkpoint=disable option > 2. create fragmented f

[f2fs-dev] [PATCH v2] f2fs/011: test to check out-of-space issue

2025-03-26 Thread Chao Yu via Linux-f2fs-devel
This is a regression testcase to check whether we will handle out-of-space case correctly during fallocate() on pinned file once we disable checkpoint. Testcase: 1. mount f2fs w/ checkpoint=disable option 2. create fragmented file data 3. set flag w/ pinned flag 4. fallocate space for pinned file,