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

2024-04-14 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Wed, 20 Mar 2024 14:22:16 +0800 you wrote: > some user behaviors requested filesystem operations, which > will cause filesystem not idle. > Meanwhile adjust some f2fs_update_time(REQ_TIME) positions. > > Signed-off-by:

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

2024-04-12 Thread Jaegeuk Kim
On 04/10, Zhiguo Niu wrote: > Hi Jaegeuk > Any comments about this patch? Thank you for heads up. Applied. > 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

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)

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

2024-03-20 Thread Chao Yu
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) positions. Signed-off-by: Zhiguo Niu Reviewed-by: Chao Yu Thanks,

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

2024-03-20 Thread Zhiguo Niu
some user behaviors requested filesystem operations, which will cause filesystem not idle. Meanwhile adjust some f2fs_update_time(REQ_TIME) positions. Signed-off-by: Zhiguo Niu --- v3: modify some update conditions according to Chao's suggeestions v2: update patch according to Chao's suggestions