aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-10Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-14/+21
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
2013-09-07NFSv4: Fix security auto-negotiationTrond Myklebust6-18/+30
2013-09-07NFS: Clean up nfs_parse_security_flavors()Trond Myklebust1-12/+13
2013-09-07NFS: Clean up the auth flavour array messTrond Myklebust2-13/+28
2013-09-07um: hostfs: Fix writebackRichard Weinberger1-1/+8
2013-09-06ceph: use d_invalidate() to invalidate aliasesYan, Zheng1-4/+4
2013-09-06ceph: remove ceph_lookup_inode()Yan, Zheng3-11/+1
2013-09-06NFSv4.1 Use MDS auth flavor for data server connectionAndy Adamson3-8/+145
2013-09-06ceph: trivial buildbot warnings fixMilosz Tanski2-4/+4
2013-09-06ceph: Do not do invalidate if the filesystem is mounted nofscMilosz Tanski1-0/+4
2013-09-06ceph: page still marked private_2Milosz Tanski2-1/+14
2013-09-06ceph: ceph_readpage_to_fscache didn't check if markedMilosz Tanski1-0/+3
2013-09-06ceph: clean PgPrivate2 on returning from readpagesMilosz Tanski2-0/+9
2013-09-06ceph: use fscache as a local presisent cacheMilosz Tanski10-13/+666
2013-09-06Merge tag 'fscache-fixes-for-ceph' into wip-fscacheMilosz Tanski28-129/+357
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-4/+4
2013-09-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds20-432/+598
2013-09-06Merge tag 'for-f2fs-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds18-335/+778
2013-09-06NFS: Don't check lock owner compatability unless file is locked (part 2)Trond Myklebust1-6/+16
2013-09-06fscache: Netfs function for cleanup post readpagesMilosz Tanski1-0/+16
2013-09-06CacheFiles: Implement interface to check cache consistencyDavid Howells3-0/+63
2013-09-06FS-Cache: Add interface to check consistency of a cached objectDavid Howells3-24/+108