dlm: verify that places expecting rcom_lock have packet long enough
[safe/jmp/linux-2.6] / fs / dlm / lock.c
2008-02-04 Al Virodlm: verify that places expecting rcom_lock have packet...
2008-02-04 Al Virodlm: do not byteswap rcom_lock
2008-02-04 Al Virodlm: dlm_process_incoming_buffer() fixes
2008-02-04 Al Virodlm: use proper C for dlm/requestqueue stuff (and fix...
2008-01-30 David Teiglanddlm: keep cached master rsbs during recovery
2008-01-30 David Teiglanddlm: change error message to debug
2008-01-30 David Teiglanddlm: limit dir lookup loop
2008-01-30 David Teiglanddlm: reject normal unlock when lock is waiting for...
2008-01-30 David Teiglanddlm: validate messages before processing
2008-01-30 David Teiglanddlm: reject messages from non-members
2008-01-30 David Teiglanddlm: another call to confirm_master in receive_request_...
2008-01-30 David Teiglanddlm: recover locks waiting for overlap replies
2008-01-30 David Teiglanddlm: clear ast_type when removing from astqueue
2008-01-29 David Teiglanddlm: use dlm prefix on alloc and free functions
2008-01-29 David Teiglanddlm: don't print common non-errors
2008-01-29 Adrian Bunkdlm: proper prototypes
2007-10-10 David Teigland[DLM] block dlm_recv in recovery transition
2007-10-10 Patrick Caulfield[DLM] don't overwrite castparam if it's NULL
2007-08-14 David Teigland[DLM] fix basts for granted PR waiting CW
2007-07-09 Patrick Caulfield[DLM] variable allocation
2007-07-09 David Teigland[DLM] canceling deadlocked lock
2007-07-09 David Teigland[DLM] timeout fixes
2007-07-09 Steven Whitehouse[DLM] Compile fix
2007-07-09 David Teigland[DLM] fix compile breakage
2007-07-09 David Teigland[DLM] cancel in conversion deadlock [4/6]
2007-07-09 David Teigland[DLM] dlm_device interface changes [3/6]
2007-07-09 David Teigland[DLM] add lock timeouts and warnings [2/6]
2007-07-09 David Teigland[DLM] block scand during recovery [1/6]
2007-05-01 David Teigland[DLM] fix mode munging
2007-05-01 David Teigland[DLM] change lkid format
2007-05-01 David Teigland[DLM] add orphan purging code (1/2)
2007-05-01 David Teigland[DLM] split create_message function
2007-05-01 David Teigland[DLM] overlapping cancel and unlock
2007-02-05 David Teigland[DLM] zero new user lvbs
2007-02-05 David Teigland[DLM] can miss clearing resend flag
2007-02-05 David Teigland[DLM] saved dlm message can be dropped
2007-02-05 David Teigland[DLM] fix user unlocking
2007-02-05 David Teigland[DLM] rename dlm_config_info fields
2007-02-05 David Teigland[DLM] fix lost flags in stub replies
2007-02-05 David Teigland[DLM] fix receive_request() lvb copying
2007-02-05 David Teigland[DLM] fix send_args() lvb copying
2007-02-05 David Teigland[DLM] fix resend rcom lock
2006-11-30 David Teigland[DLM] clear sbflags on lock master
2006-11-30 David Teigland[DLM] fix requestqueue race
2006-09-25 Steven Whitehouse[GFS2/DLM] Fix trailing whitespace
2006-09-08 David Teigland[DLM] confirm master for recovered waiting requests
2006-08-23 David Teigland[DLM] down conversion clearing flags
2006-08-23 Patrick Caulfield[DLM] down conversion clearing flags
2006-08-23 Patrick Caulfield[DLM] preserve lksb address in user conversions
2006-08-21 David Teigland[DLM] dump rsb and locks on assert
2006-08-08 Patrick Caulfield[DLM] fix userland unlock
2006-07-26 David Teigland[DLM] schedule during long loop through locks
2006-07-26 David Teigland[DLM] fix loop in grant_after_purge
2006-07-20 David Teigland[DLM] fix leaking user locks
2006-07-20 Adrian Bunk[DLM] [RFC: -mm patch] fs/dlm/lock.c: unexport dlm_lvb_...
2006-07-13 David Teigland[DLM] dlm: user locks
2006-05-02 David Teigland[DLM] fix grant_after_purge softlockup
2006-02-28 David Teigland[DLM] Pass in lockspace to lkb put function
2006-02-23 David Teigland[DLM] Remove range locks from the DLM
2006-01-20 David Teigland[DLM] Update DLM to the latest patch level
2006-01-18 David Teigland[DLM] The core of the DLM for GFS2/CLVM