Re: [f2fs-dev] [PATCH] f2fs: return directly if block has been removed from the victim

2016-10-25 Thread heyunlei
On 2016/10/26 9:09, Jaegeuk Kim wrote: Hi Kim, > Hi Yunlei, > > On Mon, Oct 24, 2016 at 11:37:28AM +0800, Yunlei He wrote: >> If one block has been to written to a new place, just return >> in move data process. >> >> Signed-off-by: Yunlei He >> --- >> fs/f2fs/gc.c | 17

Re: [f2fs-dev] [PATCH 1/2] dump/fsck: convert encrypted file name

2016-10-25 Thread Jaegeuk Kim
Hi, On Mon, Oct 24, 2016 at 11:47:06AM +0800, Sheng Yong wrote: > Hi, Jaegeuk, > > On 10/24/2016 10:16 AM, Sheng Yong wrote: > > If fscrypt is enabled, we need to convert the encrypted file name before > > printing it. So let's export convert_encrypted_name for other functions, > > and make it