aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-05mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)1-2/+1
2021-04-29Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-5/+7
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones1-4/+6
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-04-03gfs2: Eliminate gh parameter from go_xmote_bh funcBob Peterson1-1/+1
2021-02-17gfs2: Allow node-wide exclusive glock sharingBob Peterson1-3/+19
2020-12-01Revert "GFS2: Prevent delete work from occurring on glocks used for create"Andreas Gruenbacher1-8/+0
2020-11-24gfs2: set lockdep subclass for iopen glocksAlexander Aring1-0/+1
2020-11-03gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring1-1/+2
2020-10-20gfs2: Only access gl_delete for iopen glocksBob Peterson1-4/+7
2020-10-20gfs2: Fix comments to glock_hash_walkBob Peterson1-2/+1
2020-10-15gfs2: eliminate GLF_QUEUED flag in favor of list_empty(gl_holders)Bob Peterson1-8/+3
2020-10-14gfs2: call truncate_inode_pages_final for address space glocksBob Peterson1-1/+6
2020-10-14gfs2: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin1-18/+2
2020-08-03gfs2: Fix refcount leak in gfs2_glock_pokeAndreas Gruenbacher1-1/+3
2020-08-03gfs2: Add some flags missing from glock outputBob Peterson1-0/+6
2020-06-30gfs2: Don't sleep during glock hash walkAndreas Gruenbacher1-1/+4
2020-06-05Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher1-11/+165
2020-06-05gfs2: Smarter iopen glock waitingAndreas Gruenbacher1-2/+32
2020-06-05gfs2: Wake up when setting GLF_DEMOTEAndreas Gruenbacher1-4/+14
2020-06-05gfs2: Check inode generation number in delete_work_funcAndreas Gruenbacher1-1/+3