summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-06Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever1-1/+1
2023-01-02nfsd: fix handling of readdir in v4root vs. mount upcall timeoutJeff Layton1-0/+11
2022-12-10NFSD: Avoid clashing function prototypesKees Cook1-255/+377
2022-11-28NFSD: Simplify READ_PLUSAnna Schumaker1-107/+32
2022-09-26NFSD: Clean up nfs4svc_encode_compoundres()Chuck Lever1-4/+0
2022-09-26NFSD: Reduce amount of struct nfsd4_compoundargs that needs clearingChuck Lever1-11/+50
2022-09-26NFSD: Return nfserr_serverfault if splice_ok but buf->pages have dataAnna Schumaker1-1/+1
2022-09-26nfsd: clean up mounted_on_fileid handlingJeff Layton1-7/+9
2022-09-26NFSD: Fix handling of oversized NFSv4 COMPOUND requestsChuck Lever1-9/+3
2022-09-26NFSD: Increase NFSD_MAX_OPS_PER_COMPOUNDChuck Lever1-3/+4
2022-07-29NFSD: Replace boolean fields in struct nfsd4_copyChuck Lever1-6/+6
2022-07-29NFSD: Shrink size of struct nfsd4_copyChuck Lever1-1/+4
2022-07-29NFSD: Shrink size of struct nfsd4_copy_notifyChuck Lever1-2/+10
2022-07-29NFSD: nfserrno(-ENOMEM) is nfserr_jukeboxChuck Lever1-2/+2
2022-07-29NFSD: Clean up nfsd4_encode_readlink()Chuck Lever1-15/+9
2022-07-29NFSD: Use xdr_pad_size()Chuck Lever1-7/+4
2022-07-29NFSD: Simplify starting_lenChuck Lever1-5/+4
2022-07-29NFSD: Optimize nfsd4_encode_readv()Chuck Lever1-12/+6
2022-07-29NFSD: Add an nfsd4_read::rd_eof fieldChuck Lever1-6/+5
2022-07-29NFSD: Clean up SPLICE_OK in nfsd4_encode_read()Chuck Lever1-5/+4
2022-07-29NFSD: Optimize nfsd4_encode_fattr()Chuck Lever1-7/+4
2022-07-29NFSD: Optimize nfsd4_encode_operation()Chuck Lever1-2/+1
2022-07-11NFSD: Decode NFSv4 birth time attributeChuck Lever1-0/+9
2022-05-23SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever1-1/+1
2022-02-28nfsd: Add support for the birth time attributeOndrej Valousek1-0/+10
2022-02-09NFSD: Deprecate NFS_OFFSET_MAXChuck Lever1-1/+1
2022-02-09NFSD: Fix the behavior of READ near OFFSET_MAXChuck Lever1-6/+2
2022-01-08NFSD: De-duplicate nfsd4_decode_bitmap4()Chuck Lever1-14/+3
2021-12-13NFSD: Fix inconsistent indentingJiapeng Chong1-2/+2
2021-11-17Merge tag 'nfsd-5.16-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-5/+2
2021-11-15NFSD: Fix exposure in nfsd4_decode_bitmap()Chuck Lever1-5/+2
2021-11-10Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-23/+29
2021-10-13SUNRPC: Change return value type of .pc_encodeChuck Lever1-2/+2
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever1-3/+4
2021-10-13NFSD: Save location of NFSv4 COMPOUND statusChuck Lever1-2/+7
2021-10-13SUNRPC: Change return value type of .pc_decodeChuck Lever1-12/+12
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever1-2/+2
2021-10-02NFSD: simplify struct nfsfhNeilBrown1-2/+2
2021-09-30nfsd4: Handle the NFSv4 READDIR 'dircount' hint being zeroTrond Myklebust1-8/+11
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-6/+0
2021-03-22NFSD: Extract the svcxdr_init_encode() helperChuck Lever1-55/+55
2020-12-18NFSD: Restore NFSv4 decoding's SAVEMEM functionalityChuck Lever1-16/+26
2020-12-18nfsd: Don't set eof on a truncated READ_PLUSTrond Myklebust1-4/+5
2020-12-18nfsd: Fixes for nfsd4_encode_read_plus_data()Trond Myklebust1-0/+5
2020-12-09Revert "nfsd4: support change_attr_type attribute"J. Bruce Fields1-10/+0
2020-12-09nfsd: simplify nfsd4_change_infoJ. Bruce Fields1-9/+2
2020-12-09nfsd: only call inode_query_iversion in the I_VERSION caseJ. Bruce Fields1-5/+1
2020-11-30NFSD: Remove macros that are no longer usedChuck Lever1-40/+0
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_compound()Chuck Lever1-40/+29
2020-11-30NFSD: Make nfsd4_ops::opnum a u32Chuck Lever1-4/+3