[git patches] ocfs2 and configfs updates

From: Mark Fasheh
Date: Thu Feb 08 2007 - 13:30:50 EST


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@xxxxxxxxxx
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/