[Ocfs2-tools-commits] branch, ocfs2-tools-1.4, updated. ocfs2-tools-1.4.0-381-gb6f5545

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Mar 9 18:08:30 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, ocfs2-tools-1.4 has been updated
       via  b6f5545dda007c317e01033dc78bc0caf754a6c6 (commit)
       via  9895cddfbc671670f49173c475fdf723790a8a84 (commit)
       via  0fa2362961c0d5efae583516fe27a033312f33ca (commit)
       via  f64f62ba11079b8bed0290536f87c9e73de4f3d1 (commit)
       via  e118eaf0424f91e0a939c24dd2e3c74d26818834 (commit)
       via  b3e1707dcd69404eeb91f05a2de6a2939bbc07fa (commit)
       via  9f75e10b17d0195ce9f70e895ef1fc28e88c3cd9 (commit)
       via  139354cdee37c006bf5d8d9967071e35c4273a95 (commit)
      from  fde6fe06c2944419c78c172e4170b76bda8c09da (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 b6f5545dda007c317e01033dc78bc0caf754a6c6
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Tue Mar 9 16:10:02 2010 +0800

    debugfs.ocfs2: stat shows inode's orphaned slot#
    
    Include i_orphaned_slot when printing the inode.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 9895cddfbc671670f49173c475fdf723790a8a84
Author: XiaoweiHu <xiaowei.hu at oracle.com>
Date:   Tue Mar 9 16:10:01 2010 +0800

    mounted.ocfs2 tool should show /dev/mapper devices instead of /dev/dm.
    
    The mounted.ocfs2 tool should show /dev/mapper devices instead of /dev/dm.
    Patch uses the device number to match the dm device with its corresponding
    dev-mapper device.
    
    Signed-off-by: XiaoweiHu <xiaowei.hu at oracle.com>
    Acked-by: Sunil Mushran <sunil.mushran at oracle.com>
    Signed-off-by: Tristan Ye <tristan.ye at oracle.com>

commit 0fa2362961c0d5efae583516fe27a033312f33ca
Author: Coly Li <coly.li at suse.de>
Date:   Tue Mar 9 16:09:59 2010 +0800

    tunefs.ocfs2: add ocfs2ne-clean in Makefile
    
    This patch adds a clean target to remove tunefs.ocfs2/ocfs2ne.
    
    Signed-off-by: Coly Li <coly.li at suse.de>
    Acked-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Tristan Ye <tristan.ye at oracle.com>

commit f64f62ba11079b8bed0290536f87c9e73de4f3d1
Author: Srinivas Eeda <srinivas.eeda at oracle.com>
Date:   Tue Mar 9 16:09:56 2010 +0800

    ocfs2-console: Increase max port number allowed
    
    Max port number can be 65534 but ocfs2console limits it to max 30000. This
    patch increases allowed port number to be 65534.
    
    Signed-off-by: Srinivas Eeda <srinivas.eeda at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit e118eaf0424f91e0a939c24dd2e3c74d26818834
Author: Jan Kara <jack at suse.cz>
Date:   Tue Mar 9 16:09:55 2010 +0800

    Fix tunefs space check when disabling SPARSE feature
    
    Tunefs missed addition of number clusters needed to fill holes when disabling
    SPARSE feature and hence the check whether there's enough space in the
    filesystem didn't work.
    
    Signed-off-by: Jan Kara <jack at suse.cz>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit b3e1707dcd69404eeb91f05a2de6a2939bbc07fa
Author: Srinivas Eeda <srinivas.eeda at oracle.com>
Date:   Tue Mar 9 16:09:54 2010 +0800

    ocfs2-tools: fix to print node names correctly
    
    mounted.ocfs2 -f lists node names as "Unknown" when node number is greater than
    number of nodes configured in cluster.conf.
    
    Validation check in ocfs2_print_full_detect should be against O2NM_MAX_NODES.
    
    Signed-off-by: Srinivas Eeda <srinivas.eeda at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 9f75e10b17d0195ce9f70e895ef1fc28e88c3cd9
Author: Joel Becker <joel.becker at oracle.com>
Date:   Tue Mar 9 16:09:53 2010 +0800

    fsck.ocfs2, fswreck: Fix EXTENT_MARKED_UNWRITTEN error.
    
    Filesystems without OCFS2_FEATURE_RO_COMPAT_UNWRITTEN should not have
    extent records with the OCFS2_EXT_UNWRITTEN flag set.  Teach fsck to
    check for them and correct them.  Teach fswreck to create them.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 139354cdee37c006bf5d8d9967071e35c4273a95
Author: Tristan Ye <tristan.ye at oracle.com>
Date:   Tue Mar 9 16:09:52 2010 +0800

    Ocfs2-tools: Update fswreck part to meet fsck's enhancement of solving multiply-claim clusters v2.
    
    Add support of codes 'DUP_CLUSTERS_SYSFILE_CLONE, DUP_CLUSTERS_CLONE, DUP_CLUSTERS_DELETE'
    to fswreck to make it compatible with fsck part after joel's patches series of sovling
    multiply-claimed clusters in fsck.ocfs2 get pushed.
    
    [ Modified to fix i_size -- Joel ]
    
    Signed-off-by: Tristan Ye <tristan.ye at oracle.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 debugfs.ocfs2/dump.c                      |    6 +-
 fsck.ocfs2/extent.c                       |   11 +++
 fsck.ocfs2/fsck.ocfs2.checks.8.in         |    7 ++
 fswreck/corrupt.c                         |    5 +-
 fswreck/extent.c                          |   16 +++++
 fswreck/include/fsck_type.h               |   10 ++-
 fswreck/inode.c                           |  106 +++++++++++++++++++----------
 fswreck/main.c                            |    9 ++-
 mounted.ocfs2/mounted.c                   |   64 +++++++++++++++++-
 ocfs2console/ocfs2interface/nodeconfig.py |    2 +-
 tunefs.ocfs2/Makefile                     |    5 +-
 tunefs.ocfs2/feature_sparse_files.c       |    1 +
 12 files changed, 195 insertions(+), 47 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list