[Ocfs2-tools-devel] [PATCH 00/11] dx_dirs v8: brief info

Coly Li coly.li at suse.de
Mon Feb 22 10:25:29 PST 2010


The v8 patch adds,
- indexed dir support for ocfs2_link(), ocfs2_unlink(), ocfs2_lookup(),
  ocfs2_lookup_system_inode(), ocfs2_init_dir().
- bug fixes for previous version.

Signed-off-by: Coly Li <coly.li at suse.de>
Cc: Mark Fasheh <mfasheh at suse.com
---
 Makefile                                  |    2 +-
 debugfs.ocfs2/commands.c                  |  173 ++++
 debugfs.ocfs2/dump.c                      |  172 ++++-
 debugfs.ocfs2/find_inode_paths.c          |    3 +-
 debugfs.ocfs2/include/dump.h              |    7 +-
 debugfs.ocfs2/utils.c                     |    4 +-
 extras/find_hardlinks.c                   |    1 +
 extras/find_inode_paths.c                 |    1 +
 fsck.ocfs2/dirblocks.c                    |  127 +++-
 fsck.ocfs2/include/dirblocks.h            |    4 +
 fsck.ocfs2/pass1.c                        |   54 ++
 fsck.ocfs2/pass1b.c                       |    4 +-
 fsck.ocfs2/pass2.c                        |   47 +-
 fsck.ocfs2/pass3.c                        |    1 +
 fsck.ocfs2/pass4.c                        |    1 +
 fswreck/dir.c                             |    3 +
 include/ocfs2-kernel/ocfs2_fs.h           |  161 ++++-
 include/ocfs2/ocfs2.h                     |  101 ++-
 libocfs2/Makefile                         |    3 +-
 libocfs2/alloc.c                          |   96 ++
 libocfs2/dir_indexed.c                    | 1420 +++++++++++++++++++++++++++++
 libocfs2/dir_iterate.c                    |  171 ++++-
 libocfs2/dir_iterate.h                    |    1 +
 libocfs2/dirblock.c                       |  289 ++++++-
 libocfs2/expanddir.c                      |   18 +-
 libocfs2/extent_tree.c                    |   53 ++
 libocfs2/extent_tree.h                    |    5 +
 libocfs2/extents.c                        |   89 ++
 libocfs2/feature_string.c                 |   12 +-
 libocfs2/inode.c                          |    5 +
 libocfs2/link.c                           |    9 +
 libocfs2/lookup.c                         |   71 ++-
 libocfs2/ocfs2_err.et                     |    6 +
 libocfs2/truncate.c                       |   16 +
 libocfs2/unlink.c                         |  187 ++++-
 mkfs.ocfs2/mkfs.c                         |   17 +-
 ocfs2console/ocfs2interface/ocfs2module.c |    1 +
 sizetest/sizes.txt                        |    2 +-
 sizetest/sizetest.c                       |    5 +-
 tunefs.ocfs2/Makefile                     |    1 +
 tunefs.ocfs2/feature_indexed_dirs.c       |  335 +++++++
 tunefs.ocfs2/feature_metaecc.c            |    5 +
 tunefs.ocfs2/feature_quota.c              |    3 +-
 tunefs.ocfs2/o2ne_err.et                  |   12 +
 tunefs.ocfs2/op_features.c                |    2 +
 tunefs.ocfs2/op_list_sparse_files.c       |    4 +-
 tunefs.ocfs2/op_set_slot_count.c          |   10 +-
 47 files changed, 3635 insertions(+), 79 deletions(-)
-- 
Coly Li
SuSE Labs



More information about the Ocfs2-tools-devel mailing list