Re: [f2fs-dev] [PATCH v3] fscrypt: add a documentation file for filesystem-level encryption

2017-10-29 Thread Theodore Ts'o
On Fri, Sep 08, 2017 at 05:15:12PM -0700, Eric Biggers wrote: > From: Eric Biggers > > Perhaps long overdue, add a documentation file for filesystem-level > encryption, a.k.a. fscrypt or fs/crypto/, to the Documentation > directory. The new file is based loosely on the latest version of the > "E

[f2fs-dev] [PATCH v2 RESEND] Revert "f2fs: handle dirty segments inside refresh_sit_entry"

2017-10-29 Thread Yunlong Song
This reverts commit 5e443818fa0b2a2845561ee25bec181424fb2889 The commit should be reverted because call sequence of below two parts of code must be kept: a. update sit information, it needs to be updated before segment allocation since latter allocation may trigger SSR, and SSR allocation needs la

Re: [f2fs-dev] [PATCH v2 RESEND] Revert "f2fs: handle dirty segments inside refresh_sit_entry"

2017-10-29 Thread Chao Yu
On 2017/10/30 9:33, Yunlong Song wrote: > This reverts commit 5e443818fa0b2a2845561ee25bec181424fb2889 > > The commit should be reverted because call sequence of below two parts > of code must be kept: > a. update sit information, it needs to be updated before segment > allocation since latter all

[f2fs-dev] [PATCH v4] f2fs: modify for accurate fggc node io stat

2017-10-29 Thread Yunlei He
modify for accurate fggc node io stat Signed-off-by: Yunlei He --- fs/f2fs/node.c | 62 +- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/fs/f2fs/node.c b/fs/f2fs/node.c index f44d837..1552c6a 100644 --- a/fs/f2fs/node.c ++