aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-13Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds3-78/+67
2010-08-07ocfs2/dlm: remove potential deadlock -V3Wengang Wang1-4/+0
2010-08-07ocfs2/dlm: avoid incorrect bit set in refmap on recovery masterWengang Wang2-25/+31
2010-08-07ocfs2 fix o2dlm dlm run purgelist (rev 3)Srinivas Eeda1-46/+34
2010-08-07ocfs2/dlm: fix a dead lockWengang Wang1-3/+2
2010-08-04Merge branch 'master' into for-nextJiri Kosina3-10/+17
2010-07-20fs/ocfs2: Remove unnecessary casts of private_dataJoe Perches1-3/+3
2010-07-15ocfs2/dlm: Remove BUG_ON from migration in the rare case of a down nodeWengang Wang1-8/+14
2010-07-12ocfs2: tighten up strlen() checkingDan Carpenter1-1/+1
2010-07-12ocfs2/dlm: don't access beyond bitmap sizeWengang Wang1-1/+1
2010-06-15fs/ocfs2/dlm: Add missing spin_unlockJulia Lawall1-0/+1
2010-05-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds9-49/+77
2010-05-18ocfs2:dlm: avoid dlm->ast_lock lockres->spinlock dependency breakWengang Wang3-8/+14
2010-05-18fs/ocfs2/dlm: Use kstrdupJulia Lawall1-2/+1
2010-05-18fs/ocfs2/dlm: Drop memory allocation castJulia Lawall2-13/+7
2010-05-05ocfs2/dlm: Increase o2dlm lockres hash sizeSunil Mushran1-1/+1
2010-05-05ocfs2/dlm: Make o2dlm domain join/leave messages KERN_NOTICESunil Mushran1-3/+3
2010-05-05ocfs2: print node # when tcp failsWengang Wang7-22/+51
2010-04-30Merge branch 'skip_delete_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2-mark into ocfs2-fixesJoel Becker4-4/+0
2010-03-30ocfs2: Check the owner of a lockres inside the spinlockWengang Wang1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-4/+0
2010-03-23ocfs2: Fix a race in o2dlm lockres masterySrinivas Eeda1-3/+1
2010-02-26dlm: allow dlm do recovery during shutdownSrinivas Eeda1-1/+1
2010-02-26ocfs2_dlmfs: Move to its own directoryJoel Becker6-1574/+1
2010-02-26ocfs2_dlmfs: Use poll() to signify BASTs.Joel Becker1-1/+23
2010-02-26ocfs2_dlmfs: Add capabilities parameter.Joel Becker1-0/+36
2010-02-08ocfs2/dlm: Fix printing of locknameSunil Mushran1-1/+1
2010-02-03ocfs2/dlm: Remove BUG_ON in dlm recovery when freeing locks of a dead nodeSunil Mushran1-1/+6
2010-02-02ocfs2/dlm: Handle EAGAIN for compatibility - v2Sunil Mushran1-1/+7
2010-01-25ocfs2/dlm: Print more messages during lock migrationSunil Mushran1-8/+38
2010-01-25ocfs2/dlm: Ignore LVBs of locks in the Blocked listSunil Mushran1-14/+34
2010-01-25ocfs2/trivial: Remove trailing whitespacesSunil Mushran8-47/+47
2009-12-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-9/+9
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-02ocfs2: return -EAGAIN instead of EAGAIN in dlmTiger Yang1-9/+9
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-4/+4
2009-09-23headers: utsname.h reduxAlexey Dobriyan9-9/+0
2009-09-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-1/+5
2009-09-23seq_file: constify seq_operationsJames Morris1-1/+1
2009-09-23ocfs2: add spinlock protection when dealing with lockres->purge.Wengang Wang1-1/+5
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-08-20ocfs2/dlm: Wait on lockres instead of erroring cancel requestsGoldwyn Rodrigues1-2/+2
2009-07-31ocfs2: Remove redundant BUG_ON in __dlm_queue_ast()Goldwyn Rodrigues1-1/+0
2009-07-08ocfs2: trivial fix for s/migrate/migration/ in dlmrecovery.c loggingJeff Liu1-1/+1
2009-04-03ocfs2/dlm: Tweak mle_state outputSunil Mushran1-2/+5
2009-04-03ocfs2/dlm: Do not purge lockres that is being migrated dlm_purge_lockres()Sunil Mushran1-2/+18
2009-04-03ocfs2/dlm: Remove struct dlm_lock_name in struct dlm_master_list_entrySunil Mushran3-71/+23
2009-04-03ocfs2/dlm: Show the number of lockres/mles in dlm_stateSunil Mushran1-0/+36
2009-04-03ocfs2/dlm: dlm_set_lockres_owner() and dlm_change_lockres_owner() inlinedSunil Mushran2-22/+18
2009-04-03ocfs2/dlm: Improve lockres countsSunil Mushran4-38/+11