summaryrefslogtreecommitdiffstats
path: root/fs/dlm/lock.c
AgeCommit message (Expand)AuthorLines
2021-05-25fs: dlm: add union in dlm header for lockspace idAlexander Aring-4/+4
2021-05-25fs: dlm: add more midcomms hooksAlexander Aring-4/+4
2021-03-09fs: dlm: use GFP_ZERO for page bufferAlexander Aring-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner-3/+1
2018-11-15dlm: memory leaks on error path in dlm_user_request()Vasily Averin-7/+7
2018-11-15dlm: lost put_lkb on error path in receive_convert() and receive_unlock()Vasily Averin-0/+2
2018-11-15dlm: possible memory leak on error path in create_lkb()Vasily Averin-0/+1
2017-10-09dlm: remove dlm_send_rcom_lookup_dumpDavid Teigland-1/+0
2017-09-25DLM: fix conversion deadlock when DLM_LKF_NODLCKWT flag is settsutomu.owa@toshiba.co.jp-19/+23
2017-08-07dlm: Delete an error message for a failed memory allocation in dlm_recover_wa...Markus Elfring-3/+1
2017-08-07dlm: Improve a size determination in dlm_recover_waiters_pre()Markus Elfring-1/+1
2017-08-07dlm: Use kcalloc() in dlm_scan_waiters()Markus Elfring-1/+1
2016-12-25ktime: Get rid of ktime_equal()Thomas Gleixner-3/+2
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner-1/+1
2014-11-19dlm: adopt orphan locksDavid Teigland-2/+74
2014-02-14dlm: use INFO for recovery messagesDavid Teigland-3/+3
2014-02-12dlm: silence a harmless use after free warningDan Carpenter-0/+1
2013-06-26dlm: Avoid LVB truncationBart Van Assche-4/+4
2013-02-27dlm: convert to idr_alloc()Tejun Heo-12/+6
2013-01-07dlm: avoid scanning unchanged toss listsDavid Teigland-0/+15
2012-11-16dlm: fix lvb invalidation conditionsDavid Teigland-3/+13
2012-07-16dlm: fix missing dir removeDavid Teigland-2/+68
2012-07-16dlm: fix conversion deadlock from recoveryDavid Teigland-15/+40
2012-07-16dlm: fix race between remove and lookupDavid Teigland-37/+144
2012-07-16dlm: use rsbtbl as resource directoryDavid Teigland-203/+819
2012-05-02dlm: fixes for nodir modeDavid Teigland-89/+197
2012-04-26dlm: improve error and debug messagesDavid Teigland-85/+156
2012-04-26dlm: avoid unnecessary search in search_rsbDavid Teigland-0/+3
2012-04-26dlm: fix waiter recoveryDavid Teigland-12/+31
2012-04-23dlm: fix QUECVT when convert queue is emptyDavid Teigland-0/+12
2012-03-08dlm: fix slow rsb search in dir recoveryDavid Teigland-4/+4
2011-11-18dlm: convert rsb list to rb_treeBob Peterson-17/+70
2011-07-15dlm: use workqueue for callbacksDavid Teigland-12/+12
2011-07-14dlm: remove deadlock debug printDavid Teigland-3/+0
2011-07-12dlm: improve rsb searchesDavid Teigland-37/+82
2011-07-11dlm: keep lkbs in idrDavid Teigland-45/+24
2011-07-11dlm: fix kmalloc argsDavid Teigland-1/+1
2011-07-11dlm: don't do pointless NULL check, use kzalloc and fix order of argumentsJesper Juhl-6/+2
2011-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds-40/+142
2011-04-05dlm: remove shared message stub for recoveryDavid Teigland-33/+49
2011-04-01dlm: delayed reply message warningDavid Teigland-7/+93
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-10dlm: record full callback stateDavid Teigland-21/+17
2010-09-03dlm: Don't send callback to node making lock request when "try 1cb" failsSteven Whitehouse-0/+3
2010-04-30dlm: cleanup remove unused codeDan Carpenter-4/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-26dlm: use bastmode in debugfs outputDavid Teigland-2/+4
2010-02-26dlm: send reply before bastDavid Teigland-26/+84
2010-02-24dlm: fix ordering of bast and castDavid Teigland-2/+2