summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4file.c
AgeCommit message (Expand)Author
2020-03-16NFSv4.2: error out when relink swapfileMurphy Zhou
2020-02-10NFSv4: Fix races between open and dentry revalidationTrond Myklebust
2020-01-15NFS: Add fs_context support.David Howells
2019-11-18NFSv4.2 fix memory leak in nfs42_ssc_openOlga Kornievskaia
2019-11-18NFSv4.2 fix kfree in __nfs42_copy_file_rangeOlga Kornievskaia
2019-11-18NFS: remove duplicated include from nfs4file.cYueHaibing
2019-10-09NFS: replace cross device check in copy_file_rangeOlga Kornievskaia
2019-10-09NFS based on file size issue sync copy or fallback to generic copy offloadOlga Kornievskaia
2019-10-09NFS: handle source server rebootOlga Kornievskaia
2019-10-09NFS: skip recovery of copy open on dest serverOlga Kornievskaia
2019-10-09NFS: inter ssc openOlga Kornievskaia
2019-10-09NFS: add ca_source_server<> to COPYOlga Kornievskaia
2019-10-09NFS: add COPY_NOTIFY operationOlga Kornievskaia
2019-08-19NFSv4: Fix return values for nfs4_file_open()Trond Myklebust
2019-07-18Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2019-07-06nfs: disable client side deduplicationDarrick J. Wong
2019-07-06NFSv4: Handle the special Linux file open access modeTrond Myklebust
2019-06-09vfs: allow copy_file_range to copy across devicesAmir Goldstein
2019-06-09vfs: no fallback for ->copy_file_rangeDave Chinner
2019-04-25Fix nfs4.2 return -EINVAL when do dedupe operationXiaoli Feng
2019-04-25NFS: Don't inadvertently clear writeback errorsTrond Myklebust
2019-04-11NFSv4.1 fix incorrect return value in copy_file_rangeOlga Kornievskaia
2019-01-15NFSv4.2 fix unnecessary retry in nfs4_copy_file_rangeOlga Kornievskaia
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong
2018-08-13NFS recover from destination server reboot for copiesOlga Kornievskaia
2018-08-08NFS: Mark expected switch fall-throughsGustavo A. R. Silva
2017-12-30nfs4file: get rid of pointless include of btrfs.hAl Viro
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