aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-10fs: convert fs shrinkers to new scan/count APIDave Chinner14-96/+158
2013-09-10xfs: fix dquot isolation hangDave Chinner1-4/+6
2013-09-10xfs-convert-dquot-cache-lru-to-list_lru-fixAndrew Morton1-3/+3
2013-09-10xfs: convert dquot cache lru to list_lruDave Chinner3-144/+144
2013-09-10xfs: rework buffer dispose list trackingDave Chinner2-58/+79
2013-09-10xfs-convert-buftarg-lru-to-generic-code-fixAndrew Morton1-3/+3
2013-09-10xfs: convert buftarg LRU to generic codeDave Chinner2-93/+82
2013-09-10fs: convert inode and dentry shrinking to be node awareDave Chinner5-19/+31
2013-09-10shrinker: add node awarenessDave Chinner1-0/+1
2013-09-10list_lru: remove special case function list_lru_dispose_all.Glauber Costa1-20/+29
2013-09-10dcache: convert to use new lru list infrastructureDave Chinner2-98/+83
2013-09-10inode: move inode to a different list inside lockGlauber Costa1-1/+1
2013-09-10inode: convert inode lru list to generic lru list code.Dave Chinner2-112/+75
2013-09-10shrinker: convert superblock shrinkers to new APIDave Chinner7-42/+68
2013-09-10dcache: remove dentries from LRU before putting on dispose listDave Chinner1-21/+78
2013-09-10dentry: move to per-sb LRU locksDave Chinner2-17/+17
2013-09-10dcache: convert dentry_stat.nr_unused to per-cpu countersDave Chinner1-3/+27
2013-09-10super: fix calculation of shrinkable objects for small numbersGlauber Costa7-15/+14
2013-09-10fs: bump inode and dentry counters to longGlauber Costa3-14/+14
2013-09-10Add missing unlocks to error paths of mountpoint_last.Dave Jones1-1/+4
2013-09-10... and fold the renamed __vfs_follow_link() into its only callerAl Viro1-24/+14
2013-09-10fs: remove vfs_follow_linkChristoph Hellwig1-8/+2
2013-09-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-167/+221
2013-09-10vfs: make sure we don't have a stale root path if unlazy_walk() failsLinus Torvalds1-1/+4
2013-09-09split read_seqretry_or_unlock(), convert d_walk() to resulting primitivesAl Viro1-33/+31
2013-09-09Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds111-11894/+13556
2013-09-09direct-io: Use return from cmpxchg to decide of assignment happenedOlof Johansson1-2/+3
2013-09-09dcache: Translating dentry into pathname without taking rename_lockWaiman Long1-63/+133
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds32-720/+3521
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds5-8/+29
2013-09-09Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds7-77/+99
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds19-155/+1271
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-1/+8
2013-09-08autofs4 - fix device ioctl mount lookupIan Kent1-11/+12
2013-09-08vfs: fix dentry RCU to refcounting possibly sleeping dput()Linus Torvalds1-53/+49
2013-09-08introduce kern_path_mountpoint()Al Viro1-11/+24
2013-09-08rename user_path_umountat() to user_path_mountpoint_at()Al Viro3-13/+15
2013-09-08take unlazy_walk() into umount_lookup_last()Al Viro1-33/+27
2013-09-08vfs: use lockred "dead" flag to mark unrecoverably dead dentriesLinus Torvalds2-25/+15
2013-09-08vfs: reorganize dput() memory accessesLinus Torvalds1-10/+10
2013-09-07prune_super(): sb->s_op is never NULLAl Viro1-1/+1
2013-09-07exportfs: don't assume that ->iterate() won't feed us too long entriesAl Viro1-1/+1
2013-09-07afs: get rid of redundant ->d_name.len checksAl Viro1-24/+0
2013-09-07NFSv4: use mach cred for SECINFO_NO_NAME w/ integrityWeston Andros Adamson1-4/+37
2013-09-07NFS: nfs_compare_super shouldn't check the auth flavour unless 'sec=' was setTrond Myklebust1-2/+15
2013-09-07NFSv4: Allow security autonegotiation for submountsTrond Myklebust2-5/+19
2013-09-07NFSv4: Disallow security negotiation for lookups when 'sec=' is specifiedTrond Myklebust1-1/+3
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-252/+316
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds5-31/+114
2013-09-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1