summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4file.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-13NFSv4: fix open failure with O_ACCMODE flagChenXiaoSong1-2/+4
2022-04-13Revert "NFSv4: Handle the special Linux file open access mode"ChenXiaoSong1-1/+1
2021-08-10NFSv4.2: remove restriction of copy size for inter-server copy.Dai Ngo1-6/+4
2021-06-14NFSv4: Add support for application leases underpinned by a delegationTrond Myklebust1-1/+7
2021-05-27NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 configZhang Xiaoxu1-1/+1
2021-04-26NFSv4.2: Remove ifdef CONFIG_NFSD from NFSv4.2 client SSC code.Dai Ngo1-4/+0
2021-01-28NFSv4_2: SSC helper should use its own config.Dai Ngo1-0/+4
2020-12-11NFSv4.2: Fix 5 seconds delay when doing inter server copyDai Ngo1-1/+1
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-6/+32
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo1-6/+32
2020-09-21NFS4: Fix oops when copy_file_range is attempted with NFS4.0 sourceDave Wysochanski1-1/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-01nfs: ensure correct writeback errors are returned on close()Scott Mayhew1-1/+4
2020-03-16NFSv4.2: error out when relink swapfileMurphy Zhou1-0/+3
2020-02-10NFSv4: Fix races between open and dentry revalidationTrond Myklebust1-1/+0
2020-01-15NFS: Add fs_context support.David Howells1-0/+1
2019-11-18NFSv4.2 fix memory leak in nfs42_ssc_openOlga Kornievskaia1-4/+6
2019-11-18NFSv4.2 fix kfree in __nfs42_copy_file_rangeOlga Kornievskaia1-1/+2
2019-11-18NFS: remove duplicated include from nfs4file.cYueHaibing1-1/+0
2019-10-09NFS: replace cross device check in copy_file_rangeOlga Kornievskaia1-1/+1
2019-10-09NFS based on file size issue sync copy or fallback to generic copy offloadOlga Kornievskaia1-1/+15
2019-10-09NFS: handle source server rebootOlga Kornievskaia1-0/+3
2019-10-09NFS: skip recovery of copy open on dest serverOlga Kornievskaia1-0/+1
2019-10-09NFS: inter ssc openOlga Kornievskaia1-0/+94
2019-10-09NFS: add ca_source_server<> to COPYOlga Kornievskaia1-1/+6
2019-10-09NFS: add COPY_NOTIFY operationOlga Kornievskaia1-1/+19
2019-08-19NFSv4: Fix return values for nfs4_file_open()Trond Myklebust1-6/+6
2019-07-19Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+6
2019-07-06nfs: disable client side deduplicationDarrick J. Wong1-1/+5
2019-07-06NFSv4: Handle the special Linux file open access modeTrond Myklebust1-1/+1
2019-06-09vfs: allow copy_file_range to copy across devicesAmir Goldstein1-1/+4
2019-06-09vfs: no fallback for ->copy_file_rangeDave Chinner1-3/+17
2019-04-25Fix nfs4.2 return -EINVAL when do dedupe operationXiaoli Feng1-1/+1
2019-04-25NFS: Don't inadvertently clear writeback errorsTrond Myklebust1-1/+1
2019-04-11NFSv4.1 fix incorrect return value in copy_file_rangeOlga Kornievskaia1-1/+3
2019-01-15NFSv4.2 fix unnecessary retry in nfs4_copy_file_rangeOlga Kornievskaia1-7/+1
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong1-3/+3
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong1-3/+7
2018-08-14NFS recover from destination server reboot for copiesOlga Kornievskaia1-2/+7
2018-08-08NFS: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-12-30nfs4file: get rid of pointless include of btrfs.hAl Viro1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-02NFSv4: add flock_owner to open contextNeilBrown1-1/+1
2016-10-06switch generic_file_splice_read() to use of ->read_iter()Al Viro1-1/+1
2016-07-14NFSv4: Revert "Truncating file opens should also sync O_DIRECT writes"Trond Myklebust1-1/+1
2016-07-06NFSv4.2: Fix writeback races in nfs4_copy_file_rangeTrond Myklebust1-13/+1
2016-05-17NFS: Add COPY nfs operationAnna Schumaker1-0/+23
2016-04-08Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2016-03-26nfs: use file_dentry()Miklos Szeredi1-2/+2
2016-03-16nfs: remove nfs4_file_fsyncChristoph Hellwig1-32/+1