summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-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/msz...Linus Torvalds5-8/+29
2013-09-09Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-77/+99
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus 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-09vfs: fix dentry RCU to refcounting possibly sleeping dput()Linus Torvalds1-53/+49
2013-09-09vfs: use lockred "dead" flag to mark unrecoverably dead dentriesLinus Torvalds2-25/+15
2013-09-09vfs: reorganize dput() memory accessesLinus Torvalds1-10/+10
2013-09-08NFSv4: use mach cred for SECINFO_NO_NAME w/ integrityWeston Andros Adamson1-4/+37
2013-09-08NFS: nfs_compare_super shouldn't check the auth flavour unless 'sec=' was setTrond Myklebust1-2/+15
2013-09-08NFSv4: Allow security autonegotiation for submountsTrond Myklebust2-5/+19
2013-09-08NFSv4: Disallow security negotiation for lookups when 'sec=' is specifiedTrond Myklebust1-1/+3
2013-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-252/+316
2013-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds5-31/+114
2013-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+1
2013-09-08NFSv4: Fix security auto-negotiationTrond Myklebust6-18/+30
2013-09-08NFS: Clean up nfs_parse_security_flavors()Trond Myklebust1-12/+13
2013-09-08NFS: 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/jik...Linus Torvalds3-4/+4
2013-09-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds20-432/+598
2013-09-06Merge tag 'for-f2fs-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus 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
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+16
2013-09-06NFS: Don't check lock owner compatibility in writes unless file is lockedTrond Myklebust1-1/+1
2013-09-06fuse: drop dentry on failed revalidateAnand Avati1-0/+2
2013-09-06fuse: clean up return in fuse_dentry_revalidate()Miklos Szeredi1-8/+18
2013-09-06fuse: use d_materialise_unique()Miklos Szeredi1-43/+26
2013-09-06sysfs: use check_submounts_and_drop()Miklos Szeredi1-12/+8
2013-09-06nfs: use check_submounts_and_drop()Miklos Szeredi1-5/+4
2013-09-06gfs2: use check_submounts_and_drop()Miklos Szeredi1-6/+3
2013-09-06afs: use check_submounts_and_drop()Miklos Szeredi1-7/+3
2013-09-06vfs: check unlinked ancestors before mountMiklos Szeredi3-6/+39
2013-09-06vfs: check submounts and drop atomicallyMiklos Szeredi1-0/+65
2013-09-06vfs: add d_walk()Miklos Szeredi1-161/+148