aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-06Merge tag 'gfs2-v5.19-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-123/+77
2022-08-05Merge part of branch 'for-next.instantiate' into for-nextAndreas Gruenbacher1-115/+72
2022-07-03mm: 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
2022-02-15gfs2: cancel timed-out glock requestsAndreas Gruenbacher1-0/+10
2022-02-11Revert "gfs2: check context in gfs2_glock_put"Andreas Gruenbacher1-3/+0
2021-12-04gfs2: Fix gfs2_instantiate descriptionAndreas Gruenbacher1-1/+1
2021-12-04gfs2: Fix __gfs2_holder_init function name in kernel-doc commentAndreas Gruenbacher1-1/+1
2021-12-02gfs2: Fix remote demote of weak glock holdersAndreas Gruenbacher1-3/+7
2021-11-08gfs2: Fix "Introduce flag for glock holder auto-demotion"Andreas Gruenbacher1-2/+2
2021-11-05gfs2: Fix atomic bug in gfs2_instantiateAndreas Gruenbacher1-6/+2
2021-10-25gfs2: check context in gfs2_glock_putAlexander Aring1-0/+3
2021-10-25gfs2: Fix glock_hash_walk bugsAndreas Gruenbacher1-10/+12
2021-10-25gfs2: Cancel remote delete work asynchronouslyAndreas Gruenbacher1-1/+1
2021-10-25gfs2: fix GL_SKIP node_scope problemsBob Peterson1-4/+38
2021-10-25gfs2: split glock instantiation off from do_promoteBob Peterson1-3/+17
2021-10-25gfs2: further simplify do_promoteBob Peterson1-20/+23
2021-10-25gfs2: re-factor function do_promoteBob Peterson1-36/+35
2021-10-25gfs2: Remove 'first' trace_gfs2_promote argumentAndreas Gruenbacher1-2/+2
2021-10-25gfs2: change go_lock to go_instantiateBob Peterson1-2/+2
2021-10-25gfs2: Save ip from gfs2_glock_nq_initAndreas Gruenbacher1-4/+4
2021-10-25gfs2: move GL_SKIP check from glops to do_promoteBob Peterson1-12/+14
2021-10-25gfs2: Add GL_SKIP holder flag to dump_holderBob Peterson1-0/+2
2021-10-20gfs2: Introduce flag for glock holder auto-demotionBob Peterson1-36/+179
2021-10-20gfs2: Clean up function may_grantAndreas Gruenbacher1-50/+69
2021-08-20gfs2: Remove redundant check from gfs2_glock_dqBob Peterson1-6/+5
2021-08-20gfs2: Eliminate vestigial HIF_FIRSTBob Peterson1-2/+0
2021-06-28gfs2: Use list_move_tail instead of list_del/list_add_tailBaokun Li1-2/+1
2021-05-31gfs2: Fix use-after-free in gfs2_glock_shrink_scanHillf Danton1-1/+1
2021-05-20gfs2: fix a deadlock on withdraw-during-mountBob Peterson1-3/+21
2021-05-20gfs2: fix scheduling while atomic bug in glocksBob Peterson1-0/+2