summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c
AgeCommit message (Expand)Author
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
2019-06-27gfs2: Use IS_ERR_OR_NULLKefeng Wang
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-06Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner
2019-05-07gfs2: Replace gl_revokes with a GLF flagBob Peterson
2019-05-07gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher
2019-05-07gfs2: Fix lru_count going negativeRoss Lagerwall
2019-03-08gfs2: Fix missed wakeups in find_insert_glockAndreas Gruenbacher
2019-01-23gfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman