[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-739-g681efe5

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jan 19 11:47:52 PST 2012


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  681efe5d7f8a35aec06769f847477d28fa9ee52f (commit)
       via  560a1e60936fe868b00cfc9cad5def726e10828e (commit)
       via  76c99961aa91838ae52bfee69011bf1682861e4c (commit)
       via  4fd5a2f1e41c0d93a4c8b1ffcd4e996d8a627899 (commit)
       via  6b5aba285bdb3dd5968cbd95d59c39e391f08c84 (commit)
       via  57d8d953d679bb93ab087ce39c6cfa2175e9d501 (commit)
       via  90d1ef9844fe391ace7f878caf87af8dddce6e90 (commit)
       via  6ab4daf164f264945422d71ff2499764170ef76c (commit)
       via  91d90aa10b025798d2da3af77ef16458b8c94549 (commit)
       via  fb29ef3709c6455dbf7788b18e82266a509208d8 (commit)
       via  c3d4d5198128ecc664db98e5d7586624672660cb (commit)
       via  8891998b1665f564d6f75caf67cb972b164c4ad8 (commit)
       via  6fd0a9e7005d83d9e1b4ed40b53fecb09544209f (commit)
       via  a158b327b2c1be27e46ac98ce5ff6b9a7c9c7720 (commit)
       via  b24f7fe0b6bf416f6e6e35a1c2009e02b09b8543 (commit)
       via  10cac08b62f82e2a203d0667ac1ddf62213120d8 (commit)
       via  189afe35fad6fd44900a9bed04dcedc17d1e8185 (commit)
       via  e369a18cc4624af0f7a3dbb7e65fdf7fc74a6595 (commit)
       via  4ae68c565199fc1df37b67407c62bb71d0fd7a29 (commit)
       via  d5a13afe2e15f88b69d31ffc7e7d778fccb09b7e (commit)
       via  e60004c1fccaef33a695d71bf386996eee477f1a (commit)
       via  d2ab3689b022e978ab0b7bb53062ae7baddd6aa3 (commit)
       via  ba80950af7b52a8b15b71901497bc74916cf88eb (commit)
       via  6fb4003f9e2f417299d34861840ce3286d05c19c (commit)
       via  74a6b6df65d3704601d3a5fa11426537f42bc354 (commit)
       via  7556b27460d3733dfdc741fca3146e224d442b1a (commit)
       via  1e121471e89d51ba6c59d5b4d24ad398aefc5f4f (commit)
       via  bbe429c50f6e54573d2f3184be20bd0e836eff16 (commit)
      from  9092c2225f8ed3e62016d52d8ef2c0fdc0986556 (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 681efe5d7f8a35aec06769f847477d28fa9ee52f
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Thu Jan 19 11:37:42 2012 -0800

    o2cluster: Add man page
    
    Adds man page for the o2cluster utility.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 560a1e60936fe868b00cfc9cad5def726e10828e
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Thu Jan 12 11:21:47 2012 -0800

    tools: Up version to 1.8.2.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

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

Summary of changes:
 Makepdfs                                  |   11 +-
 configure.in                              |    3 +-
 debugfs.ocfs2/Makefile                    |    2 +-
 debugfs.ocfs2/debugfs.ocfs2.8.in          |    5 +-
 extras/Makefile                           |    2 +-
 fsck.ocfs2/Makefile                       |    8 +-
 fsck.ocfs2/dirblocks.c                    |  145 +++----
 fsck.ocfs2/extent.c                       |    3 +
 fsck.ocfs2/fsck.c                         |   93 ++++-
 fsck.ocfs2/fsck.ocfs2.8.in                |   14 +-
 fsck.ocfs2/fsck.ocfs2.checks.8.in         |    5 +-
 fsck.ocfs2/include/dirblocks.h            |    1 +
 fsck.ocfs2/include/fsck.h                 |   41 ++-
 fsck.ocfs2/include/util.h                 |   11 +
 fsck.ocfs2/pass0.c                        |   99 ++---
 fsck.ocfs2/pass1.c                        |   70 +++-
 fsck.ocfs2/pass2.c                        |   23 +-
 fsck.ocfs2/pass3.c                        |   10 +-
 fsck.ocfs2/pass4.c                        |   22 +-
 fsck.ocfs2/pass5.c                        |   10 +-
 fsck.ocfs2/util.c                         |  145 ++++++-
 fswreck/Makefile                          |    2 +-
 fswreck/include/fsck_type.h               |   28 +-
 fswreck/include/main.h                    |    2 +-
 fswreck/journal.c                         |    3 +
 fswreck/main.c                            |  535 +++++++++++++----------
 include/o2cb/o2cb.h                       |   56 +++-
 include/ocfs2/ocfs2.h                     |   30 +-
 include/tools-internal/progress.h         |    5 +
 libo2cb/o2cb_err.et                       |    6 +-
 libocfs2/alloc.c                          |    3 +
 libocfs2/chain.c                          |   88 ++++
 libocfs2/dir_indexed.c                    |    4 +-
 libocfs2/dirblock.c                       |    9 +-
 libocfs2/dlm.c                            |  121 +++---
 libocfs2/inode_scan.c                     |   46 ++-
 libocfs2/ocfs2.7.in                       |   15 +-
 libocfs2/ocfs2_err.et                     |    5 +-
 libocfs2/unix_io.c                        |  161 +++++++
 libtools-internal/libtools-internal.h     |    1 -
 libtools-internal/progress.c              |   10 +-
 listuuid/Makefile                         |    2 +-
 mkfs.ocfs2/Makefile                       |    2 +-
 mkfs.ocfs2/mkfs.c                         |  104 +++--
 mkfs.ocfs2/mkfs.ocfs2.8.in                |    8 +-
 mount.ocfs2/Makefile                      |    2 +-
 mount.ocfs2/mount.ocfs2.8.in              |    5 +-
 mounted.ocfs2/Makefile                    |    2 +-
 mounted.ocfs2/mounted.ocfs2.8.in          |    5 +-
 o2cb_ctl/Makefile                         |    2 +-
 o2cb_ctl/o2cb.8.in                        |    4 +-
 o2cb_ctl/o2cbtool.c                       |    2 +
 o2cb_ctl/ocfs2.cluster.conf.5.in          |    4 +-
 o2image/Makefile                          |    2 +-
 o2image/o2image.8.in                      |    5 +-
 o2info/Makefile                           |    2 +-
 o2info/o2info.1.in                        |    5 +-
 o2monitor/o2hbmonitor.8.in                |    4 +-
 ocfs2_hb_ctl/Makefile                     |    2 +-
 ocfs2_hb_ctl/ocfs2_hb_ctl.8.in            |    5 +-
 tests/fsck-test.sh                        |  296 ++++++++++++
 tests/mkfs-test.sh                        |  432 ++++++++++++++++++
 tunefs.ocfs2/.gitignore                   |    2 +
 tunefs.ocfs2/Makefile                     |   15 +-
 tunefs.ocfs2/o2cluster.8.in               |  108 +++++
 tunefs.ocfs2/o2cluster.c                  |  694 +++++++++++++++++++++++++++++
 tunefs.ocfs2/tunefs.ocfs2.8.in            |    9 +-
 vendor/common/o2cb.sysconfig.5.in         |    4 +-
 vendor/common/ocfs2-tools.spec-generic.in |    2 +
 69 files changed, 2975 insertions(+), 607 deletions(-)
 create mode 100755 tests/fsck-test.sh
 create mode 100755 tests/mkfs-test.sh
 create mode 100644 tunefs.ocfs2/o2cluster.8.in
 create mode 100644 tunefs.ocfs2/o2cluster.c


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



More information about the Ocfs2-tools-commits mailing list