aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/xdr4.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-24nfsd4: define ->op_release for compound opsJ. Bruce Fields1-0/+1
2017-08-24nfsd4: opdesc will be useful outside nfs4proc.cJ. Bruce Fields1-0/+2
2017-08-01nfsd4: move some nfsd4 op definitions to xdr4.hJ. Bruce Fields1-0/+44
2017-05-15nfsd4: properly type op_func callbacksChristoph Hellwig1-35/+31
2017-05-15nfsd4: properly type op_set_currentstateid callbacksChristoph Hellwig1-1/+1
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig1-3/+2
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig1-2/+1
2017-05-15sunrpc: properly type pc_release callbacksChristoph Hellwig1-1/+1
2016-10-07NFSD: Implement the COPY callAnna Schumaker1-0/+23
2016-07-13nfsd: implement machine credential support for some operationsAndrew Elble1-0/+3
2016-07-13nfsd: allow mach_creds_match to be used more broadlyAndrew Elble1-0/+2
2015-12-07nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig1-0/+10