aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-08GFS2: use _RET_IP_ instead of (unsigned long)__builtin_return_address(0)Fabian Frederick1-2/+2
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changesIngo Molnar1-5/+9
2014-07-18GFS2: Allow flocks to use normal glock dq rather than dq_waitBob Peterson1-3/+1
2014-07-18GFS2: Use GFP_NOFS when allocating glocksSteven Whitehouse1-2/+2
2014-07-18GFS2: Fix race in glock lru glock disposalSteven Whitehouse1-3/+7
2014-07-18GFS2: Only wait for demote when last holder is dequeuedBob Peterson1-1/+3
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-23/+2
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-4/+4
2014-03-12GFS2: Ensure workqueue is scheduled after noexp requestBob Peterson1-2/+6