Re: [f2fs-dev] [PATCH 2/3] f2fs: add a tracepoint for background gc

2015-10-13 Thread Jaegeuk Kim
On Sat, Oct 10, 2015 at 03:08:26PM +0800, He YunLei wrote: > On 2015/10/6 6:43, Jaegeuk Kim wrote: > > This patch introduces a tracepoint to monitor background gc behaviors. > > > > Signed-off-by: Jaegeuk Kim > > --- > > fs/f2fs/gc.c| 3 +++ > > include/trace/events/f2fs.h | 28

Re: [f2fs-dev] [PATCH] f2fs crypto: fix racing of accessing encrypted page among different competitors

2015-10-13 Thread Jaegeuk Kim
On Tue, Oct 13, 2015 at 02:01:10PM +0800, Chao Yu wrote: > > -Original Message- > > From: Jaegeuk Kim [mailto:jaeg...@kernel.org] > > Sent: Tuesday, October 13, 2015 5:00 AM > > To: Chao Yu > > Cc: linux-f2fs-devel@lists.sourceforge.net; linux-ker...@vger.kernel.org > > Subject: Re: [PATCH]