aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/lockspace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-01fs: dlm: avoid comms shutdown delay in release_lockspaceAlexander Aring1-0/+1
2021-07-19fs: dlm: use READ_ONCE for config varAlexander Aring1-1/+1
2021-06-02fs: dlm: rename socket and app buffer definesAlexander Aring1-1/+1
2021-05-25fs: dlm: add reliable connection if reconnectAlexander Aring1-1/+6
2021-05-25fs: dlm: add more midcomms hooksAlexander Aring1-3/+4
2021-03-09fs: dlm: add shutdown hookAlexander Aring1-9/+11
2020-11-10fs: dlm: define max send bufferAlexander Aring1-1/+1
2020-08-06dlm: Fix kobject memleakWang Hai1-3/+3
2020-05-12dlm: Switch to using wait_event()Ross Lagerwall1-14/+4
2019-06-13dlm: Replace default_attrs in dlm_ktype with default_groupsKimberly Brown1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner1-3/+1
2018-12-03dlm: NULL check before some freeing functions is not neededThomas Meyer1-4/+2
2018-11-15dlm: fix missing idr_destroy for recover_idrDavid Teigland1-0/+1
2018-11-15dlm: fixed memory leaks after failed ls_remove_names allocationVasily Averin1-1/+1
2018-11-07dlm: don't allow zero length namesTycho Andersen1-1/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2017-08-07dlm: constify kset_uevent_ops structureBhumika Goyal1-1/+1
2017-08-07dlm: print log message when cluster name is not setZhu Lingshan1-0/+4
2017-08-07dlm: Make dismatch error message more clearGang He1-1/+2
2016-10-19dlm: audit and remove any unnecessary uses of module.hPaul Gortmaker1-0/+2
2014-06-06fs/dlm/lockspace.c: convert simple_str to kstrFabian Frederick1-4/+17
2014-02-14dlm: use INFO for recovery messagesDavid Teigland1-4/+4
2013-10-16dlm: Avoid that dlm_release_lockspace() incorrectly returns -EBUSYBart Van Assche1-3/+1
2013-06-25dlm: log an error for unmanaged lockspacesDavid Teigland1-1/+8
2013-02-27dlm: don't use idr_remove_all()Tejun Heo1-1/+0
2012-08-08dlm: fix unlock balance warningsDavid Teigland1-3/+12
2012-07-16dlm: fix race between remove and lookupDavid Teigland1-2/+19
2012-07-16dlm: use idr instead of list for recovered rsbsDavid Teigland1-0/+3
2012-07-16dlm: use rsbtbl as resource directoryDavid Teigland1-22/+1
2012-05-02dlm: fixes for nodir modeDavid Teigland1-0/+20
2012-01-04dlm: add recovery callbacksDavid Teigland1-8/+35
2012-01-04dlm: add node slots and generationDavid Teigland1-0/+5
2011-11-18dlm: convert rsb list to rb_treeBob Peterson1-14/+9
2011-07-15dlm: use workqueue for callbacksDavid Teigland1-22/+21
2011-07-12dlm: improve rsb searchesDavid Teigland1-0/+10
2011-07-11dlm: keep lkbs in idrDavid Teigland1-62/+54
2011-07-01dlm: use vmalloc for hash tablesBryn M. Reeves1-9/+9
2011-04-01dlm: delayed reply message warningDavid Teigland1-3/+3
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-02-26dlm: Send lockspace name with ueventsSteven Whitehouse1-1/+13
2009-11-30dlm: always use GFP_NOFSDavid Teigland1-10/+5
2009-05-07dlm: fix use count with multiple joinsDavid Teigland1-7/+6
2009-05-07dlm: Make name input parameter of {,dlm_}new_lockspace() constGeert Uytterhoeven1-2/+2
2009-01-28dlm: Change rwlock which is only used in write mode to a spinlockSteven Whitehouse1-1/+1
2009-01-08dlm: change rsbtbl rwlock to spinlockDavid Teigland1-1/+1
2008-11-13dlm: fix shutdown cleanupDavid Teigland1-1/+1
2008-08-28dlm: fix locking of lockspace list in dlm_scandDavid Teigland1-2/+25
2008-08-28dlm: detect available userspace daemonDavid Teigland1-1/+23
2008-08-28dlm: allow multiple lockspace createsDavid Teigland1-37/+70
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1