[Ocfs2-tools-commits] branch, tunefs-cleanup, updated. ocfs2-tools-1.4.0-154-g20493b8

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Jul 25 16:07:43 PDT 2008


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, tunefs-cleanup has been updated
       via  20493b8e3bb817a9af8b2a8d7de7e5fd3cbd9bd8 (commit)
       via  368b9ee19292a337bda935b8d5ec7789e3a25a10 (commit)
       via  8f95539830f4c3bb47688f27035b611145bafe78 (commit)
       via  b45655d384a3ba3d98ac51995714b03e6338a6db (commit)
       via  a96d8dd3bbd287df9e576a9166e6a08b12b23257 (commit)
       via  40001b5c105dfecd85a09b44d7efb8fb013f2007 (commit)
       via  4c82c0ed1f91d4cf7c29f0f0e74931f0ab1ff329 (commit)
      from  295841dfed28d1728e9a338e465a8e12953aa499 (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 20493b8e3bb817a9af8b2a8d7de7e5fd3cbd9bd8
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jul 25 15:57:14 2008 -0700

    ocfs2ne: Rework the locking code to lock down the cluster in all cases.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 368b9ee19292a337bda935b8d5ec7789e3a25a10
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jul 25 14:31:01 2008 -0700

    ocfs2ne: Add tunefs_dlm_[un]lock()
    
    Because we have a master ocfs2_filesys object that access the dlm, but
    sub-objects that are passed to the operations, we need to have online
    operations access teh master object when locking the cluster.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 8f95539830f4c3bb47688f27035b611145bafe78
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jul 25 14:29:29 2008 -0700

    ocfs2ne: Actually use the query option.
    
    Add the query option to the main program.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit b45655d384a3ba3d98ac51995714b03e6338a6db
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jul 25 14:21:27 2008 -0700

    ocfs2ne: Create a shared filesystem state object.
    
    The first caller to tunefs_open() will allocate a state object to
    describe what tunefs has for the filesystem.  This includes the online
    ioctl(2) fd and any local mount O_EXCL fds.  Later, we'll add cluster
    locking info.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit a96d8dd3bbd287df9e576a9166e6a08b12b23257
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jul 25 14:14:49 2008 -0700

    ocfs2ne: Whoops, clear the allowed errors from tunefs_open()
    
    tunefs_open() has a couple special error codes to tell us we need to
    behave a certain way (eg, PERFORM_ONLINE).  Once we've handled that
    behavior, we need to clear the error so later code doesn't think
    something broke.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 40001b5c105dfecd85a09b44d7efb8fb013f2007
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jul 25 12:40:05 2008 -0700

    ocfs2ne: Make recursive calls to tunefs_[un]block_signals() safe.
    
    We can get into block/unblock recursively due to signals.  Let's make
    sure we only unblock on the outermost call to tunefs_unblock_signals().
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 4c82c0ed1f91d4cf7c29f0f0e74931f0ab1ff329
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jul 25 00:00:44 2008 -0700

    ocfs2ne: Update API doc
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 tunefs.ocfs2/libocfs2ne.c            |  367 +++++++++++++++++++++-------------
 tunefs.ocfs2/libocfs2ne.h            |   11 +
 tunefs.ocfs2/ocfs2ne.c               |    4 +-
 tunefs.ocfs2/ocfs2ne_resize_volume.c |   12 +-
 4 files changed, 249 insertions(+), 145 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list