aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/lock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-03dlm: Don't send callback to node making lock request when "try 1cb" failsSteven Whitehouse1-0/+3
2010-04-30dlm: cleanup remove unused codeDan Carpenter1-4/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26dlm: use bastmode in debugfs outputDavid Teigland1-2/+4
2010-02-26dlm: send reply before bastDavid Teigland1-26/+84
2010-02-24dlm: fix ordering of bast and castDavid Teigland1-2/+2
2009-11-30dlm: always use GFP_NOFSDavid Teigland1-3/+3
2009-06-17dlm: Fix uninitialised variable warning in lock.cSteven Whitehouse1-1/+1
2009-03-11dlm: ignore cancel on granted lockDavid Teigland1-0/+7
2009-03-11dlm: clear defunct cancel stateDavid Teigland1-8/+45
2009-01-08dlm: change rsbtbl rwlock to spinlockDavid Teigland1-13/+13
2008-12-23dlm: add time stamp of blocking callbackDavid Teigland1-0/+2
2008-12-23dlm: change lock time stampingDavid Teigland1-10/+11
2008-12-23dlm: improve how bast mode handlingDavid Teigland1-5/+3
2008-07-14dlm: fix uninitialized variable for search_rsb_list callersBenny Halevy1-0/+1
2008-07-14dlm: fix basts for granted CW waiting PR/CWDavid Teigland1-1/+2
2008-04-21dlm: save master info after failed no-queue requestDavid Teigland1-2/+1
2008-04-21dlm: make dlm_print_rsb() staticAdrian Bunk1-1/+1
2008-02-06dlm: eliminate astparam type castingDavid Teigland1-8/+6
2008-02-06dlm: proper types for asts and bastsDavid Teigland1-18/+32
2008-02-04dlm: fix overflows when copying from ->m_extra to lvbAl Viro1-0/+4
2008-02-04dlm: make find_rsb() fail gracefully when namelen is too largeAl Viro1-1/+5
2008-02-04dlm: receive_rcom_lock_args() overflow checkAl Viro1-3/+4
2008-02-04dlm: verify that places expecting rcom_lock have packet long enoughAl Viro1-0/+3
2008-02-04dlm: do not byteswap rcom_lockAl Viro1-15/+19
2008-02-04dlm: dlm_process_incoming_buffer() fixesAl Viro1-10/+9
2008-02-04dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug)Al Viro1-1/+1
2008-01-30dlm: keep cached master rsbs during recoveryDavid Teigland1-6/+0
2008-01-30dlm: change error message to debugDavid Teigland1-2/+3
2008-01-30dlm: limit dir lookup loopDavid Teigland1-2/+4
2008-01-30dlm: reject normal unlock when lock is waiting for lookupDavid Teigland1-4/+5
2008-01-30dlm: validate messages before processingDavid Teigland1-35/+104
2008-01-30dlm: reject messages from non-membersDavid Teigland1-1/+8
2008-01-30dlm: another call to confirm_master in receive_request_replyDavid Teigland1-2/+6
2008-01-30dlm: recover locks waiting for overlap repliesDavid Teigland1-5/+32
2008-01-30dlm: clear ast_type when removing from astqueueDavid Teigland1-0/+1
2008-01-29dlm: use dlm prefix on alloc and free functionsDavid Teigland1-13/+13
2008-01-29dlm: don't print common non-errorsDavid Teigland1-1/+1
2008-01-29dlm: proper prototypesAdrian Bunk1-1/+0
2007-10-10[DLM] block dlm_recv in recovery transitionDavid Teigland1-55/+81
2007-10-10[DLM] don't overwrite castparam if it's NULLPatrick Caulfield1-2/+4
2007-08-14[DLM] fix basts for granted PR waiting CWDavid Teigland1-14/+55
2007-07-09[DLM] variable allocationPatrick Caulfield1-1/+1
2007-07-09[DLM] canceling deadlocked lockDavid Teigland1-0/+53
2007-07-09[DLM] timeout fixesDavid Teigland1-6/+7
2007-07-09[DLM] Compile fixSteven Whitehouse1-1/+1
2007-07-09[DLM] fix compile breakageDavid Teigland1-2/+2
2007-07-09[DLM] cancel in conversion deadlock [4/6]David Teigland1-61/+132
2007-07-09[DLM] dlm_device interface changes [3/6]David Teigland1-11/+13
2007-07-09[DLM] add lock timeouts and warnings [2/6]David Teigland1-2/+144