aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/dlm
AgeCommit message (Expand)Author
2013-09-11ocfs2/dlm: force clean refmap when doing local cleanupXue jiufei
2013-09-11ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang
2013-09-11ocfs2: dlm_request_all_locks() should deal with the status sent from target nodeXue jiufei
2013-07-03ocfs2: dlmlock_master() should return DLM_NORMAL after adding lock to blocked...Xue jiufei
2013-07-03ocfs2: add missing dlm_put() in dlm_begin_reco_handler()Xue jiufei
2013-07-03fs/ocfs2/dlm/dlmrecovery.c:dlm_request_all_locks(): ret should be int instead...Joseph Qi
2013-07-03fs/ocfs2/dlm/dlmrecovery.c: remove duplicate declarationsJoseph Qi
2013-06-12ocfs2: add missing lockres put in dlm_mig_lockres_handlerXue jiufei
2013-04-29ocfs2/dlm: remove redundant null pointer checkSachin Kamat
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26ocfs2/dlm: use GFP_ATOMIC inside a spin_lockDan Carpenter
2013-02-21ocfs2: remove kfree() redundant null checksTim Gardner
2012-05-29ocfs2: trivial endianness misannotationsAl Viro
2011-12-01Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2011-11-17fs/ocfs2/dlm/dlmlock.c: free kmem_cache_zalloc'd data using kmem_cache_freeJulia Lawall
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker
2011-07-24ocfs2/cluster: Cluster up now includes network connections tooSunil Mushran
2011-07-24ocfs2/dlm: dlmlock_remote() needs to account for remasterySunil Mushran
2011-07-24ocfs2/dlm: Take inflight reference count for remotely mastered resources tooSunil Mushran
2011-07-24ocfs2/dlm: Cleanup dlm_wait_for_node_death() and dlm_wait_for_node_recovery()Sunil Mushran
2011-07-24ocfs2/dlm: Trace insert/remove of resource to/from hashSunil Mushran
2011-07-24ocfs2/dlm: Clean up refmap helpersSunil Mushran
2011-07-24ocfs2/dlm: Cleanup up dlm_finish_local_lockres_recovery()Sunil Mushran
2011-07-24ocfs2/dlm: Clean up messages in o2dlmSunil Mushran
2011-05-25ocfs2/dlm: Do not migrate resource to a node that is leaving the domainSunil Mushran
2011-05-25ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSGSunil Mushran
2011-05-23ocfs2/dlm: dlm_is_lockres_migrateable() returns booleanSunil Mushran
2011-05-13ocfs2/dlm: Target node death during resource migration leads to thread spinSunil Mushran
2011-05-13ocfs2/dlm: Use negotiated o2dlm protocol versionSunil Mushran
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-28Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2011-03-28Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs...Joel Becker
2011-03-17fs: change to new flag variablematt mooney
2011-02-22ocfs2/dlm: Move kmalloc() outside the spinlockSunil Mushran
2011-03-07ocfs2: Remove EXIT from masklog.Tao Ma
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma
2011-01-11Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-12-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-12-22ocfs2/dlm: Hard code the values for enumsSunil Mushran
2010-12-22ocfs2/dlm: Minor cleanupSunil Mushran
2010-12-22ocfs2/dlm: Cleanup dlmdebug.cSunil Mushran
2010-12-16ocfs2/cluster: Pin/unpin o2hb regionsSunil Mushran
2010-12-16ocfs2/dlm: make existing convertion precedent over new lockWengang Wang
2010-12-16ocfs2/dlm: Cleanup mlogs in dlmthread.c, dlmast.c and dlmdomain.cSunil Mushran
2010-12-09ocfs2/dlm: Migrate lockres with no locks if it has a referenceSunil Mushran
2010-11-18fs/ocfs2/dlm: Use GFP_ATOMIC under spin_lockDavid Sterba
2010-10-15Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2...Joel Becker
2010-10-09ocfs2/cluster: Bump up dlm protocol to version 1.1Sunil Mushran
2010-10-07ocfs2/dlm: Add message DLM_QUERY_NODEINFOSunil Mushran