[Ocfs2-tools-devel] [PATCH RESEND 0/3] ocfs2-tools: support append direct io incompat feature

Joseph Qi joseph.qi at huawei.com
Thu Mar 3 03:28:41 PST 2016


This patch set is to support append direct io incompat feature in ocfs2
tools side.
For mkfs.ocfs2, it turns on the feature when fromatting a new volume by
default.
For tunefs.ocfs2, it supports turn on/off the feature. This is mostly
for the existing ocfs2 volume upgrade.
For fsck.ocfs2, it supports to truncate append dio orphan entry.

 fsck.ocfs2/pass4.c                |    9 ++
 include/ocfs2-kernel/ocfs2_fs.h   |   14 +++-
 include/ocfs2/ocfs2.h             |    7 ++
 libocfs2/feature_string.c         |   27 ++++++--
 libocfs2/truncate.c               |   12 +++
 tunefs.ocfs2/Makefile             |    3
 tunefs.ocfs2/feature_append_dio.c |  123 ++++++++++++++++++++++++++++++++++++++
 tunefs.ocfs2/op_features.c        |    2
 8 files changed, 188 insertions(+), 9 deletions(-)




More information about the Ocfs2-tools-devel mailing list