summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm
Commit message (Expand)AuthorAgeFilesLines
* ocfs2/dlm: force clean refmap when doing local cleanupXue jiufei2013-09-121-0/+8
* ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang2013-09-129-90/+40Star
* ocfs2: dlm_request_all_locks() should deal with the status sent from target nodeXue jiufei2013-09-121-1/+4
* ocfs2: dlmlock_master() should return DLM_NORMAL after adding lock to blocked...Xue jiufei2013-07-041-0/+1
* ocfs2: add missing dlm_put() in dlm_begin_reco_handler()Xue jiufei2013-07-041-0/+1
* fs/ocfs2/dlm/dlmrecovery.c:dlm_request_all_locks(): ret should be int instead...Joseph Qi2013-07-041-2/+1Star
* fs/ocfs2/dlm/dlmrecovery.c: remove duplicate declarationsJoseph Qi2013-07-041-3/+0Star
* ocfs2: add missing lockres put in dlm_mig_lockres_handlerXue jiufei2013-06-131-0/+1
* ocfs2/dlm: remove redundant null pointer checkSachin Kamat2013-04-301-4/+2Star
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-4/+2Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * ocfs2/dlm: use GFP_ATOMIC inside a spin_lockDan Carpenter2013-02-261-1/+1
* | ocfs2: remove kfree() redundant null checksTim Gardner2013-02-221-3/+1Star
|/
* ocfs2: trivial endianness misannotationsAl Viro2012-05-303-5/+5
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-12-016-271/+238Star
|\
| * fs/ocfs2/dlm/dlmlock.c: free kmem_cache_zalloc'd data using kmem_cache_freeJulia Lawall2011-11-171-1/+1
| * ocfs2/cluster: Cluster up now includes network connections tooSunil Mushran2011-07-241-7/+0Star
| * ocfs2/dlm: dlmlock_remote() needs to account for remasterySunil Mushran2011-07-241-10/+8Star
| * ocfs2/dlm: Take inflight reference count for remotely mastered resources tooSunil Mushran2011-07-243-39/+32Star
| * ocfs2/dlm: Cleanup dlm_wait_for_node_death() and dlm_wait_for_node_recovery()Sunil Mushran2011-07-242-26/+24Star
| * ocfs2/dlm: Trace insert/remove of resource to/from hashSunil Mushran2011-07-243-11/+15
| * ocfs2/dlm: Clean up refmap helpersSunil Mushran2011-07-243-79/+66Star
| * ocfs2/dlm: Cleanup up dlm_finish_local_lockres_recovery()Sunil Mushran2011-07-241-32/+25Star
| * ocfs2/dlm: Clean up messages in o2dlmSunil Mushran2011-07-245-70/+71
* | fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-11-011-0/+1
|/
* ocfs2/dlm: Do not migrate resource to a node that is leaving the domainSunil Mushran2011-05-262-95/+57Star
* ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSGSunil Mushran2011-05-264-11/+82
* ocfs2/dlm: dlm_is_lockres_migrateable() returns booleanSunil Mushran2011-05-242-84/+63Star
* ocfs2/dlm: Target node death during resource migration leads to thread spinSunil Mushran2011-05-131-0/+3
* ocfs2/dlm: Use negotiated o2dlm protocol versionSunil Mushran2011-05-131-1/+2
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-03-286-42/+29Star
|\
| * Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs...Joel Becker2011-03-286-30/+13Star
| |\
| | * ocfs2: Remove EXIT from masklog.Tao Ma2011-03-071-4/+1Star
| | * ocfs2: Remove ENTRY from masklog.Tao Ma2011-02-216-26/+12Star
| * | ocfs2/dlm: Move kmalloc() outside the spinlockSunil Mushran2011-02-221-12/+16
| |/
* / fs: change to new flag variablematt mooney2011-03-171-1/+1
|/
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-117-268/+244Star
|\
| * ocfs2/dlm: Hard code the values for enumsSunil Mushran2010-12-231-43/+43
| * ocfs2/dlm: Minor cleanupSunil Mushran2010-12-231-14/+8Star
| * ocfs2/dlm: Cleanup dlmdebug.cSunil Mushran2010-12-232-117/+66Star
| * ocfs2/cluster: Pin/unpin o2hb regionsSunil Mushran2010-12-161-4/+4
| * ocfs2/dlm: make existing convertion precedent over new lockWengang Wang2010-12-161-0/+3
| * ocfs2/dlm: Cleanup mlogs in dlmthread.c, dlmast.c and dlmdomain.cSunil Mushran2010-12-163-90/+120
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-12-241-13/+27
|\ \ | |/ |/|
| * ocfs2/dlm: Migrate lockres with no locks if it has a referenceSunil Mushran2010-12-101-13/+27
* | fs/ocfs2/dlm: Use GFP_ATOMIC under spin_lockDavid Sterba2010-11-181-1/+1
|/
* Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2...Joel Becker2010-10-154-4/+480
|\
| * ocfs2/cluster: Bump up dlm protocol to version 1.1Sunil Mushran2010-10-091-1/+1
| * ocfs2/dlm: Add message DLM_QUERY_NODEINFOSunil Mushran2010-10-082-1/+198