summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/xdr4.h
Commit message (Expand)AuthorAgeFilesLines
* NFSD: Fix sparse warning in nfssvc.cChuck Lever2020-12-181-1/+0
* nfsd: Record NFSv4 pre/post-op attributes as non-atomicTrond Myklebust2020-12-091-1/+1
* nfsd: simplify nfsd4_change_infoJ. Bruce Fields2020-12-091-11/+0
* NFSD: Remove macros that are no longer usedChuck Lever2020-11-301-9/+0
* NFSD: Make nfsd4_ops::opnum a u32Chuck Lever2020-11-301-1/+1
* NFSD: Replace READ* macros in nfsd4_decode_copy()Chuck Lever2020-11-301-1/+1
* NFSD: Add a helper to decode state_protect4_aChuck Lever2020-11-301-1/+1
* NFSD: Add helper to decode OPEN's open_claim4 argumentChuck Lever2020-11-301-1/+2
* NFSD: Replace the internals of the READ_BUF() macroChuck Lever2020-11-301-8/+2
* NFSD: Add common helpers to decode void args and encode void resultsChuck Lever2020-11-301-2/+0
* NFSD: Encoder and decoder functions are always presentChuck Lever2020-10-021-0/+1
* nfsd: add structure definitions for xattr requests / responsesFrank van der Linden2020-07-131-0/+31
* NFSD add nfs4 inter ssc to nfsd4_copyOlga Kornievskaia2019-12-091-0/+5
* NFSD: allow inter server COPY to have a STALE source server fhOlga Kornievskaia2019-12-091-0/+1
* NFSD generalize nfsd4_compound_state flag namesOlga Kornievskaia2019-12-091-3/+3
* NFSD add COPY_NOTIFY operationOlga Kornievskaia2019-12-091-1/+1
* NFSD COPY_NOTIFY xdrOlga Kornievskaia2019-12-091-0/+13
* NFSD add ca_source_server<> to COPYOlga Kornievskaia2019-12-091-5/+7
* nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cacheJeff Layton2019-08-191-10/+9
* nfsd: decode implementation idJ. Bruce Fields2019-07-031-0/+3
* nfsd: use 64-bit seconds fields in nfsd v4 codeJ. Bruce Fields2019-07-031-1/+1
* NFSD introduce async copy featureOlga Kornievskaia2018-09-251-0/+12
* NFSD OFFLOAD_STATUS xdrOlga Kornievskaia2018-09-251-0/+10
* NFSD CB_OFFLOAD xdrOlga Kornievskaia2018-09-251-0/+6
* nfsd: fix incorrect umasksJ. Bruce Fields2018-04-031-0/+2
* NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever2018-04-031-0/+2
* nfsd: remove unsused "cp_consecutive" fieldJ. Bruce Fields2018-03-191-1/+0
* nfsd4: fix cached replies to solo SEQUENCE compoundsJ. Bruce Fields2017-11-071-2/+11
* nfsd: Incoming xdr_bufs may have content in tail bufferChuck Lever2017-09-051-0/+1
* nfsd4: skip encoder in trivial error casesJ. Bruce Fields2017-08-241-0/+2
* nfsd4: define ->op_release for compound opsJ. Bruce Fields2017-08-241-0/+1
* nfsd4: opdesc will be useful outside nfs4proc.cJ. Bruce Fields2017-08-241-0/+2
* nfsd4: move some nfsd4 op definitions to xdr4.hJ. Bruce Fields2017-08-011-0/+44
* nfsd4: properly type op_func callbacksChristoph Hellwig2017-05-151-35/+31
* nfsd4: properly type op_set_currentstateid callbacksChristoph Hellwig2017-05-151-1/+1
* sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-151-3/+2
* sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-151-2/+1
* sunrpc: properly type pc_release callbacksChristoph Hellwig2017-05-151-1/+1
* NFSD: Implement the COPY callAnna Schumaker2016-10-071-0/+23
* nfsd: implement machine credential support for some operationsAndrew Elble2016-07-131-0/+3
* nfsd: allow mach_creds_match to be used more broadlyAndrew Elble2016-07-131-0/+2
* nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig2015-12-071-0/+10
* nfsd: switch unsigned char flags in svc_fh to boolsJeff Layton2015-10-121-1/+1
* nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig2015-06-221-0/+1
* nfsd: fix pNFS return on close semanticsSachin Bhamare2015-05-041-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* | nfsd: Remove duplicate macro define for max sec label lengthKinglong Mee2015-03-311-1/+0
* | nfsd: remove unused status arg to nfsd4_cleanup_open_stateJeff Layton2015-03-311-1/+1
|/
* nfsd: implement pNFS operationsChristoph Hellwig2015-02-021-0/+59