aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/dlm/dlmmaster.c
AgeCommit message (Expand)Author
2013-02-26ocfs2/dlm: use GFP_ATOMIC inside a spin_lockDan Carpenter
2011-07-24ocfs2/dlm: Take inflight reference count for remotely mastered resources tooSunil Mushran
2011-07-24ocfs2/dlm: Clean up refmap helpersSunil 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-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-03-31Fix common misspellingsLucas De Marchi
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma
2010-12-09ocfs2/dlm: Migrate lockres with no locks if it has a referenceSunil Mushran
2010-09-23o2dlm: force free mles during dlm exitSrinivas Eeda
2010-08-07ocfs2/dlm: remove potential deadlock -V3Wengang Wang
2010-08-07ocfs2/dlm: fix a dead lockWengang Wang
2010-07-15ocfs2/dlm: Remove BUG_ON from migration in the rare case of a down nodeWengang Wang
2010-05-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-05-18fs/ocfs2/dlm: Drop memory allocation castJulia Lawall
2010-05-05ocfs2: print node # when tcp failsWengang Wang
2010-03-23ocfs2: Fix a race in o2dlm lockres masterySrinivas Eeda
2010-01-25ocfs2/trivial: Remove trailing whitespacesSunil Mushran
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-09-23headers: utsname.h reduxAlexey Dobriyan
2009-04-03ocfs2/dlm: Remove struct dlm_lock_name in struct dlm_master_list_entrySunil 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: 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-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: Fix a race between migrate request and exit domainSunil Mushran
2008-07-07[PATCH] ocfs2/dlm: Fixes oops in dlm_new_lockres()Sunil Mushran
2008-04-18ocfs2/dlm: Move dlm_print_one_mle() from dlmmaster.c to dlmdebug.cSunil Mushran
2008-04-18ocfs2/dlm: Move struct dlm_master_list_entry to dlmcommon.hSunil 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: Add missing dlm_lockres_put()sSunil Mushran
2008-03-10ocfs2/dlm: Add missing dlm_lock_put()sSunil Mushran
2008-03-10ocfs2: Use dlm_print_one_lock_resource for lock resource printTao Ma
2008-03-03[2.6 patch] ocfs2: make dlm_do_assert_master() staticAdrian Bunk
2007-11-27[PATCH] fs/ocfs2: Add missing "space"Joe Perches
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-10[PATCH] ocfs2: use list_for_each_entry where beneficalChristoph Hellwig
2007-03-26ocfs2_dlm: Check for migrateable lockres in dlm_empty_lockres()Sunil Mushran
2007-03-14ocfs2_dlm: Add missing locks in dlm_empty_lockresSunil Mushran
2007-02-07ocfs2_dlm: Ensure correct ordering of set/clear refmap bit on lockresSunil Mushran