summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Stop using rhashtable_walk_peekAndreas Gruenbacher2018-04-121-19/+28
* gfs2: Glock dump performance regression fixAndreas Gruenbacher2018-02-011-22/+43
* rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-111-5/+2
* gfs2: Fix debugfs glocks dumpAndreas Gruenbacher2017-09-251-9/+5
* gfs2: constify rhashtable_paramsArvind Yadav2017-08-301-1/+1
* GFS2: Fix up some sparse warningsBob Peterson2017-08-251-3/+6
* gfs2: Clean up waiting on glocksAndreas Gruenbacher2017-08-101-20/+7
* gfs2: gfs2_evict_inode: Put glocks asynchronouslyAndreas Gruenbacher2017-08-101-1/+9
* gfs2: gfs2_glock_get: Wait on freeing glocksAndreas Gruenbacher2017-08-101-22/+104
* GFS2: Don't waste time locking lru_lock for non-lru glocksBob Peterson2017-08-091-0/+3
* gfs2: Fix glock rhashtable rcu bugAndreas Gruenbacher2017-07-071-2/+9
* gfs2: Clean up glock work enqueuingAndreas Gruenbacher2017-07-051-50/+74
* GFS2: Allow glocks to be unlocked after withdrawBob Peterson2017-05-051-2/+4
* gfs2: Switch to rhashtable_lookup_get_insert_fastAndreas Gruenbacher2017-04-031-24/+21
* gfs2: Don't pack struct lm_locknameAndreas Gruenbacher2017-03-161-1/+1
* gfs2: Deduplicate gfs2_{glocks,glstats}_openAndreas Gruenbacher2017-03-161-17/+9
* gfs2: Replace rhashtable_walk_init with rhashtable_walk_enterAndreas Gruenbacher2017-03-161-1/+1
* GFS2: Prevent BUG from occurring when normal Withdraws occurBob Peterson2017-03-161-0/+2
* Merge tag 'gfs2-4.11.addendum' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-231-0/+5
|\
| * gfs2: Add missing rcu locking for glock lookupAndrew Price2017-02-231-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-221-11/+17
|\ \
| * | gfs2: Use rhashtable walk interface in glock_hash_walkHerbert Xu2017-02-171-11/+17
* | | Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-211-5/+7
|\ \ \ | |/ / |/| / | |/
| * GFS2: Fix reference to ERR_PTR in gfs2_glock_iter_nextDan Carpenter2016-12-151-5/+7
* | ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
|/
* gfs2: fix to detect failure of register_shrinkerChao Yu2016-09-211-1/+7
* GFS2: use BIT() macroFabian Frederick2016-08-021-1/+1
* gfs2: Lock holder cleanupAndreas Gruenbacher2016-06-271-1/+1
* gfs2: Get rid of gfs2_ilookupAndreas Gruenbacher2016-06-271-9/+2
* gfs2: Fix gfs2_lookup_by_inum lock inversionAndreas Gruenbacher2016-06-271-2/+2
* Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2016-05-201-2/+9
|\
| * GFS2: fs/gfs2/glock.c: Deinline do_error, save 1856 bytesDenys Vlasenko2016-04-121-1/+1
| * GFS2: ignore unlock failures after withdrawBenjamin Marzinski2016-03-241-1/+8
* | rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland2016-04-051-2/+2
|/
* GFS2: Don't filter out I_FREEING inodes anymoreBob Peterson2016-03-151-1/+1
* GFS2: Prevent delete work from occurring on glocks used for createBob Peterson2016-03-151-0/+7
* GFS2: Check if iopen is held when deleting inodeBob Peterson2016-01-141-0/+1
* GFS2: Reintroduce a timeout in function gfs2_gl_hash_clearBob Peterson2015-12-141-1/+3
* GFS2: Reduce size of incore inodeBob Peterson2015-12-141-5/+5
* GFS2: Use rht_for_each_entry_rcu in glock_hash_walkAndrew Price2015-11-161-2/+2
* gfs2: Remove gl_spin defineAndreas Gruenbacher2015-10-291-42/+42
* gfs2: A minor "sbstats" cleanupAndreas Gruenbacher2015-09-031-7/+6
* gfs2: Make statistics unsigned, suitable for use with do_div()Ben Hutchings2015-09-031-11/+11
* GFS2: Use resizable hash table for glocksBob Peterson2015-09-031-164/+100
* GFS2: Move glock superblock pointer to field gl_nameBob Peterson2015-09-031-17/+15
* gfs2: Simplify the seq file code for "sbstats"Andreas Gruenbacher2015-09-031-20/+11
* GFS2: Don't add all glocks to the lruBob Peterson2015-06-181-1/+2
* gfs2: incorrect check for debugfs returnsChengyu Song2015-03-301-19/+28
* Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-1/+0
|\
OpenPOWER on IntegriCloud