[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 jaegeuk@samsung.com --- fs/f2fs/checkpoint.c | 8 ++-- fs/f2fs/data.c | 12 +++- fs/f2fs/f2fs.h | 14 +- fs/f2fs/gc.c | 4 +---

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 corrupted at

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 after

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 jaegeuk@samsung.com Reviewed-by: Gu Zheng guz.f...@cn.fujitsu.com --- fs/f2fs/checkpoint.c | 8

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] f2fs: