From: Mark Fasheh <mark.fasheh@oracle.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@osdl.org>,
linux-kernel@vger.kernel.org, ocfs2-devel@oss.oracle.com,
joel.becker@oracle.com
Subject: [git patches] ocfs2 and configfs updates
Date: Thu, 8 Feb 2007 10:30:08 -0800 [thread overview]
Message-ID: <20070208183008.GV14799@ca-server1.us.oracle.com> (raw)
Hi Linus,
Included in this patchset is:
* A rather involved series of ocfs2 dlm fixes - these were too large (and
tested too late) to really go into 2.6.20. Mostly this revolves around
lock migration race fixes. Most forms of migration had been temporarily
disabled in the ocfs2 dlm due to those problems, but with these patches it
works great again.
* Some cleanups in heartbeat code, and our section of fs/Kconfig.
* A small configfs fix from Joel.
So nothing major in the feature area for now, just some more bugfixes and
cleanups.
--Mark
Please pull from 'upstream-linus' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git upstream-linus
to receive the following updates:
fs/Kconfig | 1
fs/configfs/file.c | 9
fs/ocfs2/cluster/heartbeat.c | 158 ++--------
fs/ocfs2/cluster/tcp.c | 35 +-
fs/ocfs2/cluster/tcp.h | 6
fs/ocfs2/cluster/tcp_internal.h | 12
fs/ocfs2/dlm/dlmast.c | 14
fs/ocfs2/dlm/dlmcommon.h | 130 +++++++-
fs/ocfs2/dlm/dlmconvert.c | 40 --
fs/ocfs2/dlm/dlmdebug.c | 30 +-
fs/ocfs2/dlm/dlmdomain.c | 253 +++++++++++++----
fs/ocfs2/dlm/dlmlock.c | 7
fs/ocfs2/dlm/dlmmaster.c | 579 +++++++++++++++++++++++++++++++++++-----
fs/ocfs2/dlm/dlmrecovery.c | 182 ++++++++++--
fs/ocfs2/dlm/dlmthread.c | 200 ++++++-------
fs/ocfs2/dlm/dlmunlock.c | 15 -
fs/ocfs2/vote.c | 8
17 files changed, 1211 insertions(+), 468 deletions(-)
Adrian Bunk:
fs/ocfs2/dlm/: make functions static
Joel Becker:
configfs: Zero terminate data in configfs attribute writes.
Kurt Hackel:
ocfs2_dlm: fix cluster-wide refcounting of lock resources
ocfs2_dlm: Fixes race between migrate and dirty
ocfs2_dlm: Make dlmunlock() wait for migration to complete
ocfs2_dlm: Fix migrate lockres handler queue scanning
ocfs2_dlm: Flush dlm workqueue before starting to migrate
ocfs2_dlm: Drop inflight refmap even if no locks found on the lockres
ocfs2_dlm: Dlm dispatch was stopping too early
ocfs2_dlm: wake up sleepers on the lockres waitqueue
ocfs2_dlm: Silence a failed convert
ocfs2_dlm: Cookies in locks not being printed correctly in error messages
ocfs2: Added post handler callable function in o2net message handler
ocfs2_dlm: Calling post handler function in assert master handler
Philipp Reisner:
ocfs2 heartbeat: clean up bio submission code
Randy Dunlap:
ocfs2: drop INET from Kconfig, not needed
Srinivas Eeda:
ocfs2_dlm: disallow a domain join if node maps mismatch
Sunil Mushran:
ocfs2: Binds listener to the configured ip address
ocfs2_dlm: Ensure correct ordering of set/clear refmap bit on lockres
ocfs2_dlm: Silence some messages during join domain
ocfs2_dlm: Add timeout to dlm join domain
Zhen Wei:
ocfs2: introduce sc->sc_send_lock to protect outbound outbound messages
Thanks,
--Mark
--
Mark Fasheh
Senior Software Developer, Oracle
mark.fasheh@oracle.com
next reply other threads:[~2007-02-08 18:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-08 18:30 Mark Fasheh [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-01-25 23:16 [git patches] ocfs2 and configfs updates Mark Fasheh
2007-07-11 16:22 Mark Fasheh
2006-12-05 0:01 Mark Fasheh
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=20070208183008.GV14799@ca-server1.us.oracle.com \
--to=mark.fasheh@oracle.com \
--cc=akpm@osdl.org \
--cc=joel.becker@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox