summaryrefslogtreecommitdiff
path: root/fs/gfs2/lock_dlm.c
AgeCommit message (Expand)Author
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (3/6)Andreas Gruenbacher
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (2/6)Andreas Gruenbacher
2025-11-26gfs2: Rename gfs2_{withdrawing_or_ => }withdrawnAndreas Gruenbacher
2025-11-26gfs2: Add clean argument to lm_unmount hookAndreas Gruenbacher
2025-09-29Merge tag 'dlm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2025-09-12gfs2: Fix unlikely race in gdlm_put_lockAndreas Gruenbacher
2025-09-12gfs2: Add proper lockspace lockingAndreas Gruenbacher
2025-09-12gfs2: Remove DLM_LKF_ALTCW / DLM_LKF_ALTPR codeAndreas Gruenbacher
2025-09-12gfs2: Further sanitize lock_dlm.cAndreas Gruenbacher
2025-08-12dlm: use defines for force values in dlm_release_lockspaceAlexander Aring
2025-07-15gfs2: sanitize the gdlm_ast -> finish_xmote interfaceAndreas Gruenbacher
2025-04-21gfs2: only apply DLM_LKF_VALBLK if sb_lvbptr is not NULLAlexander Aring
2025-04-21gfs2: move msleep to sleepable contextAlexander Aring
2024-11-05gfs2: Simplify DLM_LKF_QUECVT useAndreas Gruenbacher
2024-05-29gfs2: Invert the GLF_INITIAL flagAndreas Gruenbacher
2024-05-28gfs2: Rename GLF_FREEING to GLF_UNLOCKEDAndreas Gruenbacher
2024-04-24gfs2: Unlock fewer glocks on unmountAndreas Gruenbacher
2024-04-24gfs2: Fix potential glock use-after-free on unmountAndreas Gruenbacher
2023-12-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher
2023-09-05gfs2: Remove LM_FLAG_PRIORITY flagAndreas Gruenbacher
2023-06-06gfs2: simplify gdlm_put_lock with out_free labelBob Peterson
2022-08-23fs: dlm: remove DLM_LSFL_FS from uapiAlexander Aring
2022-06-24gfs2: Fix spelling mistake in commentZhang Jiaming
2022-02-15gfs2: Expect -EBUSY after canceling dlm locking requestsAndreas Gruenbacher
2021-08-20gfs2: Don't call dlm after protocol is unmountedBob Peterson
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones
2021-02-05gfs2: Don't skip dlm unlock if glock has an lvbBob Peterson
2020-02-27gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson
2020-02-10gfs2: Ignore dlm recovery requests if gfs2 is withdrawnBob Peterson
2019-09-03gfs2: Fix recovery slot bumpingAndreas Gruenbacher
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner
2019-05-22gfs2: Fix sign extension bug in gfs2_update_statsAndreas Gruenbacher
2018-10-05gfs2: Use fs_* functions instead of pr_* function where we canBob Peterson
2018-07-25GFS2: Fix recovery issues for spectatorsBob Peterson
2018-01-30gfs2: Add a few missing newlines in messagesAndreas Gruenbacher
2017-08-25GFS2: Fix up some sparse warningsBob Peterson
2017-08-15gfs2: fix slab corruption during mounting and umounting gfs file systemThomas Tai
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2015-11-09remove abs64()Andrew Morton
2015-09-03gfs2: Fix a typo in a commentAndreas Gruenbacher
2015-09-03GFS2: Move glock superblock pointer to field gl_nameBob Peterson
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar
2014-07-18GFS2: replace count*size kzalloc by kcallocFabian Frederick
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-03-07GFS2: Use pr_<level> more consistentlyJoe Perches
2014-03-06GFS2: global conversion to pr_foo()Fabian Frederick
2014-02-17GFS2: add missing newlineDavid Teigland
2013-11-15gfs2: endianness misannotationsAl Viro
2013-04-04GFS2: use memchr_invAkinobu Mita