aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+16
2013-09-05NFS: Don't check lock owner compatibility in writes unless file is lockedTrond Myklebust1-1/+1
2013-09-05fuse: drop dentry on failed revalidateAnand Avati1-0/+2
2013-09-05fuse: clean up return in fuse_dentry_revalidate()Miklos Szeredi1-8/+18
2013-09-05fuse: use d_materialise_unique()Miklos Szeredi1-43/+26
2013-09-05sysfs: use check_submounts_and_drop()Miklos Szeredi1-12/+8
2013-09-05nfs: use check_submounts_and_drop()Miklos Szeredi1-5/+4
2013-09-05gfs2: use check_submounts_and_drop()Miklos Szeredi1-6/+3
2013-09-05afs: use check_submounts_and_drop()Miklos Szeredi1-7/+3
2013-09-05vfs: check unlinked ancestors before mountMiklos Szeredi3-6/+39
2013-09-05vfs: check submounts and drop atomicallyMiklos Szeredi1-0/+65
2013-09-05vfs: add d_walk()Miklos Szeredi1-161/+148
2013-09-05vfs: restructure d_genocide()Miklos Szeredi1-8/+4
2013-09-05sparc: fix PCI device proc file mmap(2)Alexey Dobriyan1-0/+16
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds22-193/+370
2013-09-05nfs4: Map NFS4ERR_WRONG_CRED to EPERMWeston Andros Adamson1-0/+1
2013-09-05nfs4.1: Add SP4_MACH_CRED write and commit supportWeston Andros Adamson3-9/+57
2013-09-05nfs4.1: Add SP4_MACH_CRED stateid supportWeston Andros Adamson1-2/+17
2013-09-05nfs4.1: Add SP4_MACH_CRED secinfo supportWeston Andros Adamson1-1/+13
2013-09-05nfs4.1: Add SP4_MACH_CRED cleanup supportWeston Andros Adamson1-1/+18
2013-09-05nfs4.1: Add state protection handlerWeston Andros Adamson1-0/+35
2013-09-05nfs4.1: Minimal SP4_MACH_CRED implementationWeston Andros Adamson2-17/+188
2013-09-05GFS2: dirty inode correctly in gfs2_write_endBenjamin Marzinski2-3/+10
2013-09-05GFS2: Don't flag consistency error if first mounter is a spectatorBob Peterson1-2/+51
2013-09-05f2fs: optimize gc for better performanceJin Xu3-2/+9
2013-09-05f2fs: merge more bios of node block writesJaegeuk Kim1-4/+5
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds3-3/+3
2013-09-04Merge tag 'dlm-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds2-22/+7
2013-09-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds23-367/+816
2013-09-04NFSv4: Document the recover_lost_locks kernel parameterTrond Myklebust3-7/+10
2013-09-04NFSv4: Don't try to recover NFSv4 locks when they are lost.NeilBrown7-21/+54