[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-534-g040964e

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Apr 30 09:21:56 PDT 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Tools to manage the ocfs2 filesystem.".

The branch, master has been updated
       via  040964e46882a98e09e0e8aeb419652b4bda2d8a (commit)
       via  82bbc0eea9e24f384bbca7fc830ff2c925f2241a (commit)
       via  5f36f4a9b5a6b0d05ce3521a84547d588619897f (commit)
       via  1dc0bf1745d591e8cdcb0c057e934eef45a67091 (commit)
       via  89c0a03501279e0a537d24acf8e76a59389d27b1 (commit)
       via  2e9219da75952a3e4d95ac73bfe6731219fa1334 (commit)
       via  6aec7b4c3acc03abe5bb656fbf3a3c43dbf681c7 (commit)
       via  0143da2393ce31638173ce827629d2677e53a710 (commit)
       via  b78d45abea00ae0ee3d5beef3a43bfc16c5eb548 (commit)
       via  45dd02e254fc680db9d25f6d780cc0e0f3801f40 (commit)
       via  b2f320f4078ebf507b4ac872a5904524622cfacf (commit)
       via  b8cd72435bac4cef9743c0578c9beb39fe2f584d (commit)
       via  2715e9125a4af1a391e72db0153f8ff51ba3b9f9 (commit)
       via  216b4d448114cc042f0469db3678dc5e23e79661 (commit)
       via  e714b0d1d682b8b8e8da8411f7a460a6cd88fbce (commit)
       via  00572ca21281b6dc27a18a7b0150a4ed66aee67a (commit)
       via  03491e6de5a7cbe17003c12b7fa23d574a7f2660 (commit)
       via  e06c4a8010f60b655ee6d6fce2aff08ce82f18c2 (commit)
       via  8f46137394e6ddea54038f8e5e8aed480fdcb563 (commit)
       via  7f10f7c363d4ef1a152a0da20d4b5b83f0acd141 (commit)
       via  3a2a3a6105207549c6807561b0aa49acc234f4fa (commit)
       via  be048a0a1788a6e7c8abcc553311e1599066ccd8 (commit)
       via  9314dd84d0e04593c965aabc8425e2d9de88cd16 (commit)
       via  669937d9a555ed8db3fb7569d6d21a41441a2035 (commit)
       via  3de2f0e3e643b6ee03c481f8e6ec3eba30f2a94e (commit)
       via  94ca1d86a48d3ec420941cc940f3a64ce187faf9 (commit)
       via  134714a978d781dbcd1510820701b310511d226e (commit)
       via  443bf3428b4e19dc6f3e11c72bf694a16a6ba86a (commit)
       via  d797ffdaf949fc50388c5f8866293dfe4cd3886b (commit)
       via  45048f614f4ede5e40e4e9feacfaa73c2b56717d (commit)
       via  b9a07888495c26fdb0239a28ba4076954c8cb4c8 (commit)
      from  5aedbe0c80caec61da56099405ca00157592cf79 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 040964e46882a98e09e0e8aeb419652b4bda2d8a
Merge: 5aedbe0c80caec61da56099405ca00157592cf79 82bbc0eea9e24f384bbca7fc830ff2c925f2241a
Author: Mark Fasheh <mfasheh at suse.com>
Date:   Fri Apr 30 09:23:02 2010 -0700

    Merge branch 'dx_dirs'

-----------------------------------------------------------------------

Summary of changes:
 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                    |  125 +++-
 fsck.ocfs2/fsck.ocfs2.checks.8.in         |   12 +
 fsck.ocfs2/include/dirblocks.h            |    4 +
 fsck.ocfs2/pass1.c                        |   54 +
 fsck.ocfs2/pass1b.c                       |    4 +-
 fsck.ocfs2/pass2.c                        |   91 ++-
 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                          |   99 ++
 libocfs2/dir_indexed.c                    | 1502 +++++++++++++++++++++++++++++
 libocfs2/dir_iterate.c                    |  182 ++++-
 libocfs2/dir_iterate.h                    |    1 +
 libocfs2/dirblock.c                       |  288 ++++++-
 libocfs2/expanddir.c                      |   27 +-
 libocfs2/extent_tree.c                    |   53 +
 libocfs2/extent_tree.h                    |    5 +
 libocfs2/extents.c                        |  103 ++-
 libocfs2/feature_string.c                 |   12 +-
 libocfs2/inode.c                          |    5 +
 libocfs2/link.c                           |    9 +
 libocfs2/lookup.c                         |   69 ++-
 libocfs2/ocfs2_err.et                     |    6 +
 libocfs2/truncate.c                       |   16 +
 libocfs2/unlink.c                         |  187 ++++-
 mkfs.ocfs2/mkfs.c                         |   84 ++-
 mkfs.ocfs2/mkfs.h                         |    1 +
 mkfs.ocfs2/mkfs.ocfs2.8.in                |    4 +
 ocfs2console/ocfs2interface/ocfs2module.c |    1 +
 sizetest/sizes.txt                        |    2 +-
 sizetest/sizetest.c                       |    5 +-
 tunefs.ocfs2/Makefile                     |    1 +
 tunefs.ocfs2/feature_indexed_dirs.c       |  338 +++++++
 tunefs.ocfs2/feature_metaecc.c            |  566 -----------
 tunefs.ocfs2/feature_quota.c              |    3 +-
 tunefs.ocfs2/libocfs2ne.c                 |  543 +++++++++++
 tunefs.ocfs2/libocfs2ne.h                 |   29 +
 tunefs.ocfs2/o2ne_err.et                  |   15 +
 tunefs.ocfs2/op_features.c                |    2 +
 tunefs.ocfs2/op_list_sparse_files.c       |    4 +-
 tunefs.ocfs2/op_set_slot_count.c          |   10 +-
 51 files changed, 4438 insertions(+), 655 deletions(-)
 create mode 100644 libocfs2/dir_indexed.c
 create mode 100644 tunefs.ocfs2/feature_indexed_dirs.c


hooks/post-receive
-- 
Tools to manage the ocfs2 filesystem.



More information about the Ocfs2-tools-commits mailing list