summaryrefslogtreecommitdiff
path: root/fs/gfs2/glock.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-18gfs2: Prevent recursive memory reclaimAndreas Gruenbacher1-1/+4
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
2025-02-07gfs2: use lockref_init for gl_lockrefAndreas Gruenbacher1-1/+1
2024-11-26Merge tag 'gfs2-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds1-66/+41
2024-11-19gfs2: Prevent inode creation raceAndreas Gruenbacher1-0/+7
2024-11-05gfs2: Randomize GLF_VERIFY_DELETE work delayAndreas Gruenbacher1-1/+2
2024-11-05gfs2: Use mod_delayed_work in gfs2_queue_try_to_evictAndreas Gruenbacher1-2/+1
2024-11-05gfs2: Update to the evict / remote delete documentationAndreas Gruenbacher1-23/+8
2024-11-05gfs2: Call gfs2_queue_verify_delete from gfs2_evict_inodeAndreas Gruenbacher1-11/+2
2024-11-05gfs2: Clean up delete work processingAndreas Gruenbacher1-7/+7
2024-11-05gfs2: Minor delete_work_func cleanupAndreas Gruenbacher1-2/+3
2024-11-05gfs2: Rename GIF_{DEFERRED -> DEFER}_DELETEAndreas Gruenbacher1-2/+2
2024-11-05gfs2: Faster gfs2_upgrade_iopen_glock wakeupsAndreas Gruenbacher1-16/+7
2024-10-07get rid of ...lookup...fdget_rcu() familyAl Viro1-10/+2
2024-09-25gfs2: Fix unlinked inode cleanupAndreas Gruenbacher1-1/+1
2024-09-25gfs2: Allow immediate GLF_VERIFY_DELETE workAndreas Gruenbacher1-5/+6
2024-09-24gfs2: Initialize gl_no_formal_ino earlierAndreas Gruenbacher1-1/+0
2024-09-24gfs2: Rename GLF_VERIFY_EVICT to GLF_VERIFY_DELETEAndreas Gruenbacher1-7/+7
2024-08-20gfs2: fix double destroy_workqueue errorJulian Sun1-0/+1
2024-08-20gfs2: Minor gfs2_glock_cb cleanupAndreas Gruenbacher1-3/+5