summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4file.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo2020-10-211-6/+32
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* nfs: ensure correct writeback errors are returned on close()Scott Mayhew2020-08-011-1/+4
* NFSv4.2: error out when relink swapfileMurphy Zhou2020-03-161-0/+3
* NFSv4: Fix races between open and dentry revalidationTrond Myklebust2020-02-101-1/+0
* NFS: Add fs_context support.David Howells2020-01-151-0/+1
* NFSv4.2 fix memory leak in nfs42_ssc_openOlga Kornievskaia2019-11-181-4/+6
* NFSv4.2 fix kfree in __nfs42_copy_file_rangeOlga Kornievskaia2019-11-181-1/+2
* NFS: remove duplicated include from nfs4file.cYueHaibing2019-11-181-1/+0
* NFS: replace cross device check in copy_file_rangeOlga Kornievskaia2019-10-091-1/+1
* NFS based on file size issue sync copy or fallback to generic copy offloadOlga Kornievskaia2019-10-091-1/+15
* NFS: handle source server rebootOlga Kornievskaia2019-10-091-0/+3
* NFS: skip recovery of copy open on dest serverOlga Kornievskaia2019-10-091-0/+1
* NFS: inter ssc openOlga Kornievskaia2019-10-091-0/+94
* NFS: add ca_source_server<> to COPYOlga Kornievskaia2019-10-091-1/+6
* NFS: add COPY_NOTIFY operationOlga Kornievskaia2019-10-091-1/+19
* NFSv4: Fix return values for nfs4_file_open()Trond Myklebust2019-08-191-6/+6
* Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-07-181-2/+6
|\
| * nfs: disable client side deduplicationDarrick J. Wong2019-07-061-1/+5
| * NFSv4: Handle the special Linux file open access modeTrond Myklebust2019-07-061-1/+1
* | vfs: allow copy_file_range to copy across devicesAmir Goldstein2019-06-091-1/+4
* | vfs: no fallback for ->copy_file_rangeDave Chinner2019-06-091-3/+17
|/
* Fix nfs4.2 return -EINVAL when do dedupe operationXiaoli Feng2019-04-251-1/+1
* NFS: Don't inadvertently clear writeback errorsTrond Myklebust2019-04-251-1/+1
* NFSv4.1 fix incorrect return value in copy_file_rangeOlga Kornievskaia2019-04-111-1/+3
* NFSv4.2 fix unnecessary retry in nfs4_copy_file_rangeOlga Kornievskaia2019-01-151-7/+1
* vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-3/+3
* vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong2018-10-301-3/+7
* NFS recover from destination server reboot for copiesOlga Kornievskaia2018-08-131-2/+7
* NFS: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+1
* nfs4file: get rid of pointless include of btrfs.hAl Viro2017-12-301-1/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* NFSv4: add flock_owner to open contextNeilBrown2016-12-011-1/+1
* switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-051-1/+1
* NFSv4: Revert "Truncating file opens should also sync O_DIRECT writes"Trond Myklebust2016-07-141-1/+1
* NFSv4.2: Fix writeback races in nfs4_copy_file_rangeTrond Myklebust2016-07-051-13/+1
* NFS: Add COPY nfs operationAnna Schumaker2016-05-171-0/+23
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-071-2/+2
|\
| * nfs: use file_dentry()Miklos Szeredi2016-03-261-2/+2
* | nfs: remove nfs4_file_fsyncChristoph Hellwig2016-03-161-32/+1
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-12/+12
* vfs: pull btrfs clone API to vfs layerChristoph Hellwig2015-12-071-77/+10
* nfs: reduce the amount of ifdefs for v4.2 in nfs4file.cChristoph Hellwig2015-11-231-20/+7
* nfs: use btrfs ioctl defintions for cloneChristoph Hellwig2015-11-231-4/+6
* nfs: allow intra-file CLONEChristoph Hellwig2015-11-231-5/+14
* nfs: offer native ioctls even if CONFIG_COMPAT is setChristoph Hellwig2015-11-231-3/+0
* NFS: Fix an 'unused variable' complaint when #ifndef CONFIG_NFS_V4_2Trond Myklebust2015-10-151-2/+11
* nfs42: add NFS_IOC_CLONE_RANGE ioctlPeng Tao2015-10-151-0/+14
* nfs42: respect clone_blksizePeng Tao2015-10-151-0/+11
* nfs42: add NFS_IOC_CLONE ioctlPeng Tao2015-10-151-0/+102