[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-553-g3d3ad35

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jun 14 16:58:48 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  3d3ad35074317d1155fc7cfee5bbcbc40a1778c5 (commit)
       via  21e94730b40f2e2df2f85cdd41568c3b2f581b31 (commit)
       via  36fc63a11eec54524ecf3ac0f02ac596dcc034eb (commit)
       via  db9b746cc7aeb4fe2e24eeff95872ea13a378172 (commit)
      from  b987ee22a1b47b9a1e52846a49a5af38f693c7d5 (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 3d3ad35074317d1155fc7cfee5bbcbc40a1778c5
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jun 11 15:48:52 2010 -0700

    o2image: Autodetect pipes and use proper FILENO defines.
    
    First off, don't use a naked '1' where we mean STDOUT_FILENO.  Fixed.
    
    Secondly, detect whether our file descriptor is a stream with lseek().
    That way we can eventually do our own compression if we want, and the
    write code won't care.
    
    With a raw write function that detects where we're writing, we can do
    our zeroing in hunks of 1MB.  Might be faster.  But remember, reading
    and writing all those zeros is much slower than the image file format.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 21e94730b40f2e2df2f85cdd41568c3b2f581b31
Author: Joel Becker <joel.becker at oracle.com>
Date:   Mon Jun 7 14:45:33 2010 -0700

    debugfs.ocfs2: Add the -t and -T options to the "stat" command.
    
    The "stat" command walks the extents or chains of an inode to print
    details about its metadata.  This can be expensive when there are a lot
    of extents or chains and the user merely wants information from the
    inode itself.  The -t and -T options select and deselect traversal of
    this metadata respectively.  The -t option remains the default.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 36fc63a11eec54524ecf3ac0f02ac596dcc034eb
Author: Joel Becker <joel.becker at oracle.com>
Date:   Mon Jun 7 14:25:50 2010 -0700

    fsck.ocfs2: Add the '-p' and '-a' options.
    
    ocfs2 filesystems in /etc/fstab often halt the boot process because
    fsck.ocfs2 doesn't understand the '-a' (automatic repair) option.  This
    is annoying to have to escape from every reboot.
    
    We copy the extN scheme.  The '-p' ("preen") option means: "fix whatever
    can be corrected safely without asking any questions."  Right now, that
    just means journal replay for ocfs2.  ost->ost_answer will have to get a
    smarter mode for us to differentiate between automatic and interactive
    repairs.
    
    The '-a' option is just an alias for '-p'.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit db9b746cc7aeb4fe2e24eeff95872ea13a378172
Author: Joel Becker <joel.becker at oracle.com>
Date:   Mon Jun 7 14:02:13 2010 -0700

    configure.in: Fix a bug detecting corosync and openais libs.
    
    If they're not in the right place, we can loop forever on a bad shell
    substitution.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Mark Fasheh <mfasheh at suse.com>

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

Summary of changes:
 configure.in                     |   14 ++++-
 debugfs.ocfs2/commands.c         |   55 +++++++++++----
 debugfs.ocfs2/debugfs.ocfs2.8.in |    8 ++-
 fsck.ocfs2/fsck.c                |   22 +++++-
 fsck.ocfs2/fsck.ocfs2.8.in       |   18 +++++-
 o2image/o2image.c                |  135 +++++++++++++++++++++++++++++---------
 6 files changed, 197 insertions(+), 55 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list