* [Ocfs2-devel] [PATCH 0/3] ocfs2-tools: support append direct io ro compat feature
@ 2015-02-02 2:56 Joseph Qi
0 siblings, 0 replies; only message in thread
From: Joseph Qi @ 2015-02-02 2:56 UTC (permalink / raw)
To: ocfs2-devel
This patch set is to support append direct io ro compat 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(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-02-02 2:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-02 2:56 [Ocfs2-devel] [PATCH 0/3] ocfs2-tools: support append direct io ro compat feature Joseph Qi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.