summaryrefslogtreecommitdiff
path: root/fs/gfs2/glock.c
AgeCommit message (Expand)Author
2021-10-25gfs2: check context in gfs2_glock_putAlexander Aring
2021-10-25gfs2: Fix glock_hash_walk bugsAndreas Gruenbacher
2021-10-25gfs2: Cancel remote delete work asynchronouslyAndreas Gruenbacher
2021-10-25gfs2: fix GL_SKIP node_scope problemsBob Peterson
2021-10-25gfs2: split glock instantiation off from do_promoteBob Peterson
2021-10-25gfs2: further simplify do_promoteBob Peterson
2021-10-25gfs2: re-factor function do_promoteBob Peterson
2021-10-25gfs2: Remove 'first' trace_gfs2_promote argumentAndreas Gruenbacher
2021-10-25gfs2: change go_lock to go_instantiateBob Peterson
2021-10-25gfs2: Save ip from gfs2_glock_nq_initAndreas Gruenbacher
2021-10-25gfs2: move GL_SKIP check from glops to do_promoteBob Peterson
2021-10-25gfs2: Add GL_SKIP holder flag to dump_holderBob Peterson
2021-10-20gfs2: Introduce flag for glock holder auto-demotionBob Peterson
2021-10-20gfs2: Clean up function may_grantAndreas Gruenbacher
2021-08-20gfs2: Remove redundant check from gfs2_glock_dqBob Peterson
2021-08-20gfs2: Eliminate vestigial HIF_FIRSTBob Peterson
2021-06-28gfs2: Use list_move_tail instead of list_del/list_add_tailBaokun Li
2021-05-31gfs2: Fix use-after-free in gfs2_glock_shrink_scanHillf Danton
2021-05-20gfs2: fix a deadlock on withdraw-during-mountBob Peterson
2021-05-20gfs2: fix scheduling while atomic bug in glocksBob Peterson
2021-05-05mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)
2021-04-29Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-04-03gfs2: Eliminate gh parameter from go_xmote_bh funcBob Peterson
2021-02-17gfs2: Allow node-wide exclusive glock sharingBob Peterson
2020-12-01Revert "GFS2: Prevent delete work from occurring on glocks used for create"Andreas Gruenbacher
2020-11-24gfs2: set lockdep subclass for iopen glocksAlexander Aring
2020-11-03gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring
2020-10-20gfs2: Only access gl_delete for iopen glocksBob Peterson
2020-10-20gfs2: Fix comments to glock_hash_walkBob Peterson
2020-10-15gfs2: eliminate GLF_QUEUED flag in favor of list_empty(gl_holders)Bob Peterson
2020-10-14gfs2: call truncate_inode_pages_final for address space glocksBob Peterson
2020-10-14gfs2: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin
2020-08-03gfs2: Fix refcount leak in gfs2_glock_pokeAndreas Gruenbacher
2020-08-03gfs2: Add some flags missing from glock outputBob Peterson
2020-06-30gfs2: Don't sleep during glock hash walkAndreas Gruenbacher
2020-06-05Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher
2020-06-05gfs2: Smarter iopen glock waitingAndreas Gruenbacher
2020-06-05gfs2: Wake up when setting GLF_DEMOTEAndreas Gruenbacher
2020-06-05gfs2: Check inode generation number in delete_work_funcAndreas Gruenbacher
2020-06-05gfs2: Minor gfs2_lookup_by_inum cleanupAndreas Gruenbacher
2020-06-05gfs2: Give up the iopen glock on contentionAndreas Gruenbacher
2020-06-05gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher
2020-06-05gfs2: Keep track of deleted inode generations in LVBsAndreas Gruenbacher
2020-06-05gfs2: Allow ASPACE glocks to also have an lvbBob Peterson
2020-06-05gfs2: introduce new gfs2_glock_assert_withdrawBob Peterson
2020-06-05gfs2: print mapping->nrpages in glock dump for address space glocksBob Peterson
2020-05-08Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson
2020-05-08gfs2: If go_sync returns error, withdraw but skip invalidateBob Peterson