Re: [f2fs-dev] [PATCH] f2fs: check all ones or zeros bitmap with integer data type for better mount performance

2013-10-23 Thread Jaegeuk Kim
Hi, 2013-10-23 (수), 11:23 +0800, Chao Yu: > Hi, Kim: > > > -Original Message- > > From: Jaegeuk Kim [mailto:jaegeuk@samsung.com] > > Sent: Tuesday, October 22, 2013 8:24 PM > > To: Chao Yu > > Cc: linux-f2fs-devel@lists.sourceforge.net; linux-fsde...@vger.kernel.org; > > linux-ker...@

[f2fs-dev] [PATCH] f2fs: clean up several status-related operations

2013-10-23 Thread Jaegeuk Kim
This patch cleans up improper definitions that update some status information. Signed-off-by: Jaegeuk Kim --- fs/f2fs/checkpoint.c | 8 ++-- fs/f2fs/data.c | 12 +++- fs/f2fs/f2fs.h | 14 +- fs/f2fs/gc.c | 4 +--- fs/f2fs/segment.c| 10 --

Re: [f2fs-dev] [Bug] Inaccessible, unerasable file

2013-10-23 Thread Jaegeuk Kim
Hi, 2013-10-22 (화), 22:50 +0200, Max Muster: > Hi, > > I don't recall anything like a blackout, but since I like to run new > software that's still in development, I have had a fair share of system > crashes. > > As far as I'm aware this is the only file on the partition to ever > become corrupt

Re: [f2fs-dev] [PATCH] f2fs: delete and free dirty dir freeing inode entry when sync dirty dir inodes

2013-10-23 Thread Gu Zheng
Hi Kim, On 10/22/2013 07:15 PM, Jaegeuk Kim wrote: > 2013-10-21 (월), 15:19 +0800, Gu Zheng: >> In sync_dirty_dir_inodes(), remove_dirty_dir_inode() will be called >> in the callback of filemap_flush to delete and free dirty dir inode entry. >> But for the freeing inode entry, missed this step afte

Re: [f2fs-dev] [PATCH] f2fs: clean up several status-related operations

2013-10-23 Thread Gu Zheng
On 10/23/2013 05:46 PM, Jaegeuk Kim wrote: > This patch cleans up improper definitions that update some status information. Nice, it makes the code more neat. > > Signed-off-by: Jaegeuk Kim Reviewed-by: Gu Zheng > --- > fs/f2fs/checkpoint.c | 8 ++-- > fs/f2fs/data.c | 12 +++---

Re: [f2fs-dev] [PATCH] f2fs: check all ones or zeros bitmap with integer data type for better mount performance

2013-10-23 Thread Chao Yu
Hi Kim, > -Original Message- > From: Jaegeuk Kim [mailto:jaegeuk@samsung.com] > Sent: Wednesday, October 23, 2013 5:32 PM > To: Chao Yu > Cc: linux-f2fs-devel@lists.sourceforge.net; linux-fsde...@vger.kernel.org; > linux-ker...@vger.kernel.org; '谭姝' > Subject: RE: [f2fs-dev] [PATCH] f2