aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/lock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-09[DLM] block scand during recovery [1/6]David Teigland1-24/+23
2007-05-01[DLM] fix mode mungingDavid Teigland1-2/+80
2007-05-01[DLM] change lkid formatDavid Teigland1-4/+4
2007-05-01[DLM] add orphan purging code (1/2)David Teigland1-0/+101
2007-05-01[DLM] split create_message functionDavid Teigland1-22/+32
2007-05-01[DLM] overlapping cancel and unlockDavid Teigland1-188/+522
2007-02-05[DLM] zero new user lvbsDavid Teigland1-2/+2
2007-02-05[DLM] can miss clearing resend flagDavid Teigland1-0/+6
2007-02-05[DLM] saved dlm message can be droppedDavid Teigland1-2/+2
2007-02-05[DLM] fix user unlockingDavid Teigland1-12/+18