aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/dlm
AgeCommit message (Expand)Author
2009-04-03ocfs2/dlm: Tweak mle_state outputSunil Mushran
2009-04-03ocfs2/dlm: Do not purge lockres that is being migrated dlm_purge_lockres()Sunil Mushran
2009-04-03ocfs2/dlm: Remove struct dlm_lock_name in struct dlm_master_list_entrySunil Mushran
2009-04-03ocfs2/dlm: Show the number of lockres/mles in dlm_stateSunil Mushran
2009-04-03ocfs2/dlm: dlm_set_lockres_owner() and dlm_change_lockres_owner() inlinedSunil Mushran
2009-04-03ocfs2/dlm: Improve lockres countsSunil Mushran
2009-04-03ocfs2/dlm: Track number of mlesSunil Mushran
2009-04-03ocfs2/dlm: Indent dlm_cleanup_master_list()Sunil Mushran
2009-04-03ocfs2/dlm: Activate dlm->master_hash for master list entriesSunil Mushran
2009-04-03ocfs2/dlm: Create and destroy the dlm->master_hashSunil Mushran
2009-04-03ocfs2/dlm: Refactor dlm_clean_master_list()Sunil Mushran
2009-04-03ocfs2/dlm: Clean up struct dlm_lock_nameSunil Mushran
2009-04-03ocfs2/dlm: Encapsulate adding and removing of mle from dlm->master_listSunil Mushran
2009-02-26ocfs2/dlm: Make dlm_assert_master_handler() kill itself instead of the asserterSunil Mushran
2009-02-26ocfs2/dlm: Use ast_lock to protect ast_listSunil Mushran
2009-02-26ocfs2/dlm: Retract fix for race between purge and migrateSunil Mushran
2009-01-05Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-01-05zero i_uid/i_gid on inode allocationAl Viro
2009-01-05ocfs2/dlm: Fix race during lockres masterySunil Mushran
2009-01-05ocfs2/dlm: Fix race in adding/removing lockres' to/from the tracking listSunil Mushran
2009-01-05ocfs2/dlm: Hold off sending lockres drop ref message while lockres is migratingSunil Mushran
2009-01-05ocfs2/dlm: Clean up errors in dlm_proxy_ast_handler()Sunil Mushran
2009-01-05ocfs2/dlm: Fix a race between migrate request and exit domainSunil Mushran
2008-12-04Merge branch 'master' into nextJames Morris
2008-12-01ocfs2: fix return value set in init_dlmfs_fs()Coly Li
2008-12-01ocfs2: comments typo fixColy Li
2008-11-14CRED: Wrap task credential accesses in the OCFS2 filesystemDavid Howells
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-07[PATCH] ocfs2/dlm: Fixes oops in dlm_new_lockres()Sunil Mushran
2008-05-30[PATCH 2/3] ocfs2/dlm: Silence build warningsSunil Mushran
2008-04-30ocfs2/dlm: dlmdebug.c: make 2 functions staticAdrian Bunk
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi
2008-04-18ocfs2: Only build ocfs2/dlm with the o2cb stack moduleMark Fasheh
2008-04-18ocfs2/dlm: Cleanup lockres printSunil Mushran
2008-04-18ocfs2/dlm: Fix lockname in lockres print functionSunil Mushran
2008-04-18ocfs2/dlm: Move dlm_print_one_mle() from dlmmaster.c to dlmdebug.cSunil Mushran
2008-04-18ocfs2/dlm: Dumps the purgelist into a debugfs fileSunil Mushran
2008-04-18ocfs2/dlm: Dumps the mles into a debugfs fileSunil Mushran
2008-04-18ocfs2/dlm: Move struct dlm_master_list_entry to dlmcommon.hSunil Mushran
2008-04-18ocfs2/dlm: Dumps the lockres' into a debugfs fileSunil Mushran
2008-04-18ocfs2/dlm: Dump the dlm state in a debugfs fileSunil Mushran
2008-04-18ocfs2/dlm: Create debugfs dirsSunil Mushran
2008-04-18ocfs2/dlm: Link all lockres' to a tracking listSunil Mushran
2008-04-18ocfs2/dlm: Create slabcaches for lock and lockresSunil Mushran
2008-04-18ocfs2/dlm: Rename slabcache dlm_mle_cache to o2dlm_mleSunil Mushran
2008-03-10ocfs2/dlm: dlm_thread should not sleep while holding the dlm_spinlockSunil Mushran
2008-03-10ocfs2/dlm: Print message showing the recovery masterSunil Mushran
2008-03-10ocfs2/dlm: Add missing dlm_lockres_put()sSunil Mushran
2008-03-10ocfs2/dlm: Add missing dlm_lockres_put()s in migration pathSunil Mushran
2008-03-10ocfs2/dlm: Add missing dlm_lock_put()sSunil Mushran