summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0
* | GFS2: Eliminate __gfs2_glock_remove_from_lruBob Peterson2015-01-091-10/+3
|/
* GFS2: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-181-2/+1
* GFS2: use _RET_IP_ instead of (unsigned long)__builtin_return_address(0)Fabian Frederick2014-10-081-2/+2
* Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2014-07-281-5/+9
|\
| * GFS2: Allow flocks to use normal glock dq rather than dq_waitBob Peterson2014-07-181-3/+1
| * GFS2: Use GFP_NOFS when allocating glocksSteven Whitehouse2014-07-181-2/+2
| * GFS2: Fix race in glock lru glock disposalSteven Whitehouse2014-07-181-3/+7
| * GFS2: Only wait for demote when last holder is dequeuedBob Peterson2014-07-181-1/+3
* | sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-23/+2
|/
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-4/+4
* GFS2: Ensure workqueue is scheduled after noexp requestBob Peterson2014-03-121-2/+6
* GFS2: Use pr_<level> more consistentlyJoe Perches2014-03-071-3/+5
* GFS2: global conversion to pr_foo()Fabian Frederick2014-03-061-9/+9
* GFS2: Don't use ENOBUFS when ENOMEM is the correct error codeSteven Whitehouse2014-01-161-19/+10
* GFS2: Fix unsafe dereference in dump_holder()Tetsuo Handa2014-01-021-0/+2
* GFS2: fix potential NULL pointer dereferenceMichal Nazarewicz2013-11-211-1/+2
* GFS2: Use lockref for glocksSteven Whitehouse2013-10-151-43/+40
OpenPOWER on IntegriCloud