Age | Commit message (Expand) | Author |
2023-10-11 | nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE op | Dai Ngo |
2023-08-30 | NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQ | Olga Kornievskaia |
2023-08-19 | NFSv4.2: fix error handling in nfs42_proc_getxattr | Fedor Pchelkin |
2023-06-19 | NFSv4.2: SETXATTR should update ctime | Anna Schumaker |
2023-02-15 | nfs42: do not fail with EIO if ssc returns NFS4ERR_OFFLOAD_DENIED | Tigran Mkrtchyan |
2022-10-27 | NFSv4.2: Fixup CLONE dest file size for zero-length count | Benjamin Coddington |
2022-10-13 | Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2022-10-06 | Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-10-05 | NFSv4.2: Add a tracepoint for listxattr | Anna Schumaker |
2022-10-05 | NFSv4.2: Add tracepoints for getxattr, setxattr, and removexattr | Anna Schumaker |
2022-09-08 | NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE | Anna Schumaker |
2022-09-01 | _nfs42_proc_copy(): use ->f_mapping instead of file_inode()->i_mapping | Al Viro |
2022-03-24 | NFS: replace usage of found with dedicated list iterator variable | Jakob Koschel |
2022-03-22 | NFSv4/pnfs: Ensure pNFS allocation modes are consistent with nfsiod | Trond Myklebust |
2022-02-25 | NFSv4.2/copyoffload: Convert GFP_NOFS to GFP_KERNEL | Trond Myklebust |
2022-02-25 | NFSv4/flexfiles: Convert GFP_NOFS to GFP_KERNEL | Trond Myklebust |
2022-02-25 | NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify() | Xin Xiong |
2022-01-06 | NFSv42: Fallocate and clone should also request 'blocks used' | Trond Myklebust |
2021-11-17 | NFSv42: Fix pagecache invalidation after COPY/CLONE | Benjamin Coddington |
2021-11-04 | NFSv4.2 add tracepoint to OFFLOAD_CANCEL | Olga Kornievskaia |
2021-11-04 | NFSv4.2 add tracepoint to COPY_NOTIFY | Olga Kornievskaia |
2021-11-04 | NFSv4.2 add tracepoint to CLONE | Olga Kornievskaia |
2021-11-04 | NFSv4.2 add tracepoint to COPY | Olga Kornievskaia |
2021-11-04 | NFSv4.2 add tracepoints to FALLOCATE and DEALLOCATE | Olga Kornievskaia |
2021-11-04 | NFSv4.2 add tracepoint to SEEK | Olga Kornievskaia |
2021-04-14 | NFSv42: Don't force attribute revalidation of the copy offload source | Trond Myklebust |
2021-04-14 | NFSv42: Copy offload should update the file size when appropriate | Trond Myklebust |
2021-04-14 | NFSv4.2 fix handling of sr_eof in SEEK's reply | Olga Kornievskaia |
2021-04-12 | NFSv4.2: Always flush out writes in nfs42_proc_fallocate() | Trond Myklebust |
2021-04-12 | NFS: Fix attribute bitmask in _nfs42_proc_fallocate() | Trond Myklebust |
2021-03-08 | NFS: Fix open coded versions of nfs_set_cache_invalid() in NFSv4 | Trond Myklebust |
2020-12-16 | NFSv4.2: fix error return on memory allocation failure | Colin Ian King |
2020-12-14 | NFSv4.2: improve page handling for GETXATTR | Frank van der Linden |
2020-12-02 | NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operation | Chuck Lever |
2020-09-16 | NFSv4.2: fix client's attribute cache management for copy_file_range | Olga Kornievskaia |
2020-08-05 | NFS: Add tracepoints for layouterror and layoutstats. | Trond Myklebust |
2020-07-13 | NFSv4.2: add client side xattr caching. | Frank van der Linden |
2020-07-13 | NFSv4.2: add the extended attribute proc functions. | Frank van der Linden |
2020-02-04 | NFS: Fix memory leaks | Wenwen Wang |
2020-01-15 | NFSv4.x recover from pre-mature loss of openstateid | Olga Kornievskaia |
2019-11-18 | NFSv4: Make _nfs42_proc_copy_notify() static | YueHaibing |
2019-11-18 | NFS: Fallocate should use the nfs4_fattr_bitmap | Anna Schumaker |
2019-10-09 | NFS based on file size issue sync copy or fallback to generic copy offload | Olga Kornievskaia |
2019-10-09 | NFS: handle source server reboot | Olga Kornievskaia |
2019-10-09 | NFS: also send OFFLOAD_CANCEL to source server | Olga Kornievskaia |
2019-10-09 | NFS: COPY handle ERR_OFFLOAD_DENIED | Olga Kornievskaia |
2019-10-09 | NFS: for "inter" copy treat ESTALE as ENOTSUPP | Olga Kornievskaia |
2019-10-09 | NFS: add ca_source_server<> to COPY | Olga Kornievskaia |
2019-10-09 | NFS: add COPY_NOTIFY operation | Olga Kornievskaia |
2019-04-11 | NFSv4.1 fix incorrect return value in copy_file_range | Olga Kornievskaia |