aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/gfs2/glock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-25GFS2: Fix up some sparse warningsBob Peterson1-3/+6
2017-08-10gfs2: Clean up waiting on glocksAndreas Gruenbacher1-20/+7
2017-08-10gfs2: gfs2_evict_inode: Put glocks asynchronouslyAndreas Gruenbacher1-1/+9
2017-08-10gfs2: gfs2_glock_get: Wait on freeing glocksAndreas Gruenbacher1-22/+104
2017-08-09GFS2: Don't waste time locking lru_lock for non-lru glocksBob Peterson1-0/+3
2017-07-07gfs2: Fix glock rhashtable rcu bugAndreas Gruenbacher1-2/+9
2017-07-05gfs2: Clean up glock work enqueuingAndreas Gruenbacher1-50/+74
2017-05-05GFS2: Allow glocks to be unlocked after withdrawBob Peterson1-2/+4
2017-04-03gfs2: Switch to rhashtable_lookup_get_insert_fastAndreas Gruenbacher1-24/+21
2017-03-16gfs2: Don't pack struct lm_locknameAndreas Gruenbacher1-1/+1
2017-03-16gfs2: Deduplicate gfs2_{glocks,glstats}_openAndreas Gruenbacher1-17/+9
2017-03-16gfs2: Replace rhashtable_walk_init with rhashtable_walk_enterAndreas Gruenbacher1-1/+1
2017-03-16GFS2: Prevent BUG from occurring when normal Withdraws occurBob Peterson1-0/+2
2017-02-23Merge tag 'gfs2-4.11.addendum' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-0/+5
2017-02-23gfs2: Add missing rcu locking for glock lookupAndrew Price1-0/+5
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-11/+17
2017-02-21Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-5/+7
2017-02-17gfs2: Use rhashtable walk interface in glock_hash_walkHerbert Xu1-11/+17
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-15GFS2: Fix reference to ERR_PTR in gfs2_glock_iter_nextDan Carpenter1-5/+7
2016-09-21gfs2: fix to detect failure of register_shrinkerChao Yu1-1/+7
2016-08-02GFS2: use BIT() macroFabian Frederick1-1/+1
2016-06-27gfs2: Lock holder cleanupAndreas Gruenbacher1-1/+1
2016-06-27gfs2: Get rid of gfs2_ilookupAndreas Gruenbacher1-9/+2
2016-06-27gfs2: Fix gfs2_lookup_by_inum lock inversionAndreas Gruenbacher1-2/+2