summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4file.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: make sure open context mode have FMODE_EXEC when file open for execChenXiaoSong2022-12-061-8/+4
* NFSv4.2 fix problems with __nfs42_ssc_openOlga Kornievskaia2022-08-191-0/+6
* NFSv4: Add FMODE_CAN_ODIRECT after successful open of a NFS4.x fileDave Wysochanski2022-06-151-0/+1
* Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-041-2/+2
|\
| * m->mnt_root->d_inode->i_sb is a weird way to spell m->mnt_sb...Al Viro2022-05-191-2/+2
* | NFSv4: fix open failure with O_ACCMODE flagChenXiaoSong2022-03-291-2/+4
* | Revert "NFSv4: Handle the special Linux file open access mode"ChenXiaoSong2022-03-291-1/+1
|/
* NFSv4.2/copyoffload: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-251-2/+2
* NFS: simplify check for freeing cn_respTom Rix2022-02-251-2/+2
* NFS: Remove the nfs4_label argument from nfs_fhget()Anna Schumaker2021-11-051-2/+1
* NFS: Remove the nfs4_label from the nfs4_getattr_resAnna Schumaker2021-11-051-1/+1
* NFSv4.2: alloc_file_pseudo() takes an open flag, not an f_modeTrond Myklebust2021-11-051-2/+1
* NFS: Don't allocate nfs_fattr on the stack in __nfs42_ssc_open()Trond Myklebust2021-11-051-4/+6
* NFSv4.2: remove restriction of copy size for inter-server copy.Dai Ngo2021-08-101-6/+4
* NFSv4: Add support for application leases underpinned by a delegationTrond Myklebust2021-06-131-1/+7
* NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 configZhang Xiaoxu2021-05-271-1/+1
* NFSv4.2: Remove ifdef CONFIG_NFSD from NFSv4.2 client SSC code.Dai Ngo2021-04-261-4/+0
* NFSv4_2: SSC helper should use its own config.Dai Ngo2021-01-281-0/+4
* NFSv4.2: Fix 5 seconds delay when doing inter server copyDai Ngo2020-12-101-1/+1
* Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-10-221-6/+32
|\
| * NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo2020-10-211-6/+32
* | NFS4: Fix oops when copy_file_range is attempted with NFS4.0 sourceDave Wysochanski2020-09-211-1/+2
|/
* 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