summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+10Star
* 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/+40Star
* fs: convert fs shrinkers to new scan/count APIDave Chinner2013-09-111-11/+17
* super: fix calculation of shrinkable objects for small numbersGlauber Costa2013-09-111-1/+1
* GFS2: Remove unnecessary memory barrierBob Peterson2013-09-041-1/+0Star
* GFS2: Take glock reference in examine_bucket()Steven Whitehouse2013-08-201-7/+5Star
* GFS2: alloc_workqueue() doesn't return an ERR_PTRDan Carpenter2013-08-191-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2013-04-301-20/+8Star
|\
| * GFS2: Flush work queue before clearing glock hash tablesBob Peterson2013-04-261-0/+1
| * GFS2: Add origin indicator to glock demote tracingSteven Whitehouse2013-04-101-1/+1
| * GFS2: Add origin indicator to glock callbacksSteven Whitehouse2013-04-101-6/+6
| * GFS2: Remove gfs2_refresh_inode from inode creation pathSteven Whitehouse2013-04-081-13/+0Star
* | gfs2: Convert print_symbol to %pSRJoe Perches2013-04-291-2/+2
|/
* GFS2: Split glock lru processing into two partsSteven Whitehouse2013-02-011-23/+67
* GFS2: Separate LRU scanning from shrinkerSteven Whitehouse2013-01-291-11/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2012-12-151-14/+26
|\
| * GFS2: remove redundant lvb pointerDavid Teigland2012-11-151-6/+4Star
| * GFS2: only use lvb on glocks that need itDavid Teigland2012-11-151-6/+21
| * GFS2: skip dlm_unlock calls in unmountDavid Teigland2012-11-141-0/+1
| * GFS2: Rename glops go_xmote_th to go_syncBob Peterson2012-11-071-2/+2
| * GFS2: Review bug traps in glops.cSteven Whitehouse2012-11-071-6/+4Star
* | mm: redefine address_space.assoc_mappingRafael Aquini2012-12-121-1/+1
|/
* GFS2: Eliminate redundant calls to may_grantBob Peterson2012-09-241-5/+4Star
* GFS2: Combine functions gfs2_glock_dq_wait and wait_on_demoteBob Peterson2012-09-241-7/+2Star
* GFS2: Combine functions gfs2_glock_wait and wait_on_holderBob Peterson2012-09-241-14/+9Star
* GFS2: inline __gfs2_glock_schedule_for_reclaimBob Peterson2012-09-241-16/+3Star
* GFS2: Size seq_file buffer more carefullySteven Whitehouse2012-06-111-4/+6
* GFS2: Use seq_vprintf for glocks debugfs fileSteven Whitehouse2012-06-111-4/+1Star
* GFS2: Use lvbs for storing rgrp information with mount optionBenjamin Marzinski2012-06-081-0/+1
* GFS2: Cache last hash bucket for glock seq_filesSteven Whitehouse2012-06-081-7/+22
* GFS2: Increase buffer size for glocks and glstats debugfs filesSteven Whitehouse2012-06-071-0/+6
* GFS2: glock statistics gatheringSteven Whitehouse2012-02-281-8/+202
* GFS2: Fix race between lru_list and glock ref countSteven Whitehouse2012-02-281-4/+10
* GFS2: dlm based recovery coordinationDavid Teigland2012-01-111-1/+1
* GFS2: Automatically adjust glock min hold timeBob Peterson2011-07-151-10/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2011-06-081-2/+7
|\
| * GFS2: Processes waiting on inode glock that no processes are holdingBob Peterson2011-05-251-2/+7
* | vmscan: change shrinker API by passing shrink_control structYing Han2011-05-251-1/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2011-05-201-46/+48
|\
| * GFS2: Don't use a try lock when promoting to a higher modeSteven Whitehouse2011-05-051-5/+0Star
| * GFS2: Make writeback more responsive to system conditionsSteven Whitehouse2011-04-201-1/+1
| * GFS2: Optimise glock lru and end of life inodesSteven Whitehouse2011-04-201-20/+21
| * GFS2: Improve tracing support (adds two flags)Steven Whitehouse2011-04-201-2/+11
| * GFS2: Alter point of entry to glock lru list for glocks with an address_spaceSteven Whitehouse2011-04-201-18/+15Star