summaryrefslogtreecommitdiffstats
path: root/fs/dlm/lock.c
Commit message (Expand)AuthorAgeFilesLines
* fs: dlm: add union in dlm header for lockspace idAlexander Aring2021-05-251-4/+4
* fs: dlm: add more midcomms hooksAlexander Aring2021-05-251-4/+4
* fs: dlm: use GFP_ZERO for page bufferAlexander Aring2021-03-091-2/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner2019-05-301-3/+1
* dlm: memory leaks on error path in dlm_user_request()Vasily Averin2018-11-151-7/+7
* dlm: lost put_lkb on error path in receive_convert() and receive_unlock()Vasily Averin2018-11-151-0/+2
* dlm: possible memory leak on error path in create_lkb()Vasily Averin2018-11-151-0/+1
* dlm: remove dlm_send_rcom_lookup_dumpDavid Teigland2017-10-091-1/+0
* DLM: fix conversion deadlock when DLM_LKF_NODLCKWT flag is settsutomu.owa@toshiba.co.jp2017-09-251-19/+23
* dlm: Delete an error message for a failed memory allocation in dlm_recover_wa...Markus Elfring2017-08-071-3/+1
* dlm: Improve a size determination in dlm_recover_waiters_pre()Markus Elfring2017-08-071-1/+1
* dlm: Use kcalloc() in dlm_scan_waiters()Markus Elfring2017-08-071-1/+1
* ktime: Get rid of ktime_equal()Thomas Gleixner2016-12-251-3/+2
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* dlm: adopt orphan locksDavid Teigland2014-11-191-2/+74
* dlm: use INFO for recovery messagesDavid Teigland2014-02-141-3/+3
* dlm: silence a harmless use after free warningDan Carpenter2014-02-121-0/+1
* dlm: Avoid LVB truncationBart Van Assche2013-06-261-4/+4
* dlm: convert to idr_alloc()Tejun Heo2013-02-271-12/+6
* dlm: avoid scanning unchanged toss listsDavid Teigland2013-01-071-0/+15
* dlm: fix lvb invalidation conditionsDavid Teigland2012-11-161-3/+13
* dlm: fix missing dir removeDavid Teigland2012-07-161-2/+68
* dlm: fix conversion deadlock from recoveryDavid Teigland2012-07-161-15/+40
* dlm: fix race between remove and lookupDavid Teigland2012-07-161-37/+144
* dlm: use rsbtbl as resource directoryDavid Teigland2012-07-161-203/+819
* dlm: fixes for nodir modeDavid Teigland2012-05-021-89/+197
* dlm: improve error and debug messagesDavid Teigland2012-04-261-85/+156
* dlm: avoid unnecessary search in search_rsbDavid Teigland2012-04-261-0/+3
* dlm: fix waiter recoveryDavid Teigland2012-04-261-12/+31
* dlm: fix QUECVT when convert queue is emptyDavid Teigland2012-04-231-0/+12
* dlm: fix slow rsb search in dir recoveryDavid Teigland2012-03-081-4/+4
* dlm: convert rsb list to rb_treeBob Peterson2011-11-181-17/+70
* dlm: use workqueue for callbacksDavid Teigland2011-07-151-12/+12
* dlm: remove deadlock debug printDavid Teigland2011-07-141-3/+0
* dlm: improve rsb searchesDavid Teigland2011-07-121-37/+82
* dlm: keep lkbs in idrDavid Teigland2011-07-111-45/+24
* dlm: fix kmalloc argsDavid Teigland2011-07-111-1/+1
* dlm: don't do pointless NULL check, use kzalloc and fix order of argumentsJesper Juhl2011-07-111-6/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2011-05-241-40/+142
|\
| * dlm: remove shared message stub for recoveryDavid Teigland2011-04-051-33/+49
| * dlm: delayed reply message warningDavid Teigland2011-04-011-7/+93
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* dlm: record full callback stateDavid Teigland2011-03-101-21/+17
* dlm: Don't send callback to node making lock request when "try 1cb" failsSteven Whitehouse2010-09-031-0/+3
* dlm: cleanup remove unused codeDan Carpenter2010-04-301-4/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dlm: use bastmode in debugfs outputDavid Teigland2010-02-261-2/+4
* dlm: send reply before bastDavid Teigland2010-02-261-26/+84
* dlm: fix ordering of bast and castDavid Teigland2010-02-241-2/+2