summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: dump fsid when dumping glock problemsBob Peterson2019-06-271-13/+21
* gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson2019-06-271-3/+3
* gfs2: Use IS_ERR_OR_NULLKefeng Wang2019-06-271-1/+1
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-4/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner2019-06-051-4/+1Star
* | Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson2019-06-061-2/+2
|/
* gfs2: Replace gl_revokes with a GLF flagBob Peterson2019-05-071-2/+2
* gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher2019-05-071-0/+1
* gfs2: Fix lru_count going negativeRoss Lagerwall2019-05-071-9/+13
* gfs2: Fix missed wakeups in find_insert_glockAndreas Gruenbacher2019-03-081-1/+1
* gfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-231-56/+14Star
* gfs2: Dump nrpages for inodes and their glocksBob Peterson2018-12-121-1/+1
* gfs2: Use fs_* functions instead of pr_* function where we canBob Peterson2018-10-051-8/+9
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+2
* 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/+2Star
* gfs2: Fix debugfs glocks dumpAndreas Gruenbacher2017-09-251-9/+5Star
* gfs2: constify rhashtable_paramsArvind Yadav2017-08-301-1/+1
* GFS2: Fix up some sparse warningsBob Peterson2017-08-261-3/+6
* gfs2: Clean up waiting on glocksAndreas Gruenbacher2017-08-101-20/+7Star
* 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/+21Star
* gfs2: Don't pack struct lm_locknameAndreas Gruenbacher2017-03-161-1/+1
* gfs2: Deduplicate gfs2_{glocks,glstats}_openAndreas Gruenbacher2017-03-161-17/+9Star
* 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-161-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/+2Star
* 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-211-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