Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1210985

[PATCH 0/4] ocfs2: add file extent block online check

Path csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod
From Gang He <ghe@suse.com>
Newsgroups linux.kernel
Subject [PATCH 0/4] ocfs2: add file extent block online check
Date Fri, 21 Aug 2015 09:50:03 +0200
Message-ID <pZPfk-5Az-17@gated-at.bofh.it> (permalink)
X-Original-To mfasheh@suse.com, rgoldwyn@suse.de, ghe@suse.com
X-Mailer git-send-email 2.1.2
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 26
Organization linux.* mail to news gateway
X-Original-Cc linux-kernel@vger.kernel.org, ocfs2-devel@oss.oracle.com, akpm@linux-foundation.org
X-Original-Date Fri, 21 Aug 2015 15:43:16 +0800
X-Original-Message-ID <1440143000-24956-1-git-send-email-ghe@suse.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1210985

Show key headers only | View raw


Besides inode block online check, add file extent block online
check this time, we will add more kinds of meta block online
check/repair in the future.

Gang He (4):
  ocfs2: update filecheck copyright
  ocfs2: add errno and macro definitions
  ocfs2: filecheck validate_extent_block function
  ocfs2: add file extent block check

 fs/ocfs2/alloc.c       | 116 +++++++++++++++++++++++
 fs/ocfs2/alloc.h       |   4 +
 fs/ocfs2/filecheck.c   | 253 +++++++++++++++++++++++++++++++++++++++++++++++--
 fs/ocfs2/filecheck.h   |   3 +-
 fs/ocfs2/journal.h     |   3 +
 fs/ocfs2/ocfs2_trace.h |  24 +++++
 6 files changed, 393 insertions(+), 10 deletions(-)

-- 
2.1.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 0/4] ocfs2: add file extent block online check Gang He <ghe@suse.com> - 2015-08-21 09:50 +0200

csiph-web