summaryrefslogtreecommitdiff
path: root/fs/gfs2/glock.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-27gfs2: Retries missing in gfs2_{rename,exchange}Andreas Gruenbacher1-9/+27
2025-12-04Merge tag 'gfs2-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds1-153/+74
2025-11-27gfs2: Clean up properly during a withdrawAndreas Gruenbacher1-37/+48
2025-11-27gfs2: Rename gfs2_{gl_dq_holders => withdraw_glocks}Andreas Gruenbacher1-3/+3
2025-11-27Revert "gfs2: fix infinite loop when checking ail item count before go_inval"Andreas Gruenbacher1-16/+1
2025-11-27Revert "gfs2: Allow some glocks to be used during withdraw"Andreas Gruenbacher1-32/+5
2025-11-27Revert "gfs2: Check for log write errors before telling dlm to unlock"Andreas Gruenbacher1-16/+0
2025-11-27Revert "gfs2: fix a deadlock on withdraw-during-mount"Andreas Gruenbacher1-35/+18
2025-11-27Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (5/6)Andreas Gruenbacher1-3/+2
2025-11-27Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (2/6)Andreas Gruenbacher1-2/+0
2025-11-27Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (1/6)Andreas Gruenbacher1-22/+1
2025-11-27gfs2: Rename LM_FLAG_{NOEXP -> RECOVER}Andreas Gruenbacher1-6/+6
2025-11-27gfs2: Withdraw immediately on log write errorsAndreas Gruenbacher1-2/+2
2025-11-27gfs2: Rename gfs2_{withdrawing_or_ => }withdrawnAndreas Gruenbacher1-4/+4
2025-11-27gfs2: Get rid of delayed withdrawsAndreas Gruenbacher1-1/+1
2025-11-27gfs2: Minor cosmetic remote delete cleanupsAndreas Gruenbacher1-3/+9
2025-11-26gfs2: Prevent recursive memory reclaimAndreas Gruenbacher1-1/+4
2025-11-25fs: rework I_NEW handling to operate without fencesMateusz Guzik1-1/+1
2025-11-01gfs2: document ip in __gfs2_holder_init kernel-doc commentSukrut Heroorkar1-1/+1
2025-09-12gfs2: Add proper lockspace lockingAndreas Gruenbacher1-3/+2
2025-09-12gfs2: Minor run_queue fixesAndreas Gruenbacher1-1/+8
2025-09-12gfs2: run_queue cleanupAndreas Gruenbacher1-16/+19
2025-09-12gfs2: Simplify do_promoteAndreas Gruenbacher1-11/+6
2025-09-12gfs2: Get rid of GLF_INVALIDATE_IN_PROGRESSAndreas Gruenbacher1-15/+1
2025-09-12gfs2: Fix GLF_INVALIDATE_IN_PROGRESS flag clearing in do_xmoteAndreas Gruenbacher1-2/+0
2025-09-12gfs2: Remove duplicate check in do_xmoteAndreas Gruenbacher1-14/+13
2025-09-12gfs2: Fix LM_FLAG_TRY* logic in add_to_queueAndreas Gruenbacher1-23/+24
2025-09-12gfs2: Remove DLM_LKF_ALTCW / DLM_LKF_ALTPR codeAndreas Gruenbacher1-3/+1
2025-09-12gfs2: Further sanitize lock_dlm.cAndreas Gruenbacher1-6/+0
2025-09-12gfs2: Do not use atomic operations unnecessarilyAndreas Gruenbacher1-3/+3
2025-09-12gfs2: Partially revert "gfs2: do_xmote fixes"Andreas Gruenbacher1-1/+2
2025-09-12gfs2: Simplify refcounting in do_xmoteAndreas Gruenbacher1-1/+3
2025-09-12gfs2: do_xmote cleanupAndreas Gruenbacher1-5/+7
2025-09-12gfs2: Remove space before newlineColin Ian King1-1/+1
2025-07-15gfs2: a minor finish_xmote cleanupAndreas Gruenbacher1-2/+1
2025-07-15gfs2: simplify finish_xmoteAndreas Gruenbacher1-8/+0
2025-07-15gfs2: sanitize the gdlm_ast -> finish_xmote interfaceAndreas Gruenbacher1-11/+18
2025-07-09gfs2: Minor do_xmote cancelation fixAndreas Gruenbacher1-1/+2
2025-04-21gfs2: replace sd_aspace with sd_inodeAndreas Gruenbacher1-2/+1
2025-03-27Merge tag 'gfs2-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds1-58/+66
2025-03-10gfs2: remove redundant warningsAndreas Gruenbacher1-10/+2
2025-03-10gfs2: Prevent inode creation race (2)Andreas Gruenbacher1-19/+21
2025-03-10gfs2: Fix additional unlikely request cancelation raceAndreas Gruenbacher1-2/+11
2025-03-10gfs2: Fix request cancelation bugAndreas Gruenbacher1-7/+13
2025-03-10gfs2: Check for empty queue in run_queueAndreas Gruenbacher1-3/+8
2025-03-10gfs2: Remove more dead code in add_to_queueAndreas Gruenbacher1-12/+1
2025-03-10gfs2: Replace GIF_DEFER_DELETE with GLF_DEFER_DELETEAndreas Gruenbacher1-2/+4
2025-03-10gfs2: glock holder GL_NOPID fixAndreas Gruenbacher1-3/+1
2025-03-10gfs2: Add GLF_PENDING_REPLY flagAndreas Gruenbacher1-0/+5
2025-02-07lockref: remove count argument of lockref_initAndreas Gruenbacher1-1/+1