summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4file.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-12-01NFSv4: add flock_owner to open contextNeilBrown
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro
2016-07-14NFSv4: Revert "Truncating file opens should also sync O_DIRECT writes"Trond Myklebust
2016-07-05NFSv4.2: Fix writeback races in nfs4_copy_file_rangeTrond Myklebust
2016-05-17NFS: Add COPY nfs operationAnna Schumaker
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-26nfs: use file_dentry()Miklos Szeredi
2016-03-16nfs: remove nfs4_file_fsyncChristoph Hellwig
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-12-07vfs: pull btrfs clone API to vfs layerChristoph Hellwig
2015-11-23nfs: reduce the amount of ifdefs for v4.2 in nfs4file.cChristoph Hellwig
2015-11-23nfs: use btrfs ioctl defintions for cloneChristoph Hellwig
2015-11-23nfs: allow intra-file CLONEChristoph Hellwig
2015-11-23nfs: offer native ioctls even if CONFIG_COMPAT is setChristoph Hellwig
2015-10-15NFS: Fix an 'unused variable' complaint when #ifndef CONFIG_NFS_V4_2Trond Myklebust
2015-10-15nfs42: add NFS_IOC_CLONE_RANGE ioctlPeng Tao
2015-10-15nfs42: respect clone_blksizePeng Tao
2015-10-15nfs42: add NFS_IOC_CLONE ioctlPeng Tao
2015-09-07NFSv4: Respect the server imposed limit on how many changes we may cacheTrond Myklebust
2015-08-27NFS: Make opened as optional argument in _nfs4_do_openKinglong Mee
2015-06-25nfs: verify open flags before allowing openBenjamin Coddington
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-04-23NFS: Reduce time spent holding the i_mutex during fallocate()Anna Schumaker
2015-04-23NFS: Don't zap caches on fallocate()Anna Schumaker
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-03-27NFSv4.1/pnfs: Separate out metadata and data consistency for pNFSTrond Myklebust
2015-03-27NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECTTrond Myklebust
2015-03-27NFSv4: Truncating file opens should also sync O_DIRECT writesTrond Myklebust
2015-03-27NFSv4: Allow tracing of NFSv4 fsync callsTrond Myklebust
2014-11-25nfs: Add DEALLOCATE supportAnna Schumaker
2014-11-25nfs: Add ALLOCATE supportAnna Schumaker
2014-10-18Merge tag 'nfs-for-3.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-09-30NFS: Implement SEEKAnna Schumaker
2014-09-09locks: consolidate "nolease" routinesJeff Layton
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12nfs: switch to iter_splice_write_file()Al Viro
2014-05-28nfs: commit layouts in fdatasyncChristoph Hellwig
2014-05-06nfs: switch to ->write_iter()Al Viro
2014-05-06nfs: switch to ->read_iter()Al Viro
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-10-28Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Trond Myklebust
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro
2013-09-27NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open()David Howells
2013-09-26NFSv4: Honour the 'opened' parameter in the atomic_open() filesystem methodTrond Myklebust
2013-06-06NFSv4: Move dentry instantiation into the NFSv4-specific atomic open codeTrond Myklebust
2013-02-22new helper: file_inode(file)Al Viro
2012-12-20NFS4: Open files for fscachingDavid Howells
2012-11-04NFSv4: Get rid of unnecessary BUG_ON()sTrond Myklebust