aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds1-46/+48
2011-05-05GFS2: Don't use a try lock when promoting to a higher modeSteven Whitehouse1-5/+0
2011-04-25add hlist_bl_lock/unlock helpersChristoph Hellwig1-4/+2
2011-04-20GFS2: Make writeback more responsive to system conditionsSteven Whitehouse1-1/+1
2011-04-20GFS2: Optimise glock lru and end of life inodesSteven Whitehouse1-20/+21
2011-04-20GFS2: Improve tracing support (adds two flags)Steven Whitehouse1-2/+11
2011-04-20GFS2: Alter point of entry to glock lru list for glocks with an address_spaceSteven Whitehouse1-18/+15
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds1-252/+158
2011-03-15GFS2: Don't use _raw version of RCU dereferenceSteven Whitehouse1-1/+1
2011-03-11GFS2: Optimize glock multiple-dequeue codeBob Peterson1-8/+4
2011-03-09GFS2: Fix glock deallocation raceSteven Whitehouse1-2/+8
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo1-2/+2
2011-01-31GFS2: Fix glock queue trace pointSteven Whitehouse1-1/+1
2011-01-21GFS2: Use RCU for glock hash tableSteven Whitehouse1-243/+147
2010-11-30GFS2: Merge glock state fields into a bitfieldSteven Whitehouse1-2/+7
2010-11-30GFS2: Clean up of gdlm_lock functionSteven Whitehouse1-22/+9
2010-11-30GFS2: fs/gfs2/glock.c: Use printf extension %pVJoe Perches1-2/+7
2010-11-30GFS2: fs/gfs2/glock.c: Convert sprintf_symbol to %pSJoe Perches1-8/+7
2010-11-30GFS2: Change two WQ_RESCUERs into WQ_MEM_RECLAIMSteven Whitehouse1-3/+4
2010-11-15GFS2: Fix inode deallocation raceSteven Whitehouse1-11/+10
2010-09-29GFS2: Fix spectator umount issueSteven Whitehouse1-1/+1
2010-09-20GFS2: Use new workqueue schemeSteven Whitehouse1-2/+4
2010-09-20GFS2: Don't enforce min hold time when two demotes occur in rapid successionSteven Whitehouse1-4/+11
2010-08-02GFS2: Fix recovery stuck bug (try #2)Steven Whitehouse1-7/+39