summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm
Commit message (Expand)AuthorAgeFilesLines
...
* ocfs2/dlm: Print message showing the recovery masterSunil Mushran2008-03-101-3/+3
* ocfs2/dlm: Add missing dlm_lockres_put()sSunil Mushran2008-03-101-1/+10
* ocfs2/dlm: Add missing dlm_lockres_put()s in migration pathSunil Mushran2008-03-102-6/+35
* ocfs2/dlm: Add missing dlm_lock_put()sSunil Mushran2008-03-102-0/+12
* ocfs2: Fix endian bug in o2dlm protocol negotiation.Joel Becker2008-03-102-45/+76
* ocfs2: Use dlm_print_one_lock_resource for lock resource printTao Ma2008-03-103-4/+4
* [PATCH] fs/ocfs2/dlm/dlmdomain.c: fix printk warningAndrew Morton2008-03-101-1/+1
* [2.6 patch] ocfs2: make dlm_do_assert_master() staticAdrian Bunk2008-03-031-3/+3
* byteorder: move le32_add_cpu & friends from OCFS2 to coreMarcin Slusarz2008-02-081-1/+0
* ocfs2: Negotiate locking protocol versions.Joel Becker2008-02-066-32/+217
* ocfs2: bump version numberMark Fasheh2008-01-252-2/+2
* ocfs2/dlm: Clear joining_node on hearbeat node downTao Ma2008-01-251-6/+6
* ocfs2_dlm: Call node eviction callbacks from heartbeat handlerMark Fasheh2008-01-251-0/+7
* [PATCH] fs/ocfs2: Add missing "space"Joe Perches2007-11-271-2/+2
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-5/+5
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-3/+2
* mm: bdi init hooksPeter Zijlstra2007-10-171-1/+8
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-202-2/+2
* [KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with clear_page() in fs/ocfs2...Shani Moideen2007-07-101-1/+1
* [PATCH] ocfs2: use list_for_each_entry where beneficalChristoph Hellwig2007-07-102-81/+36
* ocfs2: Depend on configfs heartbeat items.Joel Becker2007-07-101-4/+4
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-5/+3
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* ocfs2: fix sparse warnings in fs/ocfs2/dlmMark Fasheh2007-05-022-8/+8
* [PATCH] ocfs2: use __set_current_state()Milind Arun Choudhary2007-05-021-1/+1
* ocfs2: Silence compiler warningsSunil Mushran2007-04-261-1/+1
* ocfs2_dlm: Call cond_resched_lock() once per hash bucket scanSunil Mushran2007-04-261-2/+1
* ocfs2_dlm: fix race in dlm_remaster_locksSrinivas Eeda2007-04-261-0/+2
* ocfs2_dlm: Check for migrateable lockres in dlm_empty_lockres()Sunil Mushran2007-03-262-34/+67
* ocfs2_dlm: Fix lockres ref counting bugSunil Mushran2007-03-262-10/+6
* ocfs2_dlm: Add missing locks in dlm_empty_lockresSunil Mushran2007-03-141-0/+3
* ocfs2_dlm: Missing get/put lockres in dlm_run_purge_lockresSunil Mushran2007-03-141-0/+2
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-2/+2
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-6/+6
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-2/+2
* ocfs2_dlm: Add timeout to dlm join domainSunil Mushran2007-02-071-1/+13
* ocfs2_dlm: Silence some messages during join domainSunil Mushran2007-02-071-3/+6
* ocfs2_dlm: disallow a domain join if node maps mismatchSrinivas Eeda2007-02-072-0/+58
* ocfs2_dlm: Ensure correct ordering of set/clear refmap bit on lockresSunil Mushran2007-02-072-11/+94
* ocfs2_dlm: Calling post handler function in assert master handlerKurt Hackel2007-02-074-4/+29
* ocfs2: Added post handler callable function in o2net message handlerKurt Hackel2007-02-078-54/+90
* ocfs2_dlm: Cookies in locks not being printed correctly in error messagesKurt Hackel2007-02-075-25/+26
* ocfs2_dlm: Silence a failed convertKurt Hackel2007-02-071-22/+6
* ocfs2_dlm: wake up sleepers on the lockres waitqueueKurt Hackel2007-02-073-2/+18
* ocfs2_dlm: Dlm dispatch was stopping too earlyKurt Hackel2007-02-071-3/+0
* ocfs2_dlm: Drop inflight refmap even if no locks found on the lockresKurt Hackel2007-02-071-5/+3
* ocfs2_dlm: Flush dlm workqueue before starting to migrateKurt Hackel2007-02-071-16/+20
* ocfs2_dlm: Fix migrate lockres handler queue scanningKurt Hackel2007-02-071-6/+20
* ocfs2_dlm: Make dlmunlock() wait for migration to completeKurt Hackel2007-02-072-0/+5
OpenPOWER on IntegriCloud