aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c
AgeCommit message (Expand)Author
2020-05-27Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson
2020-04-17gfs2: Don't demote a glock until its revokes are writtenBob 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
2018-12-12gfs2: Dump nrpages for inodes and their glocksBob Peterson
2018-10-05gfs2: Use fs_* functions instead of pr_* function where we canBob Peterson
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-04-12gfs2: Stop using rhashtable_walk_peekAndreas Gruenbacher
2018-02-01gfs2: Glock dump performance regression fixAndreas Gruenbacher
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert
2017-09-25gfs2: Fix debugfs glocks dumpAndreas Gruenbacher
2017-08-30gfs2: constify rhashtable_paramsArvind Yadav
2017-08-25GFS2: Fix up some sparse warningsBob Peterson
2017-08-10gfs2: Clean up waiting on glocksAndreas Gruenbacher
2017-08-10gfs2: gfs2_evict_inode: Put glocks asynchronouslyAndreas Gruenbacher
2017-08-10gfs2: gfs2_glock_get: Wait on freeing glocksAndreas Gruenbacher
2017-08-09GFS2: Don't waste time locking lru_lock for non-lru glocksBob Peterson
2017-07-07gfs2: Fix glock rhashtable rcu bugAndreas Gruenbacher
2017-07-05gfs2: Clean up glock work enqueuingAndreas Gruenbacher
2017-05-05GFS2: Allow glocks to be unlocked after withdrawBob Peterson
2017-04-03gfs2: Switch to rhashtable_lookup_get_insert_fastAndreas Gruenbacher
2017-03-16gfs2: Don't pack struct lm_locknameAndreas Gruenbacher
2017-03-16gfs2: Deduplicate gfs2_{glocks,glstats}_openAndreas Gruenbacher
2017-03-16gfs2: Replace rhashtable_walk_init with rhashtable_walk_enterAndreas Gruenbacher
2017-03-16GFS2: Prevent BUG from occurring when normal Withdraws occurBob Peterson
2017-02-23Merge tag 'gfs2-4.11.addendum' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-02-23gfs2: Add missing rcu locking for glock lookupAndrew Price
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-21Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-02-17gfs2: Use rhashtable walk interface in glock_hash_walkHerbert Xu
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-15GFS2: Fix reference to ERR_PTR in gfs2_glock_iter_nextDan Carpenter
2016-09-21gfs2: fix to detect failure of register_shrinkerChao Yu
2016-08-02GFS2: use BIT() macroFabian Frederick