aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4file.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+1
2013-10-28Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Gravatar Trond Myklebust 1-1/+1
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsGravatar Al Viro 1-3/+1
2013-09-27NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open()Gravatar David Howells 1-1/+1
2013-09-26NFSv4: Honour the 'opened' parameter in the atomic_open() filesystem methodGravatar Trond Myklebust 1-1/+2
2013-06-06NFSv4: Move dentry instantiation into the NFSv4-specific atomic open codeGravatar Trond Myklebust 1-1/+0
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-12-20NFS4: Open files for fscachingGravatar David Howells 1-0/+2
2012-11-04NFSv4: Get rid of unnecessary BUG_ON()sGravatar Trond Myklebust 1-1/+0
2012-09-28NFS: Write the entire file if a server reboot occurs during fsync()Gravatar Trond Myklebust 1-0/+7
2012-09-28NFS: Fix fdatasync/fsync() when confronted with a server rebootGravatar Trond Myklebust 1-10/+12
2012-09-11NFS: fsync() must exit with an error if page writeback failedGravatar Trond Myklebust 1-1/+3
2012-07-17NFS: Split out NFS v4 file operationsGravatar Bryan Schumaker 1-0/+126