summaryrefslogtreecommitdiffstats
path: root/fs/dlm/lock.c
AgeCommit message (Expand)AuthorLines
2008-04-21dlm: save master info after failed no-queue requestDavid Teigland-2/+1
2008-04-21dlm: make dlm_print_rsb() staticAdrian Bunk-1/+1
2008-02-06dlm: eliminate astparam type castingDavid Teigland-8/+6
2008-02-06dlm: proper types for asts and bastsDavid Teigland-18/+32
2008-02-04dlm: fix overflows when copying from ->m_extra to lvbAl Viro-0/+4
2008-02-04dlm: make find_rsb() fail gracefully when namelen is too largeAl Viro-1/+5
2008-02-04dlm: receive_rcom_lock_args() overflow checkAl Viro-3/+4
2008-02-04dlm: verify that places expecting rcom_lock have packet long enoughAl Viro-0/+3
2008-02-04dlm: do not byteswap rcom_lockAl Viro-15/+19
2008-02-04dlm: dlm_process_incoming_buffer() fixesAl Viro-10/+9
2008-02-04dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug)Al Viro-1/+1
2008-01-30dlm: keep cached master rsbs during recoveryDavid Teigland-6/+0
2008-01-30dlm: change error message to debugDavid Teigland-2/+3
2008-01-30dlm: limit dir lookup loopDavid Teigland-2/+4
2008-01-30dlm: reject normal unlock when lock is waiting for lookupDavid Teigland-4/+5
2008-01-30dlm: validate messages before processingDavid Teigland-35/+104
2008-01-30dlm: reject messages from non-membersDavid Teigland-1/+8
2008-01-30dlm: another call to confirm_master in receive_request_replyDavid Teigland-2/+6
2008-01-30dlm: recover locks waiting for overlap repliesDavid Teigland-5/+32
2008-01-30dlm: clear ast_type when removing from astqueueDavid Teigland-0/+1
2008-01-29dlm: use dlm prefix on alloc and free functionsDavid Teigland-13/+13
2008-01-29dlm: don't print common non-errorsDavid Teigland-1/+1
2008-01-29dlm: proper prototypesAdrian Bunk-1/+0
2007-10-10[DLM] block dlm_recv in recovery transitionDavid Teigland-55/+81
2007-10-10[DLM] don't overwrite castparam if it's NULLPatrick Caulfield-2/+4
2007-08-14[DLM] fix basts for granted PR waiting CWDavid Teigland-14/+55
2007-07-09[DLM] variable allocationPatrick Caulfield-1/+1
2007-07-09[DLM] canceling deadlocked lockDavid Teigland-0/+53
2007-07-09[DLM] timeout fixesDavid Teigland-6/+7
2007-07-09[DLM] Compile fixSteven Whitehouse-1/+1
2007-07-09[DLM] fix compile breakageDavid Teigland-2/+2
2007-07-09[DLM] cancel in conversion deadlock [4/6]David Teigland-61/+132
2007-07-09[DLM] dlm_device interface changes [3/6]David Teigland-11/+13
2007-07-09[DLM] add lock timeouts and warnings [2/6]David Teigland-2/+144
2007-07-09[DLM] block scand during recovery [1/6]David Teigland-24/+23
2007-05-01[DLM] fix mode mungingDavid Teigland-2/+80
2007-05-01[DLM] change lkid formatDavid Teigland-4/+4
2007-05-01[DLM] add orphan purging code (1/2)David Teigland-0/+101
2007-05-01[DLM] split create_message functionDavid Teigland-22/+32
2007-05-01[DLM] overlapping cancel and unlockDavid Teigland-188/+522
2007-02-05[DLM] zero new user lvbsDavid Teigland-2/+2
2007-02-05[DLM] can miss clearing resend flagDavid Teigland-0/+6
2007-02-05[DLM] saved dlm message can be droppedDavid Teigland-2/+2
2007-02-05[DLM] fix user unlockingDavid Teigland-12/+18
2007-02-05[DLM] rename dlm_config_info fieldsDavid Teigland-1/+1
2007-02-05[DLM] fix lost flags in stub repliesDavid Teigland-0/+3
2007-02-05[DLM] fix receive_request() lvb copyingDavid Teigland-2/+6
2007-02-05[DLM] fix send_args() lvb copyingDavid Teigland-4/+16
2007-02-05[DLM] fix resend rcom lockDavid Teigland-1/+9
2006-11-30[DLM] clear sbflags on lock masterDavid Teigland-0/+1