Re: [f2fs-dev] [PATCH v3] f2fs: zone: don't block IO if there is remained open zone

2024-04-10 Thread Daeho Jeong
On Sun, Apr 7, 2024 at 6:58 AM Chao Yu wrote: > > max open zone may be larger than log header number of f2fs, for > such case, it doesn't need to wait last IO in previous zone, let's > introduce available_open_zone semaphore, and reduce it once we > submit first write IO in a zone, and increase it

Re: [f2fs-dev] [PATCH] f2fs_io: support unset subcommand for pinfile

2024-04-10 Thread Daeho Jeong
On Tue, Apr 9, 2024 at 8:27 PM Chao Yu wrote: > > Ping, > > Missed to check this patch? > > On 2024/3/29 18:25, Chao Yu wrote: > > This patch adds unset subcommand for pinfile command. > > > > Usage: f2fs_io pinfile unset [target_file] > > > > Signed-off-by: Chao Yu > > --- > > man/f2fs_io.8

[f2fs-dev] [PATCH] mkfs.f2fs: align each device to zone size

2024-04-10 Thread Sheng Yong via Linux-f2fs-devel
For multiple device, each device should be aligned to zone size, instead of aligning the total size. Signed-off-by: Sheng Yong --- mkfs/f2fs_format.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/mkfs/f2fs_format.c b/mkfs/f2fs_format.c index 8f632f8..9e1b0d6 1

Re: [f2fs-dev] [PATCH V3] f2fs: add REQ_TIME time update for some user behaviors

2024-04-10 Thread Zhiguo Niu
Hi Jaegeuk Any comments about this patch? thanks! On Wed, Mar 20, 2024 at 5:33 PM Chao Yu wrote: > > On 2024/3/20 14:22, Zhiguo Niu wrote: > > some user behaviors requested filesystem operations, which > > will cause filesystem not idle. > > Meanwhile adjust some f2fs_update_time(REQ_TIME) positi