summaryrefslogtreecommitdiff
path: root/fs/gfs2/glock.c
AgeCommit message (Expand)Author
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
2020-05-08gfs2: Fix error exit in do_xmoteBob Peterson
2020-03-27gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher
2020-02-27gfs2: Do proper error checking for go_sync family of glops functionsBob Peterson
2020-02-27gfs2: Don't demote a glock until its revokes are writtenBob Peterson
2020-02-27gfs2: Check for log write errors before telling dlm to unlockBob Peterson
2020-02-27gfs2: fix infinite loop when checking ail item count before go_invalBob Peterson
2020-02-27gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson
2020-02-20gfs2: Allow some glocks to be used during withdrawBob Peterson
2020-02-10gfs2: Rework how rgrp buffer_heads are managedBob Peterson
2020-01-20gfs2: Remove GFS2_MIN_LVB_SIZE defineAndreas Gruenbacher
2019-11-15gfs2: Close timing window with GLF_INVALIDATE_IN_PROGRESSBob Peterson
2019-11-14gfs2: Introduce function gfs2_withdrawnBob Peterson
2019-09-04gfs2: Use async glocks for renameBob Peterson
2019-09-04gfs2: create function gfs2_glock_update_hold_timeAndreas Gruenbacher
2019-09-03gfs2: Fix possible fs name overflowsBob Peterson
2019-06-27gfs2: dump fsid when dumping glock problemsBob Peterson
2019-06-27gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson