aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmdomain.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2/dlm: Do not migrate resource to a node that is leaving the domainSunil Mushran2011-05-251-3/+7
* ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSGSunil Mushran2011-05-251-11/+73
* ocfs2/dlm: Use negotiated o2dlm protocol versionSunil Mushran2011-05-131-1/+2
* Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs...Joel Becker2011-03-281-4/+4
|\
| * ocfs2: Remove ENTRY from masklog.Tao Ma2011-02-211-4/+4
* | ocfs2/dlm: Move kmalloc() outside the spinlockSunil Mushran2011-02-221-12/+16
|/
* ocfs2/cluster: Pin/unpin o2hb regionsSunil Mushran2010-12-161-4/+4
* ocfs2/dlm: Cleanup mlogs in dlmthread.c, dlmast.c and dlmdomain.cSunil Mushran2010-12-161-2/+0
* fs/ocfs2/dlm: Use GFP_ATOMIC under spin_lockDavid Sterba2010-11-181-1/+1
* ocfs2/cluster: Bump up dlm protocol to version 1.1Sunil Mushran2010-10-091-1/+1
* ocfs2/dlm: Add message DLM_QUERY_NODEINFOSunil Mushran2010-10-071-1/+181
* ocfs2/dlm: Add message DLM_QUERY_REGIONSunil Mushran2010-10-091-0/+218
* o2dlm: force free mles during dlm exitSrinivas Eeda2010-09-231-0/+1
* ocfs2: tighten up strlen() checkingDan Carpenter2010-07-121-1/+1
* fs/ocfs2/dlm: Add missing spin_unlockJulia Lawall2010-06-151-0/+1
* fs/ocfs2/dlm: Use kstrdupJulia Lawall2010-05-181-2/+1
* ocfs2/dlm: Make o2dlm domain join/leave messages KERN_NOTICESunil Mushran2010-05-051-3/+3
* ocfs2: print node # when tcp failsWengang Wang2010-05-051-6/+13
* ocfs2/trivial: Remove trailing whitespacesSunil Mushran2010-01-251-1/+1
* headers: utsname.h reduxAlexey Dobriyan2009-09-231-1/+0
* ocfs2/dlm: Improve lockres countsSunil Mushran2009-04-031-3/+2
* ocfs2/dlm: Track number of mlesSunil Mushran2009-04-031-0/+5
* ocfs2/dlm: Activate dlm->master_hash for master list entriesSunil Mushran2009-04-031-1/+0
* ocfs2/dlm: Create and destroy the dlm->master_hashSunil Mushran2009-04-031-0/+18
* ocfs2/dlm: Fix race in adding/removing lockres' to/from the tracking listSunil Mushran2009-01-051-0/+1
* ocfs2/dlm: Dump the dlm state in a debugfs fileSunil Mushran2008-04-181-0/+8
* ocfs2/dlm: Create debugfs dirsSunil Mushran2008-04-181-1/+20
* ocfs2/dlm: Link all lockres' to a tracking listSunil Mushran2008-04-181-0/+11
* ocfs2/dlm: Create slabcaches for lock and lockresSunil Mushran2008-04-181-3/+23
* ocfs2/dlm: Rename slabcache dlm_mle_cache to o2dlm_mleSunil Mushran2008-04-181-1/+3
* ocfs2: Fix endian bug in o2dlm protocol negotiation.Joel Becker2008-03-101-36/+65
* [PATCH] fs/ocfs2/dlm/dlmdomain.c: fix printk warningAndrew Morton2008-03-101-1/+1
* ocfs2: Negotiate locking protocol versions.Joel Becker2008-02-061-26/+169
* ocfs2: Depend on configfs heartbeat items.Joel Becker2007-07-101-4/+4
* ocfs2: Silence compiler warningsSunil Mushran2007-04-261-1/+1
* ocfs2_dlm: Call cond_resched_lock() once per hash bucket scanSunil Mushran2007-04-261-2/+1
* ocfs2_dlm: Check for migrateable lockres in dlm_empty_lockres()Sunil Mushran2007-03-261-0/+2
* ocfs2_dlm: Fix lockres ref counting bugSunil Mushran2007-03-261-2/+4
* ocfs2_dlm: Add timeout to dlm join domainSunil Mushran2007-02-071-1/+13
* ocfs2_dlm: Silence some messages during join domainSunil Mushran2007-02-071-3/+6
* ocfs2_dlm: disallow a domain join if node maps mismatchSrinivas Eeda2007-02-071-0/+54
* ocfs2_dlm: Calling post handler function in assert master handlerKurt Hackel2007-02-071-1/+2
* ocfs2: Added post handler callable function in o2net message handlerKurt Hackel2007-02-071-26/+34
* ocfs2_dlm: fix cluster-wide refcounting of lock resourcesKurt Hackel2007-02-071-30/+87
* [PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day2006-12-131-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-1/+2
|\
| * ocfs2: fix format warnings in dlm_alloc_pagevec()Mark Fasheh2006-12-011-1/+2
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-1/+1
|/
* ocfs2: Cleanup message printsSunil Mushran2006-06-291-3/+6
* [PATCH] spin/rwlock init cleanupsIngo Molnar2006-06-271-1/+1