Re: [f2fs-dev] [PATCH 7/8 v4] tests/xfs: add f2fs testcase and convert them being generic

2015-02-04 Thread Dave Chinner
On Tue, Feb 03, 2015 at 03:07:19PM -0800, Jaegeuk Kim wrote: This patch changes the following xfs's testcases to be generic ones by adding f2fs support. xfs/051 xfs/085 xfs/086 xfs/087 Signed-off-by: Jaegeuk Kim jaeg...@kernel.org --- tests/xfs/051 | 18 +-

Re: [f2fs-dev] [PATCH 1/8 v4] common/rc: add _require_scratch_shtudown

2015-02-04 Thread Dave Chinner
On Tue, Feb 03, 2015 at 03:07:13PM -0800, Jaegeuk Kim wrote: This is to detect whether filesystem supports shutdown feature or not. Signed-off-by: Jaegeuk Kim jaeg...@kernel.org --- common/rc | 11 +++ 1 file changed, 11 insertions(+) diff --git a/common/rc b/common/rc index

Re: [f2fs-dev] [PATCH 2/8 v4] common/rc: add _require_bmap

2015-02-04 Thread Dave Chinner
On Tue, Feb 03, 2015 at 03:07:14PM -0800, Jaegeuk Kim wrote: This is to detect whether the filesystem tool supports bmap or not. xfs_bmap is essentially deprecated. Please convert the tests to use fiemap rather than requiring new infrastructure to support new block mapping tools. Cheers, Dave.

Re: [f2fs-dev] [PATCH 3/8 v4] common/rc: add _require_norecovery

2015-02-04 Thread Dave Chinner
On Tue, Feb 03, 2015 at 03:07:15PM -0800, Jaegeuk Kim wrote: This patch adds checking code whether filesystem supports norecovery mount option or not. Signed-off-by: Jaegeuk Kim jaeg...@kernel.org --- common/rc | 8 1 file changed, 8 insertions(+) diff --git a/common/rc

Re: [f2fs-dev] [PATCH 4/8 v4] tests/xfs: convert 10 xfs's tests to be generic ones

2015-02-04 Thread Dave Chinner
On Tue, Feb 03, 2015 at 03:07:16PM -0800, Jaegeuk Kim wrote: This patch changes ten xfs's testcases to be generic ones, pointed out by Dave. xfs/053 (data exposure) xfs/137 (data vs filesize) xfs/138 (data vs filesize vs truncate) xfs/139 (data vs

Re: [f2fs-dev] [PATCH 5/8 v4] tests/generic: relocate xfs's tests into tests/generic/

2015-02-04 Thread Dave Chinner
On Tue, Feb 03, 2015 at 03:07:17PM -0800, Jaegeuk Kim wrote: This patch moves the generic testcases defined in xfs into tests/generic/. * xfs/053 - generic/054 xfs/137 - generic/137 xfs/138 - generic/138 xfs/139 - generic/139 xfs/140 - generic/140 xfs/179 - generic/179 xfs/180

Re: [f2fs-dev] [PATCH 2/2] f2fs: show the number of writeback pages in stat

2015-02-04 Thread Chao Yu
-Original Message- From: Jaegeuk Kim [mailto:jaeg...@kernel.org] Sent: Tuesday, February 03, 2015 6:51 AM To: linux-ker...@vger.kernel.org; linux-fsde...@vger.kernel.org; linux-f2fs-devel@lists.sourceforge.net Cc: Jaegeuk Kim Subject: [f2fs-dev] [PATCH 2/2] f2fs: show the number of

Re: [f2fs-dev] [PATCH 1/2] mkfs.f2fs: support large sector size

2015-02-04 Thread Kinglong Mee
Hi Chao, On Wed, Feb 4, 2015 at 11:30 AM, Chao Yu chao2...@samsung.com wrote: Since f2fs support large sector size in commit 55cf9cb63f0e f2fs: support large sector size, block device with sector size of 512/1024/2048/4096 bytes can be supported. But mkfs.f2fs still use default sector