aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
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
2009-04-03ocfs2/dlm: Track number of mlesSunil Mushran3-1/+14
2009-04-03ocfs2/dlm: Indent dlm_cleanup_master_list()Sunil Mushran1-54/+52
2009-04-03ocfs2/dlm: Activate dlm->master_hash for master list entriesSunil Mushran4-30/+60
2009-04-03ocfs2/dlm: Create and destroy the dlm->master_hashSunil Mushran2-0/+26
2009-04-03ocfs2/dlm: Refactor dlm_clean_master_list()Sunil Mushran1-63/+85
2009-04-03ocfs2/dlm: Clean up struct dlm_lock_nameSunil Mushran3-44/+53
2009-04-03ocfs2/dlm: Encapsulate adding and removing of mle from dlm->master_listSunil Mushran2-11/+26
2009-02-26ocfs2/dlm: Make dlm_assert_master_handler() kill itself instead of the asserterSunil Mushran1-6/+6
2009-02-26ocfs2/dlm: Use ast_lock to protect ast_listSunil Mushran1-2/+2
2009-02-26ocfs2/dlm: Retract fix for race between purge and migrateSunil Mushran1-2/+1
2009-01-05Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds6-60/+94
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-2/+0
2009-01-05ocfs2/dlm: Fix race during lockres masterySunil Mushran1-1/+8
2009-01-05ocfs2/dlm: Fix race in adding/removing lockres' to/from the tracking listSunil Mushran4-29/+38
2009-01-05ocfs2/dlm: Hold off sending lockres drop ref message while lockres is migratingSunil Mushran1-1/+2
2009-01-05ocfs2/dlm: Clean up errors in dlm_proxy_ast_handler()Sunil Mushran1-25/+27
2009-01-05ocfs2/dlm: Fix a race between migrate request and exit domainSunil Mushran1-4/+19
2008-12-04Merge branch 'master' into nextJames Morris2-2/+4
2008-12-01ocfs2: fix return value set in init_dlmfs_fs()Coly Li1-1/+3
2008-12-01ocfs2: comments typo fixColy Li1-1/+1
2008-11-14CRED: Wrap task credential accesses in the OCFS2 filesystemDavid Howells1-4/+4
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-2/+1
2008-07-07[PATCH] ocfs2/dlm: Fixes oops in dlm_new_lockres()Sunil Mushran1-0/+2
2008-05-30[PATCH 2/3] ocfs2/dlm: Silence build warningsSunil Mushran1-6/+6
2008-04-30ocfs2/dlm: dlmdebug.c: make 2 functions staticAdrian Bunk1-3/+5
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi1-1/+1
2008-04-18ocfs2: Only build ocfs2/dlm with the o2cb stack moduleMark Fasheh1-1/+1
2008-04-18ocfs2/dlm: Cleanup lockres printSunil Mushran1-11/+11
2008-04-18ocfs2/dlm: Fix lockname in lockres print functionSunil Mushran1-75/+51
2008-04-18ocfs2/dlm: Move dlm_print_one_mle() from dlmmaster.c to dlmdebug.cSunil Mushran3-160/+85
2008-04-18ocfs2/dlm: Dumps the purgelist into a debugfs fileSunil Mushran2-0/+72
2008-04-18ocfs2/dlm: Dumps the mles into a debugfs fileSunil Mushran2-0/+120
2008-04-18ocfs2/dlm: Move struct dlm_master_list_entry to dlmcommon.hSunil Mushran2-37/+35
2008-04-18ocfs2/dlm: Dumps the lockres' into a debugfs fileSunil Mushran2-0/+255