summaryrefslogtreecommitdiff
path: root/fs/gfs2/glock.c
AgeCommit message (Expand)Author
2025-07-15gfs2: a minor finish_xmote cleanupAndreas Gruenbacher
2025-07-15gfs2: simplify finish_xmoteAndreas Gruenbacher
2025-07-15gfs2: sanitize the gdlm_ast -> finish_xmote interfaceAndreas Gruenbacher
2025-07-09gfs2: Minor do_xmote cancelation fixAndreas Gruenbacher
2025-04-21gfs2: replace sd_aspace with sd_inodeAndreas Gruenbacher
2025-03-27Merge tag 'gfs2-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2025-03-10gfs2: remove redundant warningsAndreas Gruenbacher
2025-03-10gfs2: Prevent inode creation race (2)Andreas Gruenbacher
2025-03-10gfs2: Fix additional unlikely request cancelation raceAndreas Gruenbacher
2025-03-10gfs2: Fix request cancelation bugAndreas Gruenbacher
2025-03-10gfs2: Check for empty queue in run_queueAndreas Gruenbacher
2025-03-10gfs2: Remove more dead code in add_to_queueAndreas Gruenbacher
2025-03-10gfs2: Replace GIF_DEFER_DELETE with GLF_DEFER_DELETEAndreas Gruenbacher
2025-03-10gfs2: glock holder GL_NOPID fixAndreas Gruenbacher
2025-03-10gfs2: Add GLF_PENDING_REPLY flagAndreas Gruenbacher
2025-02-07lockref: remove count argument of lockref_initAndreas Gruenbacher
2025-02-07gfs2: use lockref_init for gl_lockrefAndreas Gruenbacher
2024-11-26Merge tag 'gfs2-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2024-11-19gfs2: Prevent inode creation raceAndreas Gruenbacher
2024-11-05gfs2: Randomize GLF_VERIFY_DELETE work delayAndreas Gruenbacher
2024-11-05gfs2: Use mod_delayed_work in gfs2_queue_try_to_evictAndreas Gruenbacher
2024-11-05gfs2: Update to the evict / remote delete documentationAndreas Gruenbacher
2024-11-05gfs2: Call gfs2_queue_verify_delete from gfs2_evict_inodeAndreas Gruenbacher
2024-11-05gfs2: Clean up delete work processingAndreas Gruenbacher
2024-11-05gfs2: Minor delete_work_func cleanupAndreas Gruenbacher
2024-11-05gfs2: Rename GIF_{DEFERRED -> DEFER}_DELETEAndreas Gruenbacher
2024-11-05gfs2: Faster gfs2_upgrade_iopen_glock wakeupsAndreas Gruenbacher
2024-10-07get rid of ...lookup...fdget_rcu() familyAl Viro
2024-09-25gfs2: Fix unlinked inode cleanupAndreas Gruenbacher
2024-09-25gfs2: Allow immediate GLF_VERIFY_DELETE workAndreas Gruenbacher
2024-09-24gfs2: Initialize gl_no_formal_ino earlierAndreas Gruenbacher
2024-09-24gfs2: Rename GLF_VERIFY_EVICT to GLF_VERIFY_DELETEAndreas Gruenbacher
2024-08-20gfs2: fix double destroy_workqueue errorJulian Sun
2024-08-20gfs2: Minor gfs2_glock_cb cleanupAndreas Gruenbacher
2024-07-09gfs2: Clean up glock demote logicAndreas Gruenbacher
2024-05-29gfs2: Get rid of demote_ok checksAndreas Gruenbacher
2024-05-29Revert "GFS2: Don't add all glocks to the lru"Andreas Gruenbacher
2024-05-29gfs2: Revise glock reference counting modelAndreas Gruenbacher
2024-05-29gfs2: Switch to a per-filesystem glock workqueueAndreas Gruenbacher
2024-05-29gfs2: Report when glocks cannot be freed for a long timeAndreas Gruenbacher
2024-05-29gfs2: gfs2_glock_get cleanupAndreas Gruenbacher
2024-05-29gfs2: Invert the GLF_INITIAL flagAndreas Gruenbacher
2024-05-29gfs2: Remove outdated comment in glock_work_funcAndreas Gruenbacher
2024-05-28gfs2: Rename handle_callback to request_demoteAndreas Gruenbacher
2024-05-28gfs2: Rename GLF_FROZEN to GLF_HAVE_FROZEN_REPLYAndreas Gruenbacher
2024-05-28gfs2: Rename GLF_REPLY_PENDING to GLF_HAVE_REPLYAndreas Gruenbacher
2024-05-28gfs2: Rename GLF_FREEING to GLF_UNLOCKEDAndreas Gruenbacher
2024-05-28gfs2: Remove useless return statement in run_queueAndreas Gruenbacher
2024-05-28gfs2: Remove unnecessary function prototypeAndreas Gruenbacher
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds