summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4file.c
AgeCommit message (Expand)Author
2024-02-05filelock: split leases out of struct file_lockJeff Layton
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein
2023-07-10fs: Pass argument to fcntl_setlease as intLuca Vizzarro
2023-05-24nfs: Provide a splice-read wrapperDavid Howells
2022-12-06NFS: make sure open context mode have FMODE_EXEC when file open for execChenXiaoSong
2022-08-19NFSv4.2 fix problems with __nfs42_ssc_openOlga Kornievskaia
2022-06-15NFSv4: Add FMODE_CAN_ODIRECT after successful open of a NFS4.x fileDave Wysochanski
2022-06-04Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-19m->mnt_root->d_inode->i_sb is a weird way to spell m->mnt_sb...Al Viro
2022-03-29NFSv4: fix open failure with O_ACCMODE flagChenXiaoSong
2022-03-29Revert "NFSv4: Handle the special Linux file open access mode"ChenXiaoSong
2022-02-25NFSv4.2/copyoffload: Convert GFP_NOFS to GFP_KERNELTrond Myklebust
2022-02-25NFS: simplify check for freeing cn_respTom Rix
2021-11-05NFS: Remove the nfs4_label argument from nfs_fhget()Anna Schumaker
2021-11-05NFS: Remove the nfs4_label from the nfs4_getattr_resAnna Schumaker
2021-11-05NFSv4.2: alloc_file_pseudo() takes an open flag, not an f_modeTrond Myklebust
2021-11-05NFS: Don't allocate nfs_fattr on the stack in __nfs42_ssc_open()Trond Myklebust
2021-08-10NFSv4.2: remove restriction of copy size for inter-server copy.Dai Ngo
2021-06-13NFSv4: Add support for application leases underpinned by a delegationTrond Myklebust
2021-05-27NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 configZhang Xiaoxu
2021-04-26NFSv4.2: Remove ifdef CONFIG_NFSD from NFSv4.2 client SSC code.Dai Ngo
2021-01-28NFSv4_2: SSC helper should use its own config.Dai Ngo
2020-12-10NFSv4.2: Fix 5 seconds delay when doing inter server copyDai Ngo
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo
2020-09-21NFS4: Fix oops when copy_file_range is attempted with NFS4.0 sourceDave Wysochanski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-01nfs: ensure correct writeback errors are returned on close()Scott Mayhew
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