summaryrefslogtreecommitdiff
path: root/fs/gfs2/glock.c
AgeCommit message (Expand)Author
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
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)
2023-11-07Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-11-06gfs2: remove dead code in add_to_queueSu Hui
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner
2023-10-04gfs2: dynamically allocate the gfs2-glock shrinkerQi Zheng
2023-09-18gfs2: fix glock shrinker ref issuesBob Peterson
2023-09-05gfs2: Rename SDF_DEACTIVATING to SDF_KILLAndreas Gruenbacher
2023-09-05gfs2: Rename sd_{ glock => kill }_waitAndreas Gruenbacher
2023-09-05gfs2: conversion deadlock do_promote bypassBob Peterson
2023-09-05gfs2: Remove LM_FLAG_PRIORITY flagAndreas Gruenbacher
2023-09-05gfs2: do_promote cleanupAndreas Gruenbacher
2023-06-15gfs2: Rename remaining "transaction" glock referencesAndreas Gruenbacher
2023-01-31gfs2: Cease delete work during unmountBob Peterson
2023-01-31gfs2: Split the two kinds of glock "delete" workAndreas Gruenbacher
2023-01-31gfs2: Move delete workqueue into super blockAndreas Gruenbacher