aboutsummaryrefslogtreecommitdiff
path: root/fs/dlm/dlm_internal.h
AgeCommit message (Expand)Author
2013-01-07dlm: avoid scanning unchanged toss listsDavid Teigland
2012-11-16dlm: fix lvb invalidation conditionsDavid Teigland
2012-08-08dlm: fix unlock balance warningsDavid Teigland
2012-07-16dlm: fix race between remove and lookupDavid Teigland
2012-07-16dlm: use idr instead of list for recovered rsbsDavid Teigland
2012-07-16dlm: use rsbtbl as resource directoryDavid Teigland
2012-05-02dlm: fixes for nodir modeDavid Teigland
2012-04-26dlm: limit rcom debug messagesDavid Teigland
2012-01-04dlm: add recovery callbacksDavid Teigland
2012-01-04dlm: add node slots and generationDavid Teigland
2011-11-18dlm: convert rsb list to rb_treeBob Peterson
2011-07-15dlm: use workqueue for callbacksDavid Teigland
2011-07-12dlm: improve rsb searchesDavid Teigland
2011-07-11dlm: keep lkbs in idrDavid Teigland
2011-04-05dlm: remove shared message stub for recoveryDavid Teigland
2011-04-01dlm: delayed reply message warningDavid Teigland
2011-03-10dlm: record full callback stateDavid Teigland
2010-02-24dlm: fix ordering of bast and castDavid Teigland
2009-11-30dlm: always use GFP_NOFSDavid Teigland
2009-01-28dlm: Change rwlock which is only used in write mode to a spinlockSteven Whitehouse
2009-01-08dlm: change rsbtbl rwlock to spinlockDavid Teigland
2008-12-23dlm: add new debugfs entryDavid Teigland
2008-12-23dlm: add time stamp of blocking callbackDavid Teigland
2008-12-23dlm: change lock time stampingDavid Teigland
2008-08-28dlm: fix locking of lockspace list in dlm_scandDavid Teigland
2008-08-28dlm: allow multiple lockspace createsDavid Teigland
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds
2008-04-21dlm: common max length definitionsDavid Teigland
2008-04-21dlm: move plock code from gfs2David Teigland
2008-04-21dlm: recover nodes that are removed and re-addedDavid Teigland
2008-04-18fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2008-02-06dlm: eliminate astparam type castingDavid Teigland
2008-02-06dlm: proper types for asts and bastsDavid Teigland
2008-02-04dlm: use proper type for ->ls_recover_bufAl Viro
2008-02-04dlm: do not byteswap rcom_configAl Viro
2008-02-04dlm: do not byteswap rcom_lockAl Viro
2008-02-04dlm: dlm_process_incoming_buffer() fixesAl Viro
2008-01-29dlm: proper prototypesAdrian Bunk
2007-10-10[DLM] block dlm_recv in recovery transitionDavid Teigland
2007-07-09[DLM] dump more lock valuesDavid Teigland
2007-07-09[DLM] variable allocationPatrick Caulfield
2007-07-09[DLM] dumping master locksDavid Teigland
2007-07-09[DLM] canceling deadlocked lockDavid Teigland
2007-07-09[DLM] timeout fixesDavid Teigland
2007-07-09[DLM] wait for config check during join [6/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-05-01[DLM] add orphan purging code (1/2)David Teigland
2007-05-01[DLM] overlapping cancel and unlockDavid Teigland
2007-02-05[DLM] fix user unlockingDavid Teigland