Re: [PATCH v4 1/1] f2fs: dax: implement direct access

2017-06-23 Thread Chao Yu
Hi Qiuyang, On 2017/6/23 11:37, Sun Qiuyang wrote: > Hi Chao, > > Thanks for pointing it out. See below for how to fix this issue. > > >> Hi Qiuyang >> >> As I tested with pmem, this patch will corrupt f2fs image with generic/051 >> of fstest suit. >> >> Could you please take a look at this iss

Re: [PATCH v4 1/1] f2fs: dax: implement direct access

2017-06-22 Thread Sun Qiuyang
Hi Chao, Thanks for pointing it out. See below for how to fix this issue. Hi Qiuyang As I tested with pmem, this patch will corrupt f2fs image with generic/051 of fstest suit. Could you please take a look at this issue? Thanks, On 2017/6/15 16:56, sunqiuyang wrote: From: Qiuyang Sun Thi

Re: [PATCH v4 1/1] f2fs: dax: implement direct access

2017-06-21 Thread Chao Yu
Hi Qiuyang As I tested with pmem, this patch will corrupt f2fs image with generic/051 of fstest suit. Could you please take a look at this issue? Thanks, On 2017/6/15 16:56, sunqiuyang wrote: > From: Qiuyang Sun > > This patch implements Direct Access (DAX) in F2FS. > > Signed-off-by: Qiuyan

[PATCH v4 1/1] f2fs: dax: implement direct access

2017-06-15 Thread sunqiuyang
From: Qiuyang Sun This patch implements Direct Access (DAX) in F2FS. Signed-off-by: Qiuyang Sun --- Changelog v3 -> v4: In f2fs_iomap_begin(): - For the write branch, if f2fs_map_blocks() returns error (probably due to ENOSPC), the allocated blocks beyond original_i_size are truncated. -