aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/xdr4.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-04nfsd: fix pNFS return on close semanticsSachin Bhamare1-0/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-03-31nfsd: Remove duplicate macro define for max sec label lengthKinglong Mee1-1/+0
2015-03-31nfsd: remove unused status arg to nfsd4_cleanup_open_stateJeff Layton1-1/+1
2015-02-02nfsd: implement pNFS operationsChristoph Hellwig1-0/+59
2014-11-07nfsd: Add DEALLOCATE supportAnna Schumaker1-0/+1
2014-11-07nfsd: Add ALLOCATE supportAnna Schumaker1-0/+8
2014-09-29NFSD: Implement SEEKAnna Schumaker1-0/+14
2014-07-31nfsd: Add a mutex to protect the NFSv4.0 open owner replay cacheJeff Layton1-1/+4
2014-07-09nfsd: Allow struct nfsd4_compound_state to cache the nfs4_clientJeff Layton1-0/+1
2014-07-08nfsd: Cleanup nfs4svc_encode_compoundresTrond Myklebust1-1/+1
2014-07-08nfsd4: replace defer_free by svcxdr_tmpallocJ. Bruce Fields1-4/+9
2014-07-08nfsd4: remove unused defer_free argumentJ. Bruce Fields1-1/+0
2014-07-08nfsd4: rename cr_linkname->cr_dataJ. Bruce Fields1-4/+4
2014-05-30nfsd4: allow large readdirsJ. Bruce Fields1-3/+2
2014-05-30nfsd4: more precise nfsd4_max_replyJ. Bruce Fields1-0/+1
2014-05-30nfsd4: convert 4.1 replay encodingJ. Bruce Fields1-1/+1
2014-05-30nfsd4: teach encoders to handle reserve_space failuresJ. Bruce Fields1-1/+1
2014-05-27nfsd4: fix encoding of out-of-space repliesJ. Bruce Fields1-0/+2
2014-05-23nfsd4: tweak nfsd4_encode_getattr to take xdr_streamJ. Bruce Fields1-3/+4
2014-05-23nfsd4: embed xdr_stream in nfsd4_compoundresJ. Bruce Fields1-3/+1
2014-03-28nfsd4: nfsd4_replay_cache_entry should be staticJ. Bruce Fields1-2/+0
2014-01-06Define op_iattr for nfsd4_open instead using macroKinglong Mee1-2/+1
2014-01-03nfsd: using nfsd4_encode_noop for encoding destroy_session/free_stateidKinglong Mee1-1/+0
2013-05-15NFSD: Server implementation of MAC LabelingDavid Quigley1-0/+4
2013-04-08nfsd4: cleanup handling of nfsv4.0 closed stateid'sJ. Bruce Fields1-0/+1
2013-04-03nfsd: remove unused macro in nfsv4Yanchuan Nian1-1/+0
2013-04-03nfsd4: handle seqid-mutating open errors from xdr decodingJ. Bruce Fields1-0/+1
2013-01-23nfsd4: simplify nfsd4_encode_fattr interface slightlyJ. Bruce Fields1-1/+1
2012-12-17nfsd4: disable zero-copy on non-final read opsJ. Bruce Fields1-0/+8
2012-11-26nfsd4: delay filling in write iovec array till after xdr decodingJ. Bruce Fields1-1/+0
2012-11-26nfsd4: move more write parameters into xdr argumentJ. Bruce Fields1-0/+2
2012-11-15nfsd: use service net instead of hard-coded init_netStanislav Kinsbursky1-1/+1
2012-11-07nfsd4: implement backchannel_ctl operationJ. Bruce Fields1-0/+2
2012-05-31nfsd4: int/__be32 fixesJ. Bruce Fields1-3/+3
2012-03-20NFSD: Fix nfs4_verifier memory alignmentChuck Lever1-2/+2
2012-02-17nfsd41: implement NFS4_SHARE_WANT_NO_DELEG, NFS4_OPEN_DELEGATE_NONE_EXT, why_no_delegBenny Halevy1-0/+1
2012-02-17NFSD: Clean up the test_stateid functionBryan Schumaker1-2/+7
2012-02-17nfsd41: split out share_access want and signal flags while decodingBenny Halevy1-2/+4
2012-02-15nfsd41: use current stateid by valueTigran Mkrtchyan1-2/+11
2012-02-15nfsd41: save and restore current stateid with current fhTigran Mkrtchyan1-0/+1
2012-02-15nfsd41: handle current stateid in open and closeTigran Mkrtchyan1-0/+1
2012-02-14nfsd4: rearrange struct nfsd4_slotJ. Bruce Fields1-1/+2
2011-10-24nfs41: implement DESTROY_CLIENTID operationMi Jinlong1-0/+5
2011-10-17nfsd4: warn on open failure after createJ. Bruce Fields1-1/+2
2011-10-17nfsd4: preallocate open stateid in process_open1()J. Bruce Fields1-0/+1
2011-10-17nfsd4: preallocate nfs4_file in process_open1()J. Bruce Fields1-0/+1
2011-10-17nfsd4: clean up open owners on OPEN failureJ. Bruce Fields1-0/+1
2011-10-11nfsd4: move name-length checks to xdrJ. Bruce Fields1-2/+1