aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/xdr4.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26NFSD: Pack struct nfsd4_compoundresChuck Lever1-1/+1
2022-09-26NFSD: Remove unused nfsd4_compoundargs::cachetype fieldChuck Lever1-1/+0
2022-09-26NFSD: Remove "inline" directives on op_rsize_bop helpersChuck Lever1-1/+2
2022-09-26NFSD: Fix handling of oversized NFSv4 COMPOUND requestsChuck Lever1-1/+2
2022-07-29NFSD: verify the opened dentry after setting a delegationJeff Layton1-0/+1
2022-07-29NFSD: Move copy offload callback arguments into a separate structureChuck Lever1-4/+7
2022-07-29NFSD: Replace boolean fields in struct nfsd4_copyChuck Lever1-5/+28
2022-07-29NFSD: Reorder the fields in struct nfsd4_opChuck Lever1-2/+2
2022-07-29NFSD: Shrink size of struct nfsd4_copyChuck Lever1-1/+1
2022-07-29NFSD: Shrink size of struct nfsd4_copy_notifyChuck Lever1-2/+2
2022-07-29NFSD: Add an nfsd4_read::rd_eof fieldChuck Lever1-2/+3
2022-05-23NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever1-0/+1
2021-10-13SUNRPC: Change return value type of .pc_encodeChuck Lever1-1/+1
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever1-1/+1
2021-10-13NFSD: Save location of NFSv4 COMPOUND statusChuck Lever1-1/+2
2021-10-13SUNRPC: Change return value type of .pc_decodeChuck Lever1-1/+1
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever1-1/+1
2021-05-25NFSD add vfs_fsync after async copy is doneOlga Kornievskaia1-0/+1
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-6/+0
2021-03-22NFSD: Extract the svcxdr_init_encode() helperChuck Lever1-1/+1
2020-12-18NFSD: Fix sparse warning in nfssvc.cChuck Lever1-1/+0
2020-12-09nfsd: Record NFSv4 pre/post-op attributes as non-atomicTrond Myklebust1-1/+1
2020-12-09nfsd: simplify nfsd4_change_infoJ. Bruce Fields1-11/+0
2020-11-30NFSD: Remove macros that are no longer usedChuck Lever1-9/+0
2020-11-30NFSD: Make nfsd4_ops::opnum a u32Chuck Lever1-1/+1
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_copy()Chuck Lever1-1/+1
2020-11-30NFSD: Add a helper to decode state_protect4_aChuck Lever1-1/+1
2020-11-30NFSD: Add helper to decode OPEN's open_claim4 argumentChuck Lever1-1/+2
2020-11-30NFSD: Replace the internals of the READ_BUF() macroChuck Lever1-8/+2
2020-11-30NFSD: Add common helpers to decode void args and encode void resultsChuck Lever1-2/+0
2020-10-02NFSD: Encoder and decoder functions are always presentChuck Lever1-0/+1
2020-07-13nfsd: add structure definitions for xattr requests / responsesFrank van der Linden1-0/+31
2019-12-09NFSD add nfs4 inter ssc to nfsd4_copyOlga Kornievskaia1-0/+5
2019-12-09NFSD: allow inter server COPY to have a STALE source server fhOlga Kornievskaia1-0/+1
2019-12-09NFSD generalize nfsd4_compound_state flag namesOlga Kornievskaia1-3/+3
2019-12-09NFSD add COPY_NOTIFY operationOlga Kornievskaia1-1/+1
2019-12-09NFSD COPY_NOTIFY xdrOlga Kornievskaia1-0/+13
2019-12-09NFSD add ca_source_server<> to COPYOlga Kornievskaia1-5/+7
2019-08-19nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cacheJeff Layton1-10/+9
2019-07-03nfsd: decode implementation idJ. Bruce Fields1-0/+3
2019-07-03nfsd: use 64-bit seconds fields in nfsd v4 codeJ. Bruce Fields1-1/+1
2018-09-25NFSD introduce async copy featureOlga Kornievskaia1-0/+12
2018-09-25NFSD OFFLOAD_STATUS xdrOlga Kornievskaia1-0/+10
2018-09-25NFSD CB_OFFLOAD xdrOlga Kornievskaia1-0/+6
2018-04-03nfsd: fix incorrect umasksJ. Bruce Fields1-0/+2
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever1-0/+2
2018-03-19nfsd: remove unsused "cp_consecutive" fieldJ. Bruce Fields1-1/+0
2017-11-07nfsd4: fix cached replies to solo SEQUENCE compoundsJ. Bruce Fields1-2/+11
2017-09-05nfsd: Incoming xdr_bufs may have content in tail bufferChuck Lever1-0/+1
2017-08-24nfsd4: skip encoder in trivial error casesJ. Bruce Fields1-0/+2