[f2fs-dev] [PATCH 1/2] xfs: introduce a generic shutdown ioctl

2015-01-09 Thread Jaegeuk Kim
This patch introduces a generic ioctl for fs shutdown used by xfs. Cc: Dave Chinner da...@fromorbit.com Signed-off-by: Jaegeuk Kim jaeg...@kernel.org --- fs/xfs/xfs_fs.h | 8 include/uapi/linux/fs.h | 8 2 files changed, 12 insertions(+), 4 deletions(-) diff --git

[f2fs-dev] [PATCH 2/2] f2fs: support fs shutdown

2015-01-09 Thread Jaegeuk Kim
This patch add an ioctl to shutdown f2fs, which stops all the further block writes after this point. The ioctl, FS_IOC_SHUTDOWN, provides the following three options. 1. FS_GOING_DOWN_FULLSYNC : this will flush all the data and dentry blocks, and do checkpoint before shutdown. 2.

[f2fs-dev] [PATCH 1/2 v3] xfs/087: test f2fs selectively

2015-01-09 Thread Jaegeuk Kim
This patch add the f2fs support for xfs/087 with goingdown. Signed-off-by: Jaegeuk Kim jaeg...@kernel.org --- common/rc | 10 + tests/xfs/087 | 53 +++-- tests/xfs/087.out | 389 - tests/xfs/087.out.f2fs | 583

[f2fs-dev] [PATCH 2/2 v3] xfs/087: move to shared/087

2015-01-09 Thread Jaegeuk Kim
This patch moves xfs/087 to shared/. Signed-off-by: Jaegeuk Kim jaeg...@kernel.org --- tests/shared/087 | 174 ++ tests/shared/087.out.f2fs | 583 ++ tests/shared/087.out.xfs | 389 +++