aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c
AgeCommit message (Expand)Author
2016-06-27gfs2: Lock holder cleanupAndreas Gruenbacher
2016-06-27gfs2: Get rid of gfs2_ilookupAndreas Gruenbacher
2016-06-27gfs2: Fix gfs2_lookup_by_inum lock inversionAndreas Gruenbacher
2016-05-20Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2016-04-12GFS2: fs/gfs2/glock.c: Deinline do_error, save 1856 bytesDenys Vlasenko
2016-04-05rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland
2016-03-24GFS2: ignore unlock failures after withdrawBenjamin Marzinski
2016-03-15GFS2: Don't filter out I_FREEING inodes anymoreBob Peterson
2016-03-15GFS2: Prevent delete work from occurring on glocks used for createBob Peterson
2016-01-14GFS2: Check if iopen is held when deleting inodeBob Peterson
2015-12-14GFS2: Reintroduce a timeout in function gfs2_gl_hash_clearBob Peterson
2015-12-14GFS2: Reduce size of incore inodeBob Peterson
2015-11-16GFS2: Use rht_for_each_entry_rcu in glock_hash_walkAndrew Price
2015-10-29gfs2: Remove gl_spin defineAndreas Gruenbacher
2015-09-03gfs2: A minor "sbstats" cleanupAndreas Gruenbacher
2015-09-03gfs2: Make statistics unsigned, suitable for use with do_div()Ben Hutchings
2015-09-03GFS2: Use resizable hash table for glocksBob Peterson
2015-09-03GFS2: Move glock superblock pointer to field gl_nameBob Peterson
2015-09-03gfs2: Simplify the seq file code for "sbstats"Andreas Gruenbacher
2015-06-18GFS2: Don't add all glocks to the lruBob Peterson
2015-03-30gfs2: incorrect check for debugfs returnsChengyu Song
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig
2015-01-09GFS2: Eliminate __gfs2_glock_remove_from_lruBob Peterson
2014-11-18GFS2: Deletion of unnecessary checks before two function callsMarkus Elfring
2014-10-08GFS2: use _RET_IP_ instead of (unsigned long)__builtin_return_address(0)Fabian Frederick
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar
2014-07-18GFS2: Allow flocks to use normal glock dq rather than dq_waitBob Peterson
2014-07-18GFS2: Use GFP_NOFS when allocating glocksSteven Whitehouse
2014-07-18GFS2: Fix race in glock lru glock disposalSteven Whitehouse
2014-07-18GFS2: Only wait for demote when last holder is dequeuedBob Peterson
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-03-12GFS2: Ensure workqueue is scheduled after noexp requestBob Peterson
2014-03-07GFS2: Use pr_<level> more consistentlyJoe Perches
2014-03-06GFS2: global conversion to pr_foo()Fabian Frederick
2014-01-16GFS2: Don't use ENOBUFS when ENOMEM is the correct error codeSteven Whitehouse
2014-01-02GFS2: Fix unsafe dereference in dump_holder()Tetsuo Handa
2013-11-21GFS2: fix potential NULL pointer dereferenceMichal Nazarewicz
2013-10-15GFS2: Use lockref for glocksSteven Whitehouse
2013-09-10fs: convert fs shrinkers to new scan/count APIDave Chinner
2013-09-10super: fix calculation of shrinkable objects for small numbersGlauber Costa
2013-09-04GFS2: Remove unnecessary memory barrierBob Peterson
2013-08-20GFS2: Take glock reference in examine_bucket()Steven Whitehouse
2013-08-19GFS2: alloc_workqueue() doesn't return an ERR_PTRDan Carpenter
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2013-04-29gfs2: Convert print_symbol to %pSRJoe Perches
2013-04-26GFS2: Flush work queue before clearing glock hash tablesBob Peterson
2013-04-10GFS2: Add origin indicator to glock demote tracingSteven Whitehouse
2013-04-10GFS2: Add origin indicator to glock callbacksSteven Whitehouse