summaryrefslogtreecommitdiff
path: root/fs/gfs2/glock.c
AgeCommit message (Expand)AuthorFilesLines
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
2024-07-09gfs2: Clean up glock demote logicAndreas Gruenbacher1-6/+6
2024-05-29gfs2: Get rid of demote_ok checksAndreas Gruenbacher1-22/+1
2024-05-29Revert "GFS2: Don't add all glocks to the lru"Andreas Gruenbacher1-7/+0
2024-05-29gfs2: Revise glock reference counting modelAndreas Gruenbacher1-26/+30
2024-05-29gfs2: Switch to a per-filesystem glock workqueueAndreas Gruenbacher1-13/+7
2024-05-29gfs2: Report when glocks cannot be freed for a long timeAndreas Gruenbacher1-3/+15
2024-05-29gfs2: gfs2_glock_get cleanupAndreas Gruenbacher1-20/+13
2024-05-29gfs2: Invert the GLF_INITIAL flagAndreas Gruenbacher1-2/+4
2024-05-29gfs2: Remove outdated comment in glock_work_funcAndreas Gruenbacher1-5/+1
2024-05-28gfs2: Rename handle_callback to request_demoteAndreas Gruenbacher1-10/+10
2024-05-28gfs2: Rename GLF_FROZEN to GLF_HAVE_FROZEN_REPLYAndreas Gruenbacher1-4/+4
2024-05-28gfs2: Rename GLF_REPLY_PENDING to GLF_HAVE_REPLYAndreas Gruenbacher1-7/+7
2024-05-28gfs2: Rename GLF_FREEING to GLF_UNLOCKEDAndreas Gruenbacher1-1/+1
2024-05-28gfs2: Remove useless return statement in run_queueAndreas Gruenbacher1-1/+0
2024-05-28gfs2: Remove unnecessary function prototypeAndreas Gruenbacher1-1/+0
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-05-03gfs2: more obvious initializations of mapping->hostAl Viro1-1/+1
2024-04-24gfs2: Remove and replace gfs2_glock_queue_workAndreas Gruenbacher1-20/+15
2024-04-24gfs2: do_xmote fixesAndreas Gruenbacher1-19/+25
2024-04-24gfs2: finish_xmote cleanupAndreas Gruenbacher1-8/+13
2024-04-24gfs2: Fix potential glock use-after-free on unmountAndreas Gruenbacher1-3/+32
2024-04-24gfs2: Remove ill-placed consistency checkAndreas Gruenbacher1-1/+0
2024-04-24gfs2: Fix lru_count accountingAndreas Gruenbacher1-14/+13
2024-04-09gfs2: Fix "Make glock lru list scanning safer"Andreas Gruenbacher1-11/+13
2024-04-09Revert "gfs2: fix glock shrinker ref issues"Andreas Gruenbacher1-3/+1
2024-04-09gfs2: Fix "ignore unlock failures after withdraw"Andreas Gruenbacher1-1/+3
2024-04-09gfs2: Get rid of unnecessary test_and_set_bitAndreas Gruenbacher1-1/+2
2024-04-09gfs2: Don't set GLF_LOCK in gfs2_dispose_glock_lruAndreas Gruenbacher1-2/+1
2024-04-09gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_asyncAndreas Gruenbacher1-10/+17
2024-01-10Merge tag 'gfs2-v6.7-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+42
2023-12-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher1-4/+4
2023-12-20gfs2: Mark withdraws as unlikelyAndreas Gruenbacher1-2/+2
2023-12-18gfs2: Add GL_NOBLOCK flagAndreas Gruenbacher1-1/+38