aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c
AgeCommit message (Expand)Author
2021-06-30gfs2: Fix use-after-free in gfs2_glock_shrink_scanHillf Danton
2020-11-10gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring
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
2019-05-31gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher
2019-05-31gfs2: Fix lru_count going negativeRoss Lagerwall
2019-03-13gfs2: Fix missed wakeups in find_insert_glockAndreas Gruenbacher
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
2016-06-27gfs2: Lock holder cleanupAndreas Gruenbacher
2016-06-27gfs2: Get rid of gfs2_ilookupAndreas Gruenbacher
2016-06-27gfs2: Fix gfs2_lookup_by_inum lock inversionAndreas Gruenbacher
2016-05-20Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2016-04-12GFS2: fs/gfs2/glock.c: Deinline do_error, save 1856 bytesDenys Vlasenko
2016-04-05rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland
2016-03-24GFS2: ignore unlock failures after withdrawBenjamin Marzinski
2016-03-15GFS2: Don't filter out I_FREEING inodes anymoreBob Peterson
2016-03-15GFS2: Prevent delete work from occurring on glocks used for createBob Peterson
2016-01-14GFS2: Check if iopen is held when deleting inodeBob Peterson
2015-12-14GFS2: Reintroduce a timeout in function gfs2_gl_hash_clearBob Peterson
2015-12-14GFS2: Reduce size of incore inodeBob Peterson
2015-11-16GFS2: Use rht_for_each_entry_rcu in glock_hash_walkAndrew Price
2015-10-29gfs2: Remove gl_spin defineAndreas Gruenbacher