summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs42proc.c
Commit message (Expand)AuthorAgeFilesLines
* nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE opDai Ngo2023-10-111-1/+2
* NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQOlga Kornievskaia2023-08-301-2/+3
* NFSv4.2: fix error handling in nfs42_proc_getxattrFedor Pchelkin2023-08-191-3/+2
* NFSv4.2: SETXATTR should update ctimeAnna Schumaker2023-06-191-4/+21
* nfs42: do not fail with EIO if ssc returns NFS4ERR_OFFLOAD_DENIEDTigran Mkrtchyan2023-02-151-1/+2
* NFSv4.2: Fixup CLONE dest file size for zero-length countBenjamin Coddington2022-10-271-0/+3
* Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-10-131-0/+4
|\
| * NFSv4.2: Add a tracepoint for listxattrAnna Schumaker2022-10-051-0/+1
| * NFSv4.2: Add tracepoints for getxattr, setxattr, and removexattrAnna Schumaker2022-10-051-0/+3
* | Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-061-1/+1
|\ \ | |/ |/|
| * _nfs42_proc_copy(): use ->f_mapping instead of file_inode()->i_mappingAl Viro2022-09-011-1/+1
* | NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATEAnna Schumaker2022-09-081-2/+7
|/
* NFS: replace usage of found with dedicated list iterator variableJakob Koschel2022-03-241-7/+6
* NFSv4/pnfs: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust2022-03-221-1/+1
* NFSv4.2/copyoffload: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-251-5/+5
* NFSv4/flexfiles: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-251-1/+1
* NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify()Xin Xiong2022-02-251-3/+6
* NFSv42: Fallocate and clone should also request 'blocks used'Trond Myklebust2022-01-061-5/+8
* NFSv42: Fix pagecache invalidation after COPY/CLONEBenjamin Coddington2021-11-171-1/+3
* NFSv4.2 add tracepoint to OFFLOAD_CANCELOlga Kornievskaia2021-11-041-0/+1
* NFSv4.2 add tracepoint to COPY_NOTIFYOlga Kornievskaia2021-11-041-0/+1
* NFSv4.2 add tracepoint to CLONEOlga Kornievskaia2021-11-041-0/+1
* NFSv4.2 add tracepoint to COPYOlga Kornievskaia2021-11-041-0/+1
* NFSv4.2 add tracepoints to FALLOCATE and DEALLOCATEOlga Kornievskaia2021-11-041-0/+4
* NFSv4.2 add tracepoint to SEEKOlga Kornievskaia2021-11-041-0/+1
* NFSv42: Don't force attribute revalidation of the copy offload sourceTrond Myklebust2021-04-141-6/+1
* NFSv42: Copy offload should update the file size when appropriateTrond Myklebust2021-04-141-9/+32
* NFSv4.2 fix handling of sr_eof in SEEK's replyOlga Kornievskaia2021-04-141-1/+4
* NFSv4.2: Always flush out writes in nfs42_proc_fallocate()Trond Myklebust2021-04-121-7/+9
* NFS: Fix attribute bitmask in _nfs42_proc_fallocate()Trond Myklebust2021-04-121-2/+8
* NFS: Fix open coded versions of nfs_set_cache_invalid() in NFSv4Trond Myklebust2021-03-081-5/+7
* NFSv4.2: fix error return on memory allocation failureColin Ian King2020-12-161-0/+1
* NFSv4.2: improve page handling for GETXATTRFrank van der Linden2020-12-141-11/+36
* NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever2020-12-021-8/+13
* NFSv4.2: fix client's attribute cache management for copy_file_rangeOlga Kornievskaia2020-09-161-1/+9
* NFS: Add tracepoints for layouterror and layoutstats.Trond Myklebust2020-08-051-2/+8
* NFSv4.2: add client side xattr caching.Frank van der Linden2020-07-131-0/+12
* NFSv4.2: add the extended attribute proc functions.Frank van der Linden2020-07-131-0/+236
* NFS: Fix memory leaksWenwen Wang2020-02-041-2/+2
* NFSv4.x recover from pre-mature loss of openstateidOlga Kornievskaia2020-01-151-8/+28
* NFSv4: Make _nfs42_proc_copy_notify() staticYueHaibing2019-11-181-3/+3
* NFS: Fallocate should use the nfs4_fattr_bitmapAnna Schumaker2019-11-181-1/+1
* NFS based on file size issue sync copy or fallback to generic copy offloadOlga Kornievskaia2019-10-091-2/+2
* NFS: handle source server rebootOlga Kornievskaia2019-10-091-21/+47
* NFS: also send OFFLOAD_CANCEL to source serverOlga Kornievskaia2019-10-091-4/+8
* NFS: COPY handle ERR_OFFLOAD_DENIEDOlga Kornievskaia2019-10-091-1/+2
* NFS: for "inter" copy treat ESTALE as ENOTSUPPOlga Kornievskaia2019-10-091-0/+5
* NFS: add ca_source_server<> to COPYOlga Kornievskaia2019-10-091-9/+17
* NFS: add COPY_NOTIFY operationOlga Kornievskaia2019-10-091-0/+91
* NFSv4.1 fix incorrect return value in copy_file_rangeOlga Kornievskaia2019-04-111-3/+0