Re: [f2fs-dev] [PATCH v6] f2fs: compress: add nocompress extensions support

2021-07-02 Thread Chao Yu
On 2021/7/2 9:36, Jaegeuk Kim wrote: On 07/02, Chao Yu wrote: On 2021/7/2 0:57, Jaegeuk Kim wrote: On 07/01, Chao Yu wrote: Hi all, I think code in this patch is clear, not sure about the comments, Jaegeuk, any comments on this patch, Fengnan has pinged many times Let me know, if you are

[f2fs-dev] [PATCH] f2fs: add sysfs nodes to get GC info for each GC urgent mode

2021-07-02 Thread Daeho Jeong
From: Daeho Jeong Added gc_urgent_dirty_segs and gc_urgent_dirty_segs_mode sysfs nodes. 1) "gc_urgent_dirty_segs" shows how many dirty segments have been reclaimed by GC during a specific GC urgent mode. 2) "gc_urgent_dirty_segs_mode" is used to control for which gc urgent mode the "gc_urgent_dir

[f2fs-dev] [SPAM] my future investment ventures in your country

2021-07-02 Thread Ms. Kim
my future investment ventures in your country My name is Ms. Kim Anong, A Thai citizen in Asian Continent but currently residing in abroad, I trust this email meets you in good health, I just got your contact today during a research about your country and I will say that I foresee success of my fut

Re: [f2fs-dev] [PATCH v2 RFC] f2fs: fix to force keeping write barrier for strict fsync mode

2021-07-02 Thread Chao Yu
On 2021/7/2 9:32, Jaegeuk Kim wrote: On 07/02, Chao Yu wrote: On 2021/7/2 1:10, Jaegeuk Kim wrote: On 06/01, Chao Yu wrote: [1] https://www.mail-archive.com/linux-f2fs-devel@lists.sourceforge.net/msg15126.html As [1] reported, if lower device doesn't support write barrier, in below case: -

[f2fs-dev] [PATCH v3] fs: forbid invalid project ID

2021-07-02 Thread Wang Shilong
fileattr_set_prepare() should check if project ID is valid, otherwise dqget() will return NULL for such project ID quota. Signed-off-by: Wang Shilong --- v2->v3: move check before @fsx_projid is accessed and use make_kprojid() helper. v1->v2: try to fix in the VFS --- fs/ioctl.c | 2 ++ 1 file