summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' into for-linusAl Viro2013-09-1254-1129/+1755
|\
| * super: fix for destroy lrusGlauber Costa2013-09-103-2/+5
| * list_lru: dynamically adjust node arraysGlauber Costa2013-09-105-17/+37
| * shrinker: Kill old ->shrink API.Dave Chinner2013-09-103-45/+15
| * shrinker: convert remaining shrinkers to count/scan APIDave Chinner2013-09-102-21/+45
| * staging/lustre/libcfs: cleanup linux-mem.hPeng Tao2013-09-101-38/+0
| * staging/lustre/ptlrpc: convert to new shrinker APIPeng Tao2013-09-101-34/+42
| * staging/lustre/obdclass: convert lu_object shrinker to count/scan APIPeng Tao2013-09-101-46/+52
| * staging/lustre/ldlm: convert to shrinkers to count/scan APIPeng Tao2013-09-101-69/+79
| * hugepage: convert huge zero page shrinker to new shrinker APIGlauber Costa2013-09-101-6/+11
| * i915: bail out earlier when shrinker cannot acquire mutexGlauber Costa2013-09-101-2/+2
| * drivers: convert shrinkers to new count/scan APIDave Chinner2013-09-109-136/+236
| * fs: convert fs shrinkers to new scan/count APIDave Chinner2013-09-1014-96/+158
| * xfs: fix dquot isolation hangDave Chinner2013-09-101-4/+6
| * xfs-convert-dquot-cache-lru-to-list_lru-fixAndrew Morton2013-09-101-3/+3
| * xfs: convert dquot cache lru to list_lruDave Chinner2013-09-103-144/+144
| * xfs: rework buffer dispose list trackingDave Chinner2013-09-102-58/+79
| * xfs-convert-buftarg-lru-to-generic-code-fixAndrew Morton2013-09-101-3/+3
| * xfs: convert buftarg LRU to generic codeDave Chinner2013-09-102-93/+82
| * fs: convert inode and dentry shrinking to be node awareDave Chinner2013-09-106-21/+33
| * vmscan: per-node deferred workGlauber Costa2013-09-102-103/+152
| * shrinker: add node awarenessDave Chinner2013-09-105-3/+17
| * list_lru: remove special case function list_lru_dispose_all.Glauber Costa2013-09-103-79/+29
| * list_lru: per-node APIGlauber Costa2013-09-102-33/+43
| * list_lru: fix broken LRU_RETRY behaviourDave Chinner2013-09-101-17/+12
| * list_lru: per-node list infrastructureDave Chinner2013-09-102-40/+129
| * dcache: convert to use new lru list infrastructureDave Chinner2013-09-103-106/+90
| * inode: move inode to a different list inside lockGlauber Costa2013-09-101-1/+1
| * inode: convert inode lru list to generic lru list code.Dave Chinner2013-09-103-116/+77
| * list: add a new LRU list typeDave Chinner2013-09-103-1/+233
| * shrinker: convert superblock shrinkers to new APIDave Chinner2013-09-108-48/+70
| * mm: new shrinker APIDave Chinner2013-09-102-29/+69
| * dcache: remove dentries from LRU before putting on dispose listDave Chinner2013-09-101-21/+78
| * dentry: move to per-sb LRU locksDave Chinner2013-09-103-18/+20
| * dcache: convert dentry_stat.nr_unused to per-cpu countersDave Chinner2013-09-101-3/+27
| * super: fix calculation of shrinkable objects for small numbersGlauber Costa2013-09-108-15/+18
| * fs: bump inode and dentry counters to longGlauber Costa2013-09-107-27/+27
| * Add missing unlocks to error paths of mountpoint_last.Dave Jones2013-09-101-1/+4
| * ... and fold the renamed __vfs_follow_link() into its only callerAl Viro2013-09-101-24/+14
| * fs: remove vfs_follow_linkChristoph Hellwig2013-09-103-9/+6
* | Add missing unlocks to error paths of mountpoint_last.Dave Jones2013-09-101-1/+4
* | ... and fold the renamed __vfs_follow_link() into its only callerAl Viro2013-09-101-24/+14
* | fs: remove vfs_follow_linkChristoph Hellwig2013-09-103-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-081-11/+12
| * introduce kern_path_mountpoint()Al Viro2013-09-082-11/+25
| * rename user_path_umountat() to user_path_mountpoint_at()Al Viro2013-09-084-16/+15
| * take unlazy_walk() into umount_lookup_last()Al Viro2013-09-081-33/+27