aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-20Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-2/+9
2016-04-12GFS2: fs/gfs2/glock.c: Deinline do_error, save 1856 bytesDenys Vlasenko1-1/+1
2016-04-05rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland1-2/+2
2016-03-24GFS2: ignore unlock failures after withdrawBenjamin Marzinski1-1/+8
2016-03-15GFS2: Don't filter out I_FREEING inodes anymoreBob Peterson1-1/+1
2016-03-15GFS2: Prevent delete work from occurring on glocks used for createBob Peterson1-0/+7
2016-01-14GFS2: Check if iopen is held when deleting inodeBob Peterson1-0/+1
2015-12-14GFS2: Reintroduce a timeout in function gfs2_gl_hash_clearBob Peterson1-1/+3
2015-12-14GFS2: Reduce size of incore inodeBob Peterson1-5/+5
2015-11-16GFS2: Use rht_for_each_entry_rcu in glock_hash_walkAndrew Price1-2/+2
2015-10-29gfs2: Remove gl_spin defineAndreas Gruenbacher1-42/+42
2015-09-03gfs2: A minor "sbstats" cleanupAndreas Gruenbacher1-7/+6
2015-09-03gfs2: Make statistics unsigned, suitable for use with do_div()Ben Hutchings1-11/+11
2015-09-03GFS2: Use resizable hash table for glocksBob Peterson1-164/+100
2015-09-03GFS2: Move glock superblock pointer to field gl_nameBob Peterson1-17/+15
2015-09-03gfs2: Simplify the seq file code for "sbstats"Andreas Gruenbacher1-20/+11
2015-06-18GFS2: Don't add all glocks to the lruBob Peterson1-1/+2
2015-03-30gfs2: incorrect check for debugfs returnsChengyu Song1-19/+28
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-1/+0
2015-01-09GFS2: Eliminate __gfs2_glock_remove_from_lruBob Peterson1-10/+3
2014-11-18GFS2: Deletion of unnecessary checks before two function callsMarkus Elfring1-2/+1