aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/lock_dlm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-23fs: dlm: remove DLM_LSFL_FS from uapiAlexander Aring1-1/+1
2022-06-24gfs2: Fix spelling mistake in commentZhang Jiaming1-1/+1
2022-02-15gfs2: Expect -EBUSY after canceling dlm locking requestsAndreas Gruenbacher1-1/+14
2021-08-20gfs2: Don't call dlm after protocol is unmountedBob Peterson1-0/+5
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones1-17/+20
2021-02-05gfs2: Don't skip dlm unlock if glock has an lvbBob Peterson1-6/+2
2020-02-27gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson1-0/+34
2020-02-10gfs2: Ignore dlm recovery requests if gfs2 is withdrawnBob Peterson1-0/+18
2019-09-03gfs2: Fix recovery slot bumpingAndreas Gruenbacher1-4/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner1-4/+1
2019-05-22gfs2: Fix sign extension bug in gfs2_update_statsAndreas Gruenbacher1-4/+5
2018-10-05gfs2: Use fs_* functions instead of pr_* function where we canBob Peterson1-5/+5
2018-07-25GFS2: Fix recovery issues for spectatorsBob Peterson1-3/+17
2018-01-30gfs2: Add a few missing newlines in messagesAndreas Gruenbacher1-2/+2
2017-08-25GFS2: Fix up some sparse warningsBob Peterson1-3/+1
2017-08-15gfs2: fix slab corruption during mounting and umounting gfs file systemThomas Tai1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2015-11-09remove abs64()Andrew Morton1-1/+1
2015-09-03gfs2: Fix a typo in a commentAndreas Gruenbacher1-1/+1
2015-09-03GFS2: Move glock superblock pointer to field gl_nameBob Peterson1-5/+5
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changesIngo Molnar1-2/+2
2014-07-18GFS2: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-7/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2014-03-07GFS2: Use pr_<level> more consistentlyJoe Perches1-3/+6
2014-03-06GFS2: global conversion to pr_foo()Fabian Frederick1-4/+3
2014-02-17GFS2: add missing newlineDavid Teigland1-1/+1
2013-11-15gfs2: endianness misannotationsAl Viro1-4/+4
2013-04-04GFS2: use memchr_invAkinobu Mita1-6/+2
2013-04-04GFS2: use kmalloc for lvb bitmapDavid Teigland1-13/+18
2013-01-28GFS2: fix skip unlock conditionDavid Teigland1-1/+6
2013-01-02GFS2: Initialize hex string to '0'Nathan Straz1-0/+1
2012-11-15GFS2: remove redundant lvb pointerDavid Teigland1-4/+4
2012-11-15GFS2: only use lvb on glocks that need itDavid Teigland1-5/+7
2012-11-14GFS2: skip dlm_unlock calls in unmountDavid Teigland1-0/+8
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-05-02dlm: fixes for nodir modeDavid Teigland1-2/+0
2012-04-24GFS2: Instruct DLM to avoid queue convert slowdownBob Peterson1-3/+7
2012-02-28GFS2: glock statistics gatheringSteven Whitehouse1-5/+118
2012-01-11GFS2: dlm based recovery coordinationDavid Teigland1-10/+983
2012-01-04dlm: add recovery callbacksDavid Teigland1-2/+2
2011-03-09GFS2: Fix glock deallocation raceSteven Whitehouse1-2/+2
2011-01-21GFS2: Use RCU for glock hash tableSteven Whitehouse1-11/+3
2010-11-30GFS2: Merge glock state fields into a bitfieldSteven Whitehouse1-1/+0
2010-11-30GFS2: Clean up of gdlm_lock functionSteven Whitehouse1-10/+4
2010-09-20GFS2: Update handling of DLM return codes to match realitySteven Whitehouse1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-01GFS2: Metadata address space clean upSteven Whitehouse1-1/+4
2010-02-03GFS2: Extend umount wait coverage to full glock lifetimeSteven Whitehouse1-3/+3
2010-02-03GFS2: Wait for unlock completion on umountSteven Whitehouse1-1/+6