summaryrefslogtreecommitdiff
path: root/fs/gfs2/glock.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-07Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2023-11-06gfs2: remove dead code in add_to_queueSu Hui1-1/+0
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+10
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+7
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner1-4/+7
2023-10-04gfs2: dynamically allocate the gfs2-glock shrinkerQi Zheng1-9/+10
2023-09-18gfs2: fix glock shrinker ref issuesBob Peterson1-1/+3
2023-09-05gfs2: Rename SDF_DEACTIVATING to SDF_KILLAndreas Gruenbacher1-2/+2
2023-09-05gfs2: Rename sd_{ glock => kill }_waitAndreas Gruenbacher1-3/+3
2023-09-05gfs2: conversion deadlock do_promote bypassBob Peterson1-0/+2
2023-09-05gfs2: Remove LM_FLAG_PRIORITY flagAndreas Gruenbacher1-17/+6
2023-09-05gfs2: do_promote cleanupAndreas Gruenbacher1-6/+6
2023-06-15gfs2: Rename remaining "transaction" glock referencesAndreas Gruenbacher1-2/+2
2023-02-01gfs2: Cease delete work during unmountBob Peterson1-0/+3
2023-02-01gfs2: Split the two kinds of glock "delete" workAndreas Gruenbacher1-18/+39
2023-02-01gfs2: Move delete workqueue into super blockAndreas Gruenbacher1-14/+7
2023-02-01gfs2: Get rid of GLF_PENDING_DELETE flagAndreas Gruenbacher1-23/+3
2023-02-01gfs2: Make glock lru list scanning saferAndreas Gruenbacher1-5/+9
2023-02-01gfs2: Clean up gfs2_scan_glock_lruAndreas Gruenbacher1-9/+4
2023-01-27gfs2: gl_object races fixAndreas Gruenbacher1-2/+2
2022-12-15gfs2: Remove support for glock holder auto-demotion (2)Andreas Gruenbacher1-19/+20
2022-12-15gfs2: Remove support for glock holder auto-demotionAndreas Gruenbacher1-158/+36
2022-12-10gfs2: Minor gfs2_try_evict cleanupAndreas Gruenbacher1-7/+5
2022-12-06gfs2: Partially revert gfs2_inode_lookup changeAndreas Gruenbacher1-0/+2
2022-12-06gfs2: Uninline and improve glock_{set,clear}_objectAndreas Gruenbacher1-0/+42
2022-12-06gfs2: Avoid dequeuing GL_ASYNC glock holders twiceAndreas Gruenbacher1-0/+8
2022-12-06gfs2: Make gfs2_glock_hold return its glock argumentAndreas Gruenbacher1-3/+3
2022-10-09gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher1-10/+203
2022-08-25gfs2: Clear flags when withdraw prevents xmoteBob Peterson1-2/+20
2022-08-25gfs2: Dequeue waiters when withdrawnBob Peterson1-0/+14
2022-08-25gfs2: Use TRY lock in gfs2_inode_lookup for UNLINKED inodesBob Peterson1-3/+5
2022-08-07Merge tag 'gfs2-v5.19-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-123/+77
2022-08-05Merge part of branch 'for-next.instantiate' into for-nextAndreas Gruenbacher1-115/+72
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-06-29gfs2: List traversal in do_promote is safeAndreas Gruenbacher1-2/+2
2022-06-29gfs2: do_promote glock holder stealing fixBob Peterson1-7/+12
2022-06-29gfs2: Use better variable nameAndreas Gruenbacher1-8/+8
2022-06-29gfs2: Make go_instantiate take a glockAndreas Gruenbacher1-1/+1
2022-06-29gfs2: Add new go_held glock operationAndreas Gruenbacher1-2/+8
2022-06-29gfs2: Revert 'Fix "truncate in progress" hang'Andreas Gruenbacher1-36/+5
2022-06-29gfs2: Instantiate glocks ouside of glock state engineAndreas Gruenbacher1-33/+33
2022-06-29gfs2: Fix up gfs2_glock_async_waitAndreas Gruenbacher1-38/+15
2022-06-29gfs2: Add GL_NOPID flag for process-independent glock holdersAndreas Gruenbacher1-10/+31
2022-06-29gfs2: Add flocks to glockfd debugfs fileAndreas Gruenbacher1-0/+23
2022-06-29gfs2: Add glockfd debugfs fileAndreas Gruenbacher1-0/+149
2022-06-28gfs2: Minor gfs2_glock_nq_m cleanupAndreas Gruenbacher1-5/+1
2022-06-09gfs2: Rewrap overlong comment in do_promoteBob Peterson1-3/+4
2022-05-24gfs2: Use container_of() for gfs2_glock(aspace)Kees Cook1-16/+19
2022-02-15gfs2: Initialize gh_error in gfs2_glock_nqAndreas Gruenbacher1-1/+1
2022-02-15gfs2: Make use of list_is_firstAndreas Gruenbacher1-1/+1