From: Joel Becker <Joel.Becker@oracle.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mark Fasheh <mfasheh@suse.com>,
Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org, ocfs2-devel@oss.oracle.com
Subject: [Ocfs2-devel] [GIT PULL] ocfs2 updates for 2.6.31, take 2
Date: Tue, 23 Jun 2009 17:28:55 -0700 [thread overview]
Message-ID: <20090624002855.GA17214@mail.oracle.com> (raw)
Linus, et al,
Here are some more ocfs2 updates for 2.6.31. More bug fixes,
mostly. The one non-fix is lockdep annotation for ocfs2's cluster
locking. Thanks to Jan Kara for that. Please pull.
Joel
The following changes since commit 3fe0344faf7fdcb158bd5c1a9aec960a8d70c8e8:
Linus Torvalds (1):
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git upstream-linus
Jan Kara (2):
vfs: Set special lockdep map for dirs only if not set by fs
ocfs2: Add lockdep annotations
Joel Becker (1):
ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API.
Sunil Mushran (5):
ocfs2: Pin journal head before accessing jh->b_committed_data
ocfs2: Fix ocfs2_osb_dump()
ocfs2: Stop orphan scan as early as possible during umount
ocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_res_init()
ocfs2: Disable orphan scanning for local and hard-ro mounts
Tao Ma (2):
ocfs2: Update atime in splice read if necessary.
ocfs2/trivial: Wrap ocfs2_sysfile_cluster_lock_key within define.
fs/inode.c | 17 ++++--
fs/ocfs2/dlmglue.c | 123 ++++++++++++++++++++++++++++++++++-------------
fs/ocfs2/dlmglue.h | 24 +++++++--
fs/ocfs2/file.c | 6 +-
fs/ocfs2/inode.c | 11 ++++
fs/ocfs2/journal.c | 43 +++++++++++-----
fs/ocfs2/journal.h | 2 +-
fs/ocfs2/namei.c | 15 ++++--
fs/ocfs2/ocfs2.h | 10 ++++
fs/ocfs2/stack_o2cb.c | 11 ++++
fs/ocfs2/stack_user.c | 8 +++
fs/ocfs2/stackglue.c | 13 +++--
fs/ocfs2/stackglue.h | 6 ++
fs/ocfs2/suballoc.c | 28 +++++++++--
fs/ocfs2/super.c | 69 ++++++++++++++-------------
fs/ocfs2/sysfile.c | 19 +++++++
include/linux/lockdep.h | 15 ++++++
17 files changed, 309 insertions(+), 111 deletions(-)
--
Life's Little Instruction Book #99
"Think big thoughts, but relish small pleasures."
Joel Becker
Principal Software Developer
Oracle
E-mail: joel.becker at oracle.com
Phone: (650) 506-8127
WARNING: multiple messages have this Message-ID (diff)
From: Joel Becker <Joel.Becker@oracle.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mark Fasheh <mfasheh@suse.com>,
Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org, ocfs2-devel@oss.oracle.com
Subject: [GIT PULL] ocfs2 updates for 2.6.31, take 2
Date: Tue, 23 Jun 2009 17:28:55 -0700 [thread overview]
Message-ID: <20090624002855.GA17214@mail.oracle.com> (raw)
Linus, et al,
Here are some more ocfs2 updates for 2.6.31. More bug fixes,
mostly. The one non-fix is lockdep annotation for ocfs2's cluster
locking. Thanks to Jan Kara for that. Please pull.
Joel
The following changes since commit 3fe0344faf7fdcb158bd5c1a9aec960a8d70c8e8:
Linus Torvalds (1):
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git upstream-linus
Jan Kara (2):
vfs: Set special lockdep map for dirs only if not set by fs
ocfs2: Add lockdep annotations
Joel Becker (1):
ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API.
Sunil Mushran (5):
ocfs2: Pin journal head before accessing jh->b_committed_data
ocfs2: Fix ocfs2_osb_dump()
ocfs2: Stop orphan scan as early as possible during umount
ocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_res_init()
ocfs2: Disable orphan scanning for local and hard-ro mounts
Tao Ma (2):
ocfs2: Update atime in splice read if necessary.
ocfs2/trivial: Wrap ocfs2_sysfile_cluster_lock_key within define.
fs/inode.c | 17 ++++--
fs/ocfs2/dlmglue.c | 123 ++++++++++++++++++++++++++++++++++-------------
fs/ocfs2/dlmglue.h | 24 +++++++--
fs/ocfs2/file.c | 6 +-
fs/ocfs2/inode.c | 11 ++++
fs/ocfs2/journal.c | 43 +++++++++++-----
fs/ocfs2/journal.h | 2 +-
fs/ocfs2/namei.c | 15 ++++--
fs/ocfs2/ocfs2.h | 10 ++++
fs/ocfs2/stack_o2cb.c | 11 ++++
fs/ocfs2/stack_user.c | 8 +++
fs/ocfs2/stackglue.c | 13 +++--
fs/ocfs2/stackglue.h | 6 ++
fs/ocfs2/suballoc.c | 28 +++++++++--
fs/ocfs2/super.c | 69 ++++++++++++++-------------
fs/ocfs2/sysfile.c | 19 +++++++
include/linux/lockdep.h | 15 ++++++
17 files changed, 309 insertions(+), 111 deletions(-)
--
Life's Little Instruction Book #99
"Think big thoughts, but relish small pleasures."
Joel Becker
Principal Software Developer
Oracle
E-mail: joel.becker@oracle.com
Phone: (650) 506-8127
next reply other threads:[~2009-06-24 0:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-24 0:28 Joel Becker [this message]
2009-06-24 0:28 ` [GIT PULL] ocfs2 updates for 2.6.31, take 2 Joel Becker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090624002855.GA17214@mail.oracle.com \
--to=joel.becker@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mfasheh@suse.com \
--cc=ocfs2-devel@oss.oracle.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.