[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-282-gbedfa2c

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Apr 13 14:59:08 PDT 2009


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  bedfa2cf6eec718f927d592edd1a8d599ea90c92 (commit)
       via  3be4341b9f8b6ef6d9c4a18ff81ef717dacf381e (commit)
       via  4c721cea082470cac09f6d1e4707373ca6560387 (commit)
      from  7e187d6afdb6320c10c25b13bb28f10fcc74ca97 (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 bedfa2cf6eec718f927d592edd1a8d599ea90c92
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Apr 10 17:19:25 2009 -0700

    mkfs.ocfs2: Disable io cache during journal format
    
    libocfs2's io_cache performs ios in terms of blocksize. This becomes an issue
    during journal format as the default journal size is 256M. And we format
    multiple journals (8 is the current default).
    
    This patch disables the io caching during journal format, allowing upto
    1M writes.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 3be4341b9f8b6ef6d9c4a18ff81ef717dacf381e
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Apr 10 15:19:16 2009 -0700

    libocfs2: Destroy io cache in io_close()
    
    io_close() was not destroying the io cache.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 4c721cea082470cac09f6d1e4707373ca6560387
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Apr 10 10:26:09 2009 -0700

    tools: Add missing header file in the Makefile
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

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

Summary of changes:
 fsck.ocfs2/Makefile |    1 +
 libocfs2/unix_io.c  |    2 ++
 mkfs.ocfs2/mkfs.c   |   24 +++++++++++++++++-------
 3 files changed, 20 insertions(+), 7 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list