summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher2022-10-091-10/+203
|\
| * gfs2: Add GL_NOPID flag for process-independent glock holdersAndreas Gruenbacher2022-06-291-10/+31
| * gfs2: Add flocks to glockfd debugfs fileAndreas Gruenbacher2022-06-291-0/+23
| * gfs2: Add glockfd debugfs fileAndreas Gruenbacher2022-06-291-0/+149
* | gfs2: Clear flags when withdraw prevents xmoteBob Peterson2022-08-251-2/+20
* | gfs2: Dequeue waiters when withdrawnBob Peterson2022-08-251-0/+14
* | gfs2: Use TRY lock in gfs2_inode_lookup for UNLINKED inodesBob Peterson2022-08-251-3/+5
* | Merge tag 'gfs2-v5.19-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-061-123/+77
|\ \
| * \ Merge part of branch 'for-next.instantiate' into for-nextAndreas Gruenbacher2022-08-051-115/+72
| |\ \
| | * | gfs2: List traversal in do_promote is safeAndreas Gruenbacher2022-06-291-2/+2
| | * | gfs2: do_promote glock holder stealing fixBob Peterson2022-06-291-7/+12
| | * | gfs2: Use better variable nameAndreas Gruenbacher2022-06-291-8/+8
| | * | gfs2: Make go_instantiate take a glockAndreas Gruenbacher2022-06-291-1/+1
| | * | gfs2: Add new go_held glock operationAndreas Gruenbacher2022-06-291-2/+8
| | * | gfs2: Revert 'Fix "truncate in progress" hang'Andreas Gruenbacher2022-06-291-36/+5
| | * | gfs2: Instantiate glocks ouside of glock state engineAndreas Gruenbacher2022-06-291-33/+33
| | * | gfs2: Fix up gfs2_glock_async_waitAndreas Gruenbacher2022-06-291-38/+15
| | |/
| * | gfs2: Minor gfs2_glock_nq_m cleanupAndreas Gruenbacher2022-06-281-5/+1
| * | gfs2: Rewrap overlong comment in do_promoteBob Peterson2022-06-091-3/+4
| |/
* / mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
|/
* gfs2: Use container_of() for gfs2_glock(aspace)Kees Cook2022-05-241-16/+19
* gfs2: Initialize gh_error in gfs2_glock_nqAndreas Gruenbacher2022-02-151-1/+1
* gfs2: Make use of list_is_firstAndreas Gruenbacher2022-02-151-1/+1
* gfs2: cancel timed-out glock requestsAndreas Gruenbacher2022-02-151-0/+10
* Revert "gfs2: check context in gfs2_glock_put"Andreas Gruenbacher2022-02-111-3/+0
* gfs2: Fix gfs2_instantiate descriptionAndreas Gruenbacher2021-12-041-1/+1
* gfs2: Fix __gfs2_holder_init function name in kernel-doc commentAndreas Gruenbacher2021-12-041-1/+1
* gfs2: Fix remote demote of weak glock holdersAndreas Gruenbacher2021-12-021-3/+7
* gfs2: Fix "Introduce flag for glock holder auto-demotion"Andreas Gruenbacher2021-11-081-2/+2
* gfs2: Fix atomic bug in gfs2_instantiateAndreas Gruenbacher2021-11-051-6/+2
* gfs2: check context in gfs2_glock_putAlexander Aring2021-10-251-0/+3
* gfs2: Fix glock_hash_walk bugsAndreas Gruenbacher2021-10-251-10/+12
* gfs2: Cancel remote delete work asynchronouslyAndreas Gruenbacher2021-10-251-1/+1
* gfs2: fix GL_SKIP node_scope problemsBob Peterson2021-10-251-4/+38
* gfs2: split glock instantiation off from do_promoteBob Peterson2021-10-251-3/+17
* gfs2: further simplify do_promoteBob Peterson2021-10-251-20/+23
* gfs2: re-factor function do_promoteBob Peterson2021-10-251-36/+35
* gfs2: Remove 'first' trace_gfs2_promote argumentAndreas Gruenbacher2021-10-251-2/+2
* gfs2: change go_lock to go_instantiateBob Peterson2021-10-251-2/+2
* gfs2: Save ip from gfs2_glock_nq_initAndreas Gruenbacher2021-10-251-4/+4
* gfs2: move GL_SKIP check from glops to do_promoteBob Peterson2021-10-251-12/+14
* gfs2: Add GL_SKIP holder flag to dump_holderBob Peterson2021-10-251-0/+2
* gfs2: Introduce flag for glock holder auto-demotionBob Peterson2021-10-201-36/+179
* gfs2: Clean up function may_grantAndreas Gruenbacher2021-10-201-50/+69
* gfs2: Remove redundant check from gfs2_glock_dqBob Peterson2021-08-201-6/+5
* gfs2: Eliminate vestigial HIF_FIRSTBob Peterson2021-08-201-2/+0
* gfs2: Use list_move_tail instead of list_del/list_add_tailBaokun Li2021-06-281-2/+1
* gfs2: Fix use-after-free in gfs2_glock_shrink_scanHillf Danton2021-05-311-1/+1
* gfs2: fix a deadlock on withdraw-during-mountBob Peterson2021-05-201-3/+21
* gfs2: fix scheduling while atomic bug in glocksBob Peterson2021-05-201-0/+2