summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs42proc.c
AgeCommit message (Expand)Author
2023-10-11nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE opDai Ngo
2023-08-30NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQOlga Kornievskaia
2023-08-19NFSv4.2: fix error handling in nfs42_proc_getxattrFedor Pchelkin
2023-06-19NFSv4.2: SETXATTR should update ctimeAnna Schumaker
2023-02-15nfs42: do not fail with EIO if ssc returns NFS4ERR_OFFLOAD_DENIEDTigran Mkrtchyan
2022-10-27NFSv4.2: Fixup CLONE dest file size for zero-length countBenjamin Coddington
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-10-06Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-05NFSv4.2: Add a tracepoint for listxattrAnna Schumaker
2022-10-05NFSv4.2: Add tracepoints for getxattr, setxattr, and removexattrAnna Schumaker
2022-09-08NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATEAnna Schumaker
2022-09-01_nfs42_proc_copy(): use ->f_mapping instead of file_inode()->i_mappingAl Viro
2022-03-24NFS: replace usage of found with dedicated list iterator variableJakob Koschel
2022-03-22NFSv4/pnfs: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust
2022-02-25NFSv4.2/copyoffload: Convert GFP_NOFS to GFP_KERNELTrond Myklebust
2022-02-25NFSv4/flexfiles: Convert GFP_NOFS to GFP_KERNELTrond Myklebust
2022-02-25NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify()Xin Xiong
2022-01-06NFSv42: Fallocate and clone should also request 'blocks used'Trond Myklebust
2021-11-17NFSv42: Fix pagecache invalidation after COPY/CLONEBenjamin Coddington
2021-11-04NFSv4.2 add tracepoint to OFFLOAD_CANCELOlga Kornievskaia
2021-11-04NFSv4.2 add tracepoint to COPY_NOTIFYOlga Kornievskaia
2021-11-04NFSv4.2 add tracepoint to CLONEOlga Kornievskaia
2021-11-04NFSv4.2 add tracepoint to COPYOlga Kornievskaia
2021-11-04NFSv4.2 add tracepoints to FALLOCATE and DEALLOCATEOlga Kornievskaia
2021-11-04NFSv4.2 add tracepoint to SEEKOlga Kornievskaia
2021-04-14NFSv42: Don't force attribute revalidation of the copy offload sourceTrond Myklebust
2021-04-14NFSv42: Copy offload should update the file size when appropriateTrond Myklebust
2021-04-14NFSv4.2 fix handling of sr_eof in SEEK's replyOlga Kornievskaia
2021-04-12NFSv4.2: Always flush out writes in nfs42_proc_fallocate()Trond Myklebust
2021-04-12NFS: Fix attribute bitmask in _nfs42_proc_fallocate()Trond Myklebust
2021-03-08NFS: Fix open coded versions of nfs_set_cache_invalid() in NFSv4Trond Myklebust
2020-12-16NFSv4.2: fix error return on memory allocation failureColin Ian King
2020-12-14NFSv4.2: improve page handling for GETXATTRFrank van der Linden
2020-12-02NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever
2020-09-16NFSv4.2: fix client's attribute cache management for copy_file_rangeOlga Kornievskaia
2020-08-05NFS: Add tracepoints for layouterror and layoutstats.Trond Myklebust
2020-07-13NFSv4.2: add client side xattr caching.Frank van der Linden
2020-07-13NFSv4.2: add the extended attribute proc functions.Frank van der Linden
2020-02-04NFS: Fix memory leaksWenwen Wang
2020-01-15NFSv4.x recover from pre-mature loss of openstateidOlga Kornievskaia
2019-11-18NFSv4: Make _nfs42_proc_copy_notify() staticYueHaibing
2019-11-18NFS: Fallocate should use the nfs4_fattr_bitmapAnna Schumaker
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: also send OFFLOAD_CANCEL to source serverOlga Kornievskaia
2019-10-09NFS: COPY handle ERR_OFFLOAD_DENIEDOlga Kornievskaia
2019-10-09NFS: for "inter" copy treat ESTALE as ENOTSUPPOlga Kornievskaia
2019-10-09NFS: add ca_source_server<> to COPYOlga Kornievskaia
2019-10-09NFS: add COPY_NOTIFY operationOlga Kornievskaia
2019-04-11NFSv4.1 fix incorrect return value in copy_file_rangeOlga Kornievskaia