[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-471-g67cad42

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Feb 18 14:56:18 PST 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  67cad4245cfe08e8d332ee9ae90e2ee5a7995c05 (commit)
       via  d2e840647fa5c2c1cf26e40f85d1b3a1433be53b (commit)
       via  697773db296fd0a181317ba6168140552e59646f (commit)
       via  ed29f7e8c4975a1e331c6fcc51ebd5db53d503aa (commit)
       via  ffbfd15437f2503665d0b716125cdfb0ef51e27e (commit)
       via  33f62b83999d80963d7dbf66c246eccbc2412a4a (commit)
       via  83238c6d0d5b68aa4f53c5a6fa9e985ca154b4de (commit)
      from  295d76f4e70c730d3e8aa3e1227ed90255ea7c6e (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 67cad4245cfe08e8d332ee9ae90e2ee5a7995c05
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Wed Feb 17 10:55:33 2010 -0800

    ocfs2-tools: Update manpage
    
    Update the date in the man pages.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Acked-by: Joel Becker <joel.becker at oracle.com>

commit d2e840647fa5c2c1cf26e40f85d1b3a1433be53b
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Wed Feb 17 10:55:03 2010 -0800

    debugfs.ocfs2: Update the man page
    
    Add refcount and frag to the man page.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Acked-by: Joel Becker <joel.becker at oracle.com>

commit 697773db296fd0a181317ba6168140552e59646f
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Wed Feb 17 10:23:12 2010 -0800

    mount.ocfs2: Update manpage
    
    Change the man page to indicate that the datavolume mount option
    has been deprecated.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Acked-by: Joel Becker <joel.becker at oracle.com>

commit ed29f7e8c4975a1e331c6fcc51ebd5db53d503aa
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Thu Feb 18 14:55:01 2010 -0800

    mkfs.ocfs2: Update the man page
    
    Refresh the man page to reflect the new fs type vmstore and the
    new fs features, refcount and xattr.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Acked-by: Joel Becker <joel.becker at oracle.com>

commit ffbfd15437f2503665d0b716125cdfb0ef51e27e
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Thu Feb 18 14:55:06 2010 -0800

    mkfs.ocfs2: Rename ocfs2_fs_types to ocfs2_mkfs_types
    
    Patch renames ocfs2_fs_types to ocfs2_mkfs_types because it is now part
    of libocfs2.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Acked-by: Joel Becker <joel.becker at oracle.com>

commit 33f62b83999d80963d7dbf66c246eccbc2412a4a
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Thu Feb 18 14:54:48 2010 -0800

    mkfs.ocfs2: Add vmstore fs type
    
    Patch adds a new fs type, vmstore, that allows users to make fs
    to store vm images.
    
    It also matches the default features to the fs type. As in, for
    every fs type, we can now have different set of default features.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Acked-by: Joel Becker <joel.becker at oracle.com>

commit 83238c6d0d5b68aa4f53c5a6fa9e985ca154b4de
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Wed Feb 17 10:16:09 2010 -0800

    ocfs2-tools/trivial: Silence compiler warnings
    
    Patch silences some compiler warnings.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Acked-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 debugfs.ocfs2/debugfs.ocfs2.8.in  |   12 +++++++-
 extras/mark_journal_dirty.c       |    2 +-
 fsck.ocfs2/fsck.ocfs2.8.in        |    4 +-
 fsck.ocfs2/fsck.ocfs2.checks.8.in |    4 +-
 fswreck/dir.c                     |    6 +++-
 fswreck/inode.c                   |    2 +-
 fswreck/local_alloc.c             |    2 +-
 fswreck/main.c                    |    2 +-
 fswreck/truncate_log.c            |    4 +-
 include/ocfs2/ocfs2.h             |    8 +++++
 libo2cb/o2cb.7.in                 |    4 +-
 libocfs2/feature_string.c         |   36 +++++++++++++++++++++++-
 libocfs2/fileio.c                 |    2 +-
 mkfs.ocfs2/mkfs.c                 |   53 +++++++++++++++++++++++-------------
 mkfs.ocfs2/mkfs.h                 |    8 +-----
 mkfs.ocfs2/mkfs.ocfs2.8.in        |   43 ++++++++++++++++++++----------
 mount.ocfs2/mount.ocfs2.8.in      |   19 +++++++-----
 mounted.ocfs2/mounted.ocfs2.8.in  |    4 +-
 o2cb_ctl/o2cb_ctl.8.in            |    4 +-
 o2image/o2image.8.in              |    4 +-
 ocfs2_hb_ctl/ocfs2_hb_ctl.8.in    |    4 +-
 ocfs2console/ocfs2console.8.in    |    4 +-
 tunefs.ocfs2/feature_refcount.c   |    4 +-
 tunefs.ocfs2/tunefs.ocfs2.8.in    |    4 +-
 24 files changed, 158 insertions(+), 81 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list