aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-07GFS2: Use pr_<level> more consistentlyJoe Perches1-3/+5
2014-03-06GFS2: global conversion to pr_foo()Fabian Frederick1-9/+9
2014-01-16GFS2: Don't use ENOBUFS when ENOMEM is the correct error codeSteven Whitehouse1-19/+10
2014-01-02GFS2: Fix unsafe dereference in dump_holder()Tetsuo Handa1-0/+2
2013-11-21GFS2: fix potential NULL pointer dereferenceMichal Nazarewicz1-1/+2
2013-10-15GFS2: Use lockref for glocksSteven Whitehouse1-43/+40
2013-09-10fs: convert fs shrinkers to new scan/count APIDave Chinner1-11/+17
2013-09-10super: fix calculation of shrinkable objects for small numbersGlauber Costa1-1/+1
2013-09-04GFS2: Remove unnecessary memory barrierBob Peterson1-1/+0
2013-08-20GFS2: Take glock reference in examine_bucket()Steven Whitehouse1-7/+5
2013-08-19GFS2: alloc_workqueue() doesn't return an ERR_PTRDan Carpenter1-4/+4
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds1-20/+8
2013-04-29gfs2: Convert print_symbol to %pSRJoe Perches1-2/+2
2013-04-26GFS2: Flush work queue before clearing glock hash tablesBob Peterson1-0/+1
2013-04-10GFS2: Add origin indicator to glock demote tracingSteven Whitehouse1-1/+1
2013-04-10GFS2: Add origin indicator to glock callbacksSteven Whitehouse1-6/+6
2013-04-08GFS2: Remove gfs2_refresh_inode from inode creation pathSteven Whitehouse1-13/+0
2013-02-01GFS2: Split glock lru processing into two partsSteven Whitehouse1-23/+67
2013-01-29GFS2: Separate LRU scanning from shrinkerSteven Whitehouse1-11/+17
2012-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds1-14/+26
2012-12-11mm: redefine address_space.assoc_mappingRafael Aquini1-1/+1
2012-11-15GFS2: remove redundant lvb pointerDavid Teigland1-6/+4
2012-11-15GFS2: only use lvb on glocks that need itDavid Teigland1-6/+21
2012-11-14GFS2: skip dlm_unlock calls in unmountDavid Teigland1-0/+1
2012-11-07GFS2: Rename glops go_xmote_th to go_syncBob Peterson1-2/+2
2012-11-07GFS2: Review bug traps in glops.cSteven Whitehouse1-6/+4
2012-09-24GFS2: Eliminate redundant calls to may_grantBob Peterson1-5/+4
2012-09-24GFS2: Combine functions gfs2_glock_dq_wait and wait_on_demoteBob Peterson1-7/+2
2012-09-24GFS2: Combine functions gfs2_glock_wait and wait_on_holderBob Peterson1-14/+9
2012-09-24GFS2: inline __gfs2_glock_schedule_for_reclaimBob Peterson1-16/+3
2012-06-11GFS2: Size seq_file buffer more carefullySteven Whitehouse1-4/+6
2012-06-11GFS2: Use seq_vprintf for glocks debugfs fileSteven Whitehouse1-4/+1
2012-06-08GFS2: Use lvbs for storing rgrp information with mount optionBenjamin Marzinski1-0/+1
2012-06-08GFS2: Cache last hash bucket for glock seq_filesSteven Whitehouse1-7/+22
2012-06-07GFS2: Increase buffer size for glocks and glstats debugfs filesSteven Whitehouse1-0/+6
2012-02-28GFS2: glock statistics gatheringSteven Whitehouse1-8/+202
2012-02-28GFS2: Fix race between lru_list and glock ref countSteven Whitehouse1-4/+10
2012-01-11GFS2: dlm based recovery coordinationDavid Teigland1-1/+1
2011-07-15GFS2: Automatically adjust glock min hold timeBob Peterson1-10/+29
2011-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds1-2/+7
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-1/+4
2011-05-25GFS2: Processes waiting on inode glock that no processes are holdingBob Peterson1-2/+7