aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-09-09Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 111-11894/+13556
2013-09-09direct-io: Use return from cmpxchg to decide of assignment happenedGravatar Olof Johansson 1-2/+3
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 32-720/+3521
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 5-8/+29
2013-09-09Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-77/+99
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 19-155/+1271
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlGravatar Linus Torvalds 1-1/+8
2013-09-08vfs: fix dentry RCU to refcounting possibly sleeping dput()Gravatar Linus Torvalds 1-53/+49
2013-09-08vfs: use lockred "dead" flag to mark unrecoverably dead dentriesGravatar Linus Torvalds 2-25/+15
2013-09-08vfs: reorganize dput() memory accessesGravatar Linus Torvalds 1-10/+10
2013-09-07NFSv4: use mach cred for SECINFO_NO_NAME w/ integrityGravatar Weston Andros Adamson 1-4/+37
2013-09-07NFS: nfs_compare_super shouldn't check the auth flavour unless 'sec=' was setGravatar Trond Myklebust 1-2/+15
2013-09-07NFSv4: Allow security autonegotiation for submountsGravatar Trond Myklebust 2-5/+19
2013-09-07NFSv4: Disallow security negotiation for lookups when 'sec=' is specifiedGravatar Trond Myklebust 1-1/+3
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 8-252/+316
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 5-31/+114
2013-09-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-1/+1
2013-09-07NFSv4: Fix security auto-negotiationGravatar Trond Myklebust 6-18/+30
2013-09-07NFS: Clean up nfs_parse_security_flavors()Gravatar Trond Myklebust 1-12/+13
2013-09-07NFS: Clean up the auth flavour array messGravatar Trond Myklebust 2-13/+28
2013-09-07um: hostfs: Fix writebackGravatar Richard Weinberger 1-1/+8
2013-09-06ceph: use d_invalidate() to invalidate aliasesGravatar Yan, Zheng 1-4/+4
2013-09-06ceph: remove ceph_lookup_inode()Gravatar Yan, Zheng 3-11/+1
2013-09-06NFSv4.1 Use MDS auth flavor for data server connectionGravatar Andy Adamson 3-8/+145
2013-09-06ceph: trivial buildbot warnings fixGravatar Milosz Tanski 2-4/+4
2013-09-06ceph: Do not do invalidate if the filesystem is mounted nofscGravatar Milosz Tanski 1-0/+4
2013-09-06ceph: page still marked private_2Gravatar Milosz Tanski 2-1/+14
2013-09-06ceph: ceph_readpage_to_fscache didn't check if markedGravatar Milosz Tanski 1-0/+3
2013-09-06ceph: clean PgPrivate2 on returning from readpagesGravatar Milosz Tanski 2-0/+9
2013-09-06ceph: use fscache as a local presisent cacheGravatar Milosz Tanski 10-13/+666
2013-09-06Merge tag 'fscache-fixes-for-ceph' into wip-fscacheGravatar Milosz Tanski 28-129/+357
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 3-4/+4
2013-09-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 20-432/+598
2013-09-06Merge tag 'for-f2fs-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 18-335/+778
2013-09-06NFS: Don't check lock owner compatability unless file is locked (part 2)Gravatar Trond Myklebust 1-6/+16
2013-09-06fscache: Netfs function for cleanup post readpagesGravatar Milosz Tanski 1-0/+16
2013-09-06CacheFiles: Implement interface to check cache consistencyGravatar David Howells 3-0/+63
2013-09-06FS-Cache: Add interface to check consistency of a cached objectGravatar David Howells 3-24/+108
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 1-0/+16
2013-09-05NFS: Don't check lock owner compatibility in writes unless file is lockedGravatar Trond Myklebust 1-1/+1
2013-09-05fuse: drop dentry on failed revalidateGravatar Anand Avati 1-0/+2
2013-09-05fuse: clean up return in fuse_dentry_revalidate()Gravatar Miklos Szeredi 1-8/+18
2013-09-05fuse: use d_materialise_unique()Gravatar Miklos Szeredi 1-43/+26
2013-09-05sysfs: use check_submounts_and_drop()Gravatar Miklos Szeredi 1-12/+8
2013-09-05nfs: use check_submounts_and_drop()Gravatar Miklos Szeredi 1-5/+4
2013-09-05gfs2: use check_submounts_and_drop()Gravatar Miklos Szeredi 1-6/+3
2013-09-05afs: use check_submounts_and_drop()Gravatar Miklos Szeredi 1-7/+3
2013-09-05vfs: check unlinked ancestors before mountGravatar Miklos Szeredi 3-6/+39
2013-09-05vfs: check submounts and drop atomicallyGravatar Miklos Szeredi 1-0/+65
2013-09-05vfs: add d_walk()Gravatar Miklos Szeredi 1-161/+148