summaryrefslogtreecommitdiffstats
path: root/fs/dlm/dlm_internal.h
Commit message (Expand)AuthorAgeFilesLines
* fs: dlm: fix typo in tlv prefixAlexander Aring2021-07-191-1/+1
* fs: dlm: add midcomms debugfs functionalityAlexander Aring2021-05-251-0/+4
* fs: dlm: add reliable connection if reconnectAlexander Aring2021-05-251-2/+28
* fs: dlm: add union in dlm header for lockspace idAlexander Aring2021-05-251-1/+4
* fs: dlm: make buffer handling per msgAlexander Aring2021-05-251-0/+1
* fs: dlm: add dlm macros for ratelimit logAlexander Aring2021-05-251-0/+2
* dlm: remove BUG() before panic()Arnd Bergmann2020-05-121-1/+0
* dlm: dlm_internal: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-05-121-3/+3
* dlm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-111-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner2019-05-301-3/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* dlm: audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-191-1/+0
* dlm: add log_info config optionZhilong Liu2016-06-211-1/+9
* dlm: use INFO for recovery messagesDavid Teigland2014-02-141-0/+2
* dlm: avoid scanning unchanged toss listsDavid Teigland2013-01-071-0/+3
* dlm: fix lvb invalidation conditionsDavid Teigland2012-11-161-0/+1
* dlm: fix unlock balance warningsDavid Teigland2012-08-081-10/+36
* dlm: fix race between remove and lookupDavid Teigland2012-07-161-0/+13
* dlm: use idr instead of list for recovered rsbsDavid Teigland2012-07-161-0/+3
* dlm: use rsbtbl as resource directoryDavid Teigland2012-07-161-19/+27
* dlm: fixes for nodir modeDavid Teigland2012-05-021-2/+6
* dlm: limit rcom debug messagesDavid Teigland2012-04-261-0/+8
* dlm: add recovery callbacksDavid Teigland2012-01-041-14/+7
* dlm: add node slots and generationDavid Teigland2012-01-041-2/+46
* dlm: convert rsb list to rb_treeBob Peterson2011-11-181-3/+6
* dlm: use workqueue for callbacksDavid Teigland2011-07-151-1/+8
* dlm: improve rsb searchesDavid Teigland2011-07-121-1/+5
* dlm: keep lkbs in idrDavid Teigland2011-07-111-10/+4
* dlm: remove shared message stub for recoveryDavid Teigland2011-04-051-0/+1
* dlm: delayed reply message warningDavid Teigland2011-04-011-0/+2
* dlm: record full callback stateDavid Teigland2011-03-101-15/+20
* dlm: fix ordering of bast and castDavid Teigland2010-02-241-2/+8
* dlm: always use GFP_NOFSDavid Teigland2009-11-301-1/+0
* dlm: Change rwlock which is only used in write mode to a spinlockSteven Whitehouse2009-01-281-1/+1
* dlm: change rsbtbl rwlock to spinlockDavid Teigland2009-01-081-1/+1
* dlm: add new debugfs entryDavid Teigland2008-12-231-0/+1
* dlm: add time stamp of blocking callbackDavid Teigland2008-12-231-0/+1
* dlm: change lock time stampingDavid Teigland2008-12-231-1/+1
* dlm: fix locking of lockspace list in dlm_scandDavid Teigland2008-08-281-0/+1
* dlm: allow multiple lockspace createsDavid Teigland2008-08-281-2/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2008-04-221-3/+5
|\
| * dlm: common max length definitionsDavid Teigland2008-04-211-2/+0
| * dlm: move plock code from gfs2David Teigland2008-04-211-0/+2
| * dlm: recover nodes that are removed and re-addedDavid Teigland2008-04-211-1/+3
* | fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
|/
* dlm: eliminate astparam type castingDavid Teigland2008-02-061-1/+4
* dlm: proper types for asts and bastsDavid Teigland2008-02-061-8/+6
* dlm: use proper type for ->ls_recover_bufAl Viro2008-02-041-1/+1
* dlm: do not byteswap rcom_configAl Viro2008-02-041-3/+3
* dlm: do not byteswap rcom_lockAl Viro2008-02-041-11/+11