summaryrefslogtreecommitdiff
path: root/fs/dlm/lock.c
AgeCommit message (Expand)Author
2010-02-26dlm: use bastmode in debugfs outputDavid Teigland
2010-02-26dlm: send reply before bastDavid Teigland
2010-02-24dlm: fix ordering of bast and castDavid Teigland
2009-11-30dlm: always use GFP_NOFSDavid Teigland
2009-06-17dlm: Fix uninitialised variable warning in lock.cSteven Whitehouse
2009-03-11dlm: ignore cancel on granted lockDavid Teigland
2009-03-11dlm: clear defunct cancel stateDavid Teigland
2009-01-08dlm: change rsbtbl rwlock to spinlockDavid Teigland
2008-12-23dlm: add time stamp of blocking callbackDavid Teigland
2008-12-23dlm: change lock time stampingDavid Teigland
2008-12-23dlm: improve how bast mode handlingDavid Teigland
2008-07-14dlm: fix uninitialized variable for search_rsb_list callersBenny Halevy
2008-07-14dlm: fix basts for granted CW waiting PR/CWDavid Teigland
2008-04-21dlm: save master info after failed no-queue requestDavid Teigland
2008-04-21dlm: make dlm_print_rsb() staticAdrian Bunk
2008-02-06dlm: eliminate astparam type castingDavid Teigland
2008-02-06dlm: proper types for asts and bastsDavid Teigland
2008-02-04dlm: fix overflows when copying from ->m_extra to lvbAl Viro
2008-02-04dlm: make find_rsb() fail gracefully when namelen is too largeAl Viro
2008-02-04dlm: receive_rcom_lock_args() overflow checkAl Viro
2008-02-04dlm: verify that places expecting rcom_lock have packet long enoughAl Viro
2008-02-04dlm: do not byteswap rcom_lockAl Viro
2008-02-04dlm: dlm_process_incoming_buffer() fixesAl Viro
2008-02-04dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug)Al Viro
2008-01-30dlm: keep cached master rsbs during recoveryDavid Teigland
2008-01-30dlm: change error message to debugDavid Teigland
2008-01-30dlm: limit dir lookup loopDavid Teigland
2008-01-30dlm: reject normal unlock when lock is waiting for lookupDavid Teigland
2008-01-30dlm: validate messages before processingDavid Teigland
2008-01-30dlm: reject messages from non-membersDavid Teigland
2008-01-30dlm: another call to confirm_master in receive_request_replyDavid Teigland
2008-01-30dlm: recover locks waiting for overlap repliesDavid Teigland
2008-01-30dlm: clear ast_type when removing from astqueueDavid Teigland
2008-01-29dlm: use dlm prefix on alloc and free functionsDavid Teigland
2008-01-29dlm: don't print common non-errorsDavid Teigland
2008-01-29dlm: proper prototypesAdrian Bunk
2007-10-10[DLM] block dlm_recv in recovery transitionDavid Teigland
2007-10-10[DLM] don't overwrite castparam if it's NULLPatrick Caulfield
2007-08-14[DLM] fix basts for granted PR waiting CWDavid Teigland
2007-07-09[DLM] variable allocationPatrick Caulfield
2007-07-09[DLM] canceling deadlocked lockDavid Teigland
2007-07-09[DLM] timeout fixesDavid Teigland
2007-07-09[DLM] Compile fixSteven Whitehouse
2007-07-09[DLM] fix compile breakageDavid Teigland
2007-07-09[DLM] cancel in conversion deadlock [4/6]David Teigland
2007-07-09[DLM] dlm_device interface changes [3/6]David Teigland
2007-07-09[DLM] add lock timeouts and warnings [2/6]David Teigland
2007-07-09[DLM] block scand during recovery [1/6]David Teigland
2007-05-01[DLM] fix mode mungingDavid Teigland
2007-05-01[DLM] change lkid formatDavid Teigland