summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* list_lru: dynamically adjust node arraysGlauber Costa2013-09-115-17/+37
* shrinker: Kill old ->shrink API.Dave Chinner2013-09-113-45/+15
* shrinker: convert remaining shrinkers to count/scan APIDave Chinner2013-09-112-21/+45
* staging/lustre/libcfs: cleanup linux-mem.hPeng Tao2013-09-111-38/+0
* staging/lustre/ptlrpc: convert to new shrinker APIPeng Tao2013-09-111-34/+42
* staging/lustre/obdclass: convert lu_object shrinker to count/scan APIPeng Tao2013-09-111-46/+52
* staging/lustre/ldlm: convert to shrinkers to count/scan APIPeng Tao2013-09-111-69/+79
* hugepage: convert huge zero page shrinker to new shrinker APIGlauber Costa2013-09-111-6/+11
* i915: bail out earlier when shrinker cannot acquire mutexGlauber Costa2013-09-111-2/+2
* drivers: convert shrinkers to new count/scan APIDave Chinner2013-09-119-136/+236
* fs: convert fs shrinkers to new scan/count APIDave Chinner2013-09-1114-96/+158
* xfs: fix dquot isolation hangDave Chinner2013-09-111-4/+6
* xfs-convert-dquot-cache-lru-to-list_lru-fixAndrew Morton2013-09-111-3/+3
* xfs: convert dquot cache lru to list_lruDave Chinner2013-09-113-144/+144
* xfs: rework buffer dispose list trackingDave Chinner2013-09-112-58/+79
* xfs-convert-buftarg-lru-to-generic-code-fixAndrew Morton2013-09-111-3/+3
* xfs: convert buftarg LRU to generic codeDave Chinner2013-09-112-93/+82
* fs: convert inode and dentry shrinking to be node awareDave Chinner2013-09-116-21/+33
* vmscan: per-node deferred workGlauber Costa2013-09-112-103/+152
* shrinker: add node awarenessDave Chinner2013-09-115-3/+17
* list_lru: remove special case function list_lru_dispose_all.Glauber Costa2013-09-113-79/+29
* list_lru: per-node APIGlauber Costa2013-09-112-33/+43
* list_lru: fix broken LRU_RETRY behaviourDave Chinner2013-09-111-17/+12
* list_lru: per-node list infrastructureDave Chinner2013-09-112-40/+129
* dcache: convert to use new lru list infrastructureDave Chinner2013-09-113-106/+90
* inode: move inode to a different list inside lockGlauber Costa2013-09-111-1/+1
* inode: convert inode lru list to generic lru list code.Dave Chinner2013-09-113-116/+77
* list: add a new LRU list typeDave Chinner2013-09-113-1/+233
* shrinker: convert superblock shrinkers to new APIDave Chinner2013-09-118-48/+70
* mm: new shrinker APIDave Chinner2013-09-112-29/+69
* dcache: remove dentries from LRU before putting on dispose listDave Chinner2013-09-111-21/+78
* dentry: move to per-sb LRU locksDave Chinner2013-09-113-18/+20
* dcache: convert dentry_stat.nr_unused to per-cpu countersDave Chinner2013-09-111-3/+27
* super: fix calculation of shrinkable objects for small numbersGlauber Costa2013-09-118-15/+18
* fs: bump inode and dentry counters to longGlauber Costa2013-09-117-27/+27
* Add missing unlocks to error paths of mountpoint_last.Dave Jones2013-09-111-1/+4
* ... and fold the renamed __vfs_follow_link() into its only callerAl Viro2013-09-111-24/+14
* fs: remove vfs_follow_linkChristoph Hellwig2013-09-113-9/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-1011-187/+241
|\
| * split read_seqretry_or_unlock(), convert d_walk() to resulting primitivesAl Viro2013-09-091-33/+31
| * dcache: Translating dentry into pathname without taking rename_lockWaiman Long2013-09-091-63/+133
| * autofs4 - fix device ioctl mount lookupIan Kent2013-09-091-11/+12
| * introduce kern_path_mountpoint()Al Viro2013-09-092-11/+25
| * rename user_path_umountat() to user_path_mountpoint_at()Al Viro2013-09-094-16/+15
| * take unlazy_walk() into umount_lookup_last()Al Viro2013-09-091-33/+27
| * Kill indirect include of file.h from eventfd.h, use fdget() in cgroup.cAl Viro2013-09-082-17/+19
| * prune_super(): sb->s_op is never NULLAl Viro2013-09-081-1/+1
| * exportfs: don't assume that ->iterate() won't feed us too long entriesAl Viro2013-09-081-1/+1
| * afs: get rid of redundant ->d_name.len checksAl Viro2013-09-081-24/+0
* | vfs: make sure we don't have a stale root path if unlazy_walk() failsLinus Torvalds2013-09-101-1/+4