summaryrefslogtreecommitdiff
path: root/fs/dlm/lock.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-27dlm: convert to idr_alloc()Tejun Heo1-12/+6
2013-01-07dlm: avoid scanning unchanged toss listsDavid Teigland1-0/+15
2012-11-16dlm: fix lvb invalidation conditionsDavid Teigland1-3/+13
2012-07-16dlm: fix missing dir removeDavid Teigland1-2/+68
2012-07-16dlm: fix conversion deadlock from recoveryDavid Teigland1-15/+40
2012-07-16dlm: fix race between remove and lookupDavid Teigland1-37/+144
2012-07-16dlm: use rsbtbl as resource directoryDavid Teigland1-203/+819
2012-05-02dlm: fixes for nodir modeDavid Teigland1-89/+197
2012-04-26dlm: improve error and debug messagesDavid Teigland1-85/+156
2012-04-26dlm: avoid unnecessary search in search_rsbDavid Teigland1-0/+3
2012-04-26dlm: fix waiter recoveryDavid Teigland1-12/+31
2012-04-23dlm: fix QUECVT when convert queue is emptyDavid Teigland1-0/+12
2012-03-08dlm: fix slow rsb search in dir recoveryDavid Teigland1-4/+4
2011-11-18dlm: convert rsb list to rb_treeBob Peterson1-17/+70
2011-07-15dlm: use workqueue for callbacksDavid Teigland1-12/+12
2011-07-14dlm: remove deadlock debug printDavid Teigland1-3/+0
2011-07-12dlm: improve rsb searchesDavid Teigland1-37/+82
2011-07-11dlm: keep lkbs in idrDavid Teigland1-45/+24
2011-07-11dlm: fix kmalloc argsDavid Teigland1-1/+1
2011-07-11dlm: don't do pointless NULL check, use kzalloc and fix order of argumentsJesper Juhl1-6/+2
2011-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds1-40/+142
2011-04-05dlm: remove shared message stub for recoveryDavid Teigland1-33/+49
2011-04-01dlm: delayed reply message warningDavid Teigland1-7/+93
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-10dlm: record full callback stateDavid Teigland1-21/+17
2010-09-03dlm: Don't send callback to node making lock request when "try 1cb" failsSteven Whitehouse1-0/+3
2010-04-30dlm: cleanup remove unused codeDan Carpenter1-4/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-26dlm: use bastmode in debugfs outputDavid Teigland1-2/+4
2010-02-26dlm: send reply before bastDavid Teigland1-26/+84
2010-02-24dlm: fix ordering of bast and castDavid Teigland1-2/+2
2009-11-30dlm: always use GFP_NOFSDavid Teigland1-3/+3
2009-06-17dlm: Fix uninitialised variable warning in lock.cSteven Whitehouse1-1/+1
2009-03-11dlm: ignore cancel on granted lockDavid Teigland1-0/+7
2009-03-11dlm: clear defunct cancel stateDavid Teigland1-8/+45
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