summaryrefslogtreecommitdiff
path: root/fs/gfs2/glock.c
AgeCommit message (Expand)Author
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
2024-05-03gfs2: more obvious initializations of mapping->hostAl Viro
2024-04-24gfs2: Remove and replace gfs2_glock_queue_workAndreas Gruenbacher
2024-04-24gfs2: do_xmote fixesAndreas Gruenbacher
2024-04-24gfs2: finish_xmote cleanupAndreas Gruenbacher
2024-04-24gfs2: Fix potential glock use-after-free on unmountAndreas Gruenbacher
2024-04-24gfs2: Remove ill-placed consistency checkAndreas Gruenbacher
2024-04-24gfs2: Fix lru_count accountingAndreas Gruenbacher
2024-04-09gfs2: Fix "Make glock lru list scanning safer"Andreas Gruenbacher
2024-04-09Revert "gfs2: fix glock shrinker ref issues"Andreas Gruenbacher
2024-04-09gfs2: Fix "ignore unlock failures after withdraw"Andreas Gruenbacher
2024-04-09gfs2: Get rid of unnecessary test_and_set_bitAndreas Gruenbacher
2024-04-09gfs2: Don't set GLF_LOCK in gfs2_dispose_glock_lruAndreas Gruenbacher
2024-04-09gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_asyncAndreas Gruenbacher
2024-01-10Merge tag 'gfs2-v6.7-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-12-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher
2023-12-20gfs2: Mark withdraws as unlikelyAndreas Gruenbacher
2023-12-18gfs2: Add GL_NOBLOCK flagAndreas Gruenbacher