aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmlock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-04ocfs2: remove NULL assignments on staticFabian Frederick1-1/+1
2013-09-11ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang1-7/+2
2013-07-03ocfs2: dlmlock_master() should return DLM_NORMAL after adding lock to blocked listXue jiufei1-0/+1
2011-11-17fs/ocfs2/dlm/dlmlock.c: free kmem_cache_zalloc'd data using kmem_cache_freeJulia Lawall1-1/+1
2011-07-24ocfs2/dlm: dlmlock_remote() needs to account for remasterySunil Mushran1-10/+8
2011-07-24ocfs2/dlm: Take inflight reference count for remotely mastered resources tooSunil Mushran1-4/+8
2011-07-24ocfs2/dlm: Clean up messages in o2dlmSunil Mushran1-13/+9
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma1-7/+3
2010-12-16ocfs2/dlm: make existing convertion precedent over new lockWengang Wang1-0/+3
2010-05-18fs/ocfs2/dlm: Drop memory allocation castJulia Lawall1-1/+1
2010-05-05ocfs2: print node # when tcp failsWengang Wang1-1/+3
2010-01-25ocfs2/trivial: Remove trailing whitespacesSunil Mushran1-1/+1
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2008-04-18ocfs2/dlm: Create slabcaches for lock and lockresSunil Mushran1-2/+20
2007-02-07ocfs2: Added post handler callable function in o2net message handlerKurt Hackel1-1/+2
2007-02-07ocfs2_dlm: fix cluster-wide refcounting of lock resourcesKurt Hackel1-0/+4
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-2/+2
2006-09-24ocfs2: Allow binary names in the DLMMark Fasheh1-5/+5
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-06-26ocfs2: fix incorrect error returnsKurt Hackel1-2/+2
2006-06-26ocfs2: use GFP_NOFS in some dlm operationsKurt Hackel1-2/+2
2006-06-26ocfs2: special case recovery lock in dlmlock_remote()Kurt Hackel1-10/+23
2006-06-26ocfs2: temporarily disable automatic lock migrationKurt Hackel1-5/+9
2006-06-26ocfs2: do not unconditionally purge the lockres in dlmlock_remote()Kurt Hackel1-1/+7
2006-06-26ocfs2: gracefully handle stale create_lock messages.Kurt Hackel1-3/+16
2006-06-26[PATCH] fs: use list_move()Akinobu Mita1-2/+1
2006-03-24[PATCH] ocfs2: dlm recovery fixesKurt Hackel1-2/+12
2006-02-16[PATCH] ocfs2: manually grant remote recovery lockKurt Hackel1-0/+11
2006-02-16[PATCH] ocfs2: add dlm_wait_for_node_deathKurt Hackel1-1/+13
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemKurt Hackel1-0/+676