linux/fs/gfs2
Ying Han 1495f230fa vmscan: change shrinker API by passing shrink_control struct
Change each shrinker's API by consolidating the existing parameters into
shrink_control struct.  This will simplify any further features added w/o
touching each file of shrinker.

[akpm@linux-foundation.org: fix build]
[akpm@linux-foundation.org: fix warning]
[kosaki.motohiro@jp.fujitsu.com: fix up new shrinker API]
[akpm@linux-foundation.org: fix xfs warning]
[akpm@linux-foundation.org: update gfs2]
Signed-off-by: Ying Han <yinghan@google.com>
Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Minchan Kim <minchan.kim@gmail.com>
Acked-by: Pavel Emelyanov <xemul@openvz.org>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Mel Gorman <mel@csn.ul.ie>
Acked-by: Rik van Riel <riel@redhat.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Hugh Dickins <hughd@google.com>
Cc: Dave Hansen <dave@linux.vnet.ibm.com>
Cc: Steven Whitehouse <swhiteho@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-05-25 08:39:26 -07:00
..
Kconfig
Makefile GFS2: Rename ops_inode.c to inode.c 2011-05-10 13:12:49 +01:00
acl.c
acl.h
aops.c
bmap.c GFS2: Wipe directory hash table metadata when deallocating a directory 2011-05-21 14:05:58 +01:00
bmap.h
dentry.c
dir.c GFS2: When adding a new dir entry, inc link count if it is a subdir 2011-05-09 16:43:53 +01:00
dir.h GFS2: When adding a new dir entry, inc link count if it is a subdir 2011-05-09 16:43:53 +01:00
export.c
file.c
gfs2.h
glock.c vmscan: change shrinker API by passing shrink_control struct 2011-05-25 08:39:26 -07:00
glock.h
glops.c GFS2: Move gfs2_refresh_inode() and friends into glops.c 2011-05-09 16:44:49 +01:00
glops.h
incore.h GFS2: Use UUID field in generic superblock 2011-05-10 15:01:59 +01:00
inode.c GFS2: Move all locking inside the inode creation function 2011-05-13 12:11:17 +01:00
inode.h GFS2: Clean up symlink creation 2011-05-13 10:34:59 +01:00
lock_dlm.c
log.c GFS2: Wait properly when flushing the ail list 2011-05-21 19:21:07 +01:00
log.h
lops.c
lops.h
main.c
meta_io.c
meta_io.h
ops_fstype.c GFS2: Use UUID field in generic superblock 2011-05-10 15:01:59 +01:00
quota.c vmscan: change shrinker API by passing shrink_control struct 2011-05-25 08:39:26 -07:00
quota.h vmscan: change shrinker API by passing shrink_control struct 2011-05-25 08:39:26 -07:00
recovery.c
recovery.h
rgrp.c GFS2: Wipe directory hash table metadata when deallocating a directory 2011-05-21 14:05:58 +01:00
rgrp.h
super.c GFS2: Move final part of inode.c into super.c 2011-05-09 16:45:38 +01:00
super.h
sys.c GFS2: Use UUID field in generic superblock 2011-05-10 15:01:59 +01:00
sys.h
trace_gfs2.h
trans.c
trans.h
util.c
util.h
xattr.c
xattr.h