[Ocfs2-commits] branch, master, updated. ocfs2-1.4.0-30-g6e89cba

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue May 27 13:33:09 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 "The ocfs2 filesystem version 1.4".

The branch, master has been updated
       via  6e89cbaf0f936bc240d4e5684d35aa4553c562f3 (commit)
       via  65a8143912a884424628881f2cbf9d940861c20e (commit)
       via  2f9fe09ecad2a74cec3c6e73bbed2e9906822ea5 (commit)
       via  22cfd903bc46722f1b44def35a13dae8ea5ebab1 (commit)
      from  f2cfcc62dc14987d0837ddbf0fd9a561df3f435f (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 6e89cbaf0f936bc240d4e5684d35aa4553c562f3
Author: Tiger Yang <tiger.yang at oracle.com>
Date:   Tue May 27 13:29:46 2008 -0700

    ocfs2: Fix two typos
    
    Fixed typos added in ocfs2 1.4 git commit b77f15f3bfc3bcf747f05e5d120fa38d69f3e7ad
    and commit 2a96d67a1c49dbbe3eb10bb4957c93f9d74bec62
    
    Signed-off-by: Tiger Yang <tiger.yang at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 65a8143912a884424628881f2cbf9d940861c20e
Author: Tiger Yang <tiger.yang at oracle.com>
Date:   Tue May 27 13:29:38 2008 -0700

    ocfs2: Add splice read/write support
    
    commit 40bee44eaef91b6030037c8bb47f909181fb1edc in mainline exported
    __splice_from_pipe(). This patch copied pipe_wait() and __splice_from_pipe()
    from mainline to allow support for splice io with enterprise kernels not
    having the same.
    
    Signed-off-by: Tiger Yang <tiger.yang at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 2f9fe09ecad2a74cec3c6e73bbed2e9906822ea5
Author: Tiger Yang <tiger.yang at oracle.com>
Date:   Tue May 27 13:29:30 2008 -0700

    ocfs2: Add inode_double_lock() and inode_double_unlock()
    
    Mainline commit 62752ee198dca9209b7dee504763e51b11e9e0ca added inode_doubble_lock()
    and inode_double_unlock(). This patch allows building ocfs2 with kernels having/not
    having this change.
    
    Signed-off-by: Tiger Yang <tiger.yang at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 22cfd903bc46722f1b44def35a13dae8ea5ebab1
Author: Tiger Yang <tiger.yang at oracle.com>
Date:   Tue May 27 13:29:18 2008 -0700

    ocfs2: Fix pipe operation pin() changes to confirm()
    
    commit cac36bb06efe4880234524e117e0e712b10b1f16 in mainline changes
    pipe_buf_operations->pin() to ->confirm(). This patch allows building ocfs2
    with kernels having/not having this change.
    
    Signed-off-by: Tiger Yang <tiger.yang at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

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

Summary of changes:
 Config.make.in                            |    2 +
 Makefile                                  |    5 +-
 configure.in                              |   17 ++++-
 fs/ocfs2/Makefile                         |   10 ++
 fs/ocfs2/compat_splice.c                  |  129 +++++++++++++++++++++++++++++
 fs/ocfs2/file.c                           |   12 +--
 kapi-compat/include/inode_double_lock.h   |   34 ++++++++
 kapi-compat/include/pipe_buf_operations.h |   10 ++
 kapi-compat/include/splice.h              |   16 ++++
 9 files changed, 225 insertions(+), 10 deletions(-)
 create mode 100644 fs/ocfs2/compat_splice.c
 create mode 100644 kapi-compat/include/inode_double_lock.h
 create mode 100644 kapi-compat/include/pipe_buf_operations.h
 create mode 100644 kapi-compat/include/splice.h


hooks/post-receive
-- 
The ocfs2 filesystem version 1.4



More information about the Ocfs2-commits mailing list