aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-05gfs2: Minor gfs2_lookup_by_inum cleanupAndreas Gruenbacher1-1/+1
2020-06-05gfs2: Give up the iopen glock on contentionAndreas Gruenbacher1-0/+51
2020-06-05gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher1-2/+45
2020-06-05gfs2: Keep track of deleted inode generations in LVBsAndreas Gruenbacher1-0/+19
2020-06-05gfs2: Allow ASPACE glocks to also have an lvbBob Peterson1-4/+3
2020-06-05gfs2: introduce new gfs2_glock_assert_withdrawBob Peterson1-3/+4
2020-06-05gfs2: print mapping->nrpages in glock dump for address space glocksBob Peterson1-9/+16
2020-05-08Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson1-3/+0
2020-05-08gfs2: If go_sync returns error, withdraw but skip invalidateBob Peterson1-1/+2
2020-05-08gfs2: Fix error exit in do_xmoteBob Peterson1-1/+1
2020-03-27gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher1-5/+5
2020-02-27gfs2: Do proper error checking for go_sync family of glops functionsBob Peterson1-2/+14
2020-02-27gfs2: Don't demote a glock until its revokes are writtenBob Peterson1-0/+3
2020-02-27gfs2: Check for log write errors before telling dlm to unlockBob Peterson1-3/+28
2020-02-27gfs2: fix infinite loop when checking ail item count before go_invalBob Peterson1-2/+15
2020-02-27gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson1-3/+20
2020-02-20gfs2: Allow some glocks to be used during withdrawBob Peterson1-4/+29
2020-02-10gfs2: Rework how rgrp buffer_heads are managedBob Peterson1-8/+0
2020-01-20gfs2: Remove GFS2_MIN_LVB_SIZE defineAndreas Gruenbacher1-1/+1
2019-11-15gfs2: Close timing window with GLF_INVALIDATE_IN_PROGRESSBob Peterson1-1/+8
2019-11-14gfs2: Introduce function gfs2_withdrawnBob Peterson1-4/+3
2019-09-04gfs2: Use async glocks for renameBob Peterson1-2/+92
2019-09-04gfs2: create function gfs2_glock_update_hold_timeAndreas Gruenbacher1-6/+13
2019-09-03gfs2: Fix possible fs name overflowsBob Peterson1-1/+1
2019-06-27gfs2: dump fsid when dumping glock problemsBob Peterson1-13/+21
2019-06-27gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson1-3/+3
2019-06-27gfs2: Use IS_ERR_OR_NULLKefeng Wang1-1/+1
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+1
2019-06-06Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner1-4/+1
2019-05-07gfs2: Replace gl_revokes with a GLF flagBob Peterson1-2/+2
2019-05-07gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher1-0/+1
2019-05-07gfs2: Fix lru_count going negativeRoss Lagerwall1-9/+13
2019-03-08gfs2: Fix missed wakeups in find_insert_glockAndreas Gruenbacher1-1/+1
2019-01-23gfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-56/+14
2018-12-12gfs2: Dump nrpages for inodes and their glocksBob Peterson1-1/+1
2018-10-05gfs2: Use fs_* functions instead of pr_* function where we canBob Peterson1-8/+9
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-04-12gfs2: Stop using rhashtable_walk_peekAndreas Gruenbacher1-19/+28
2018-02-01gfs2: Glock dump performance regression fixAndreas Gruenbacher1-22/+43
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert1-5/+2
2017-09-25gfs2: Fix debugfs glocks dumpAndreas Gruenbacher1-9/+5
2017-08-30gfs2: constify rhashtable_paramsArvind Yadav1-1/+1