aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-28nfsd4: keep xdr buf length updatedJ. Bruce Fields1-0/+2
2014-05-28nfsd4: use xdr_stream throughout compound encodingJ. Bruce Fields1-1/+1
2014-05-28nfsd4: use xdr_reserve_space in attribute encodingJ. Bruce Fields1-0/+1
2014-05-27nfsd4: fix encoding of out-of-space repliesJ. Bruce Fields1-4/+9
2014-05-23nfsd4: reserve head space for krb5 integ/priv infoJ. Bruce Fields1-1/+1
2014-05-23nfsd4: move proc_compound xdr encode init to helperJ. Bruce Fields1-4/+13
2014-05-23nfsd4: tweak nfsd4_encode_getattr to take xdr_streamJ. Bruce Fields1-3/+3
2014-05-23nfsd4: embed xdr_stream in nfsd4_compoundresJ. Bruce Fields1-6/+6
2014-05-23nfsd4: decoding errors can still be cached and require spaceJ. Bruce Fields1-0/+2
2014-05-23nfsd4: fix write reply size estimateJ. Bruce Fields1-1/+1
2014-05-23nfsd4: read size estimate should include paddingJ. Bruce Fields1-1/+1
2014-05-23nfsd4: READ, READDIR, etc., are idempotentJ. Bruce Fields1-8/+3
2014-05-07NFSd: Clean up nfs4_preprocess_stateid_opTrond Myklebust1-11/+0
2014-03-30NFSD: Clear wcc data between compound opsKinglong Mee1-0/+2
2014-03-28nfsd4: fix setclientid encode sizeJ. Bruce Fields1-1/+2
2014-03-28NFSD: simplify saved/current fh uses in nfsd4_proc_compoundKinglong Mee1-13/+15
2014-03-27nfsd4: session needs room for following op to error outJ. Bruce Fields1-0/+6
2014-01-30Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-23/+34
2014-01-27nfsd4: fix delegation-unlink/rename raceJ. Bruce Fields1-3/+7
2014-01-27nfsd4: delay setting current_fh in openJ. Bruce Fields1-17/+20
2014-01-26nfsd: use get_acl and ->set_aclChristoph Hellwig1-0/+1
2014-01-07nfsd4: better VERIFY commentJ. Bruce Fields1-2/+4
2014-01-03SUNRPC/NFSD: Support a new option for ignoring the result of svc_registerKinglong Mee1-0/+1
2014-01-02nfsd: calculate the missing length of bitmap in EXCHANGE_IDKinglong Mee1-1/+2
2013-08-07nfsd: Fix SP4_MACH_CRED negotiation in EXCHANGE_IDWeston Andros Adamson1-1/+1
2013-07-12nfsd4: fix minorversion support interfaceJ. Bruce Fields1-1/+1
2013-07-01nfsd4: delegation-based open reclaims should bypass permissionsJ. Bruce Fields1-1/+2
2013-05-15NFSD: Server implementation of MAC LabelingDavid Quigley1-0/+41
2013-05-03nfsd4: don't allow owner override on 4.1 CLAIM_FH opensJ. Bruce Fields1-2/+13
2013-04-30nfsd4: don't remap EISDIR errors in renameJ. Bruce Fields1-15/+5
2013-04-09nfsd4: more sessions/open-owner-replay cleanupJ. Bruce Fields1-12/+16
2013-04-09nfsd4: no need for replay_owner in sessions caseJ. Bruce Fields1-1/+1
2013-04-08nfsd4: cleanup handling of nfsv4.0 closed stateid'sJ. Bruce Fields1-1/+2
2013-04-03nfsd: don't run get_file if nfs4_preprocess_stateid_op return errorfanchaoting1-4/+4
2013-04-03nfsd4: handle seqid-mutating open errors from xdr decodingJ. Bruce Fields1-1/+26
2013-04-03nfsd4: remove BUG_ONJ. Bruce Fields1-6/+3
2013-01-23nfsd4: simplify nfsd4_encode_fattr interface slightlyJ. Bruce Fields1-3/+4
2012-12-17nfsd4: free_stateid can use the current stateidJ. Bruce Fields1-0/+1
2012-12-17nfsd4: disable zero-copy on non-final read opsJ. Bruce Fields1-0/+11
2012-12-10nfsd: make NFSd service boot time per-netStanislav Kinsbursky1-5/+6
2012-12-10nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown1-3/+5
2012-11-26nfsd4: delay filling in write iovec array till after xdr decodingJ. Bruce Fields1-1/+23
2012-11-15nfsd: use service net instead of hard-coded init_netStanislav Kinsbursky1-4/+9
2012-11-07nfsd4: implement backchannel_ctl operationJ. Bruce Fields1-0/+6
2012-10-01nfsd4: enforce per-client sessions/no-sessions distinctionJ. Bruce Fields1-1/+1
2012-08-20NFSD: Swap the struct nfs4_operation getter and setterBryan Schumaker1-2/+2
2012-07-27LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky1-8/+10
2012-04-19Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+4
2012-04-13nfsd: fix b0rken error value for setattr on read-only mountAl Viro1-3/+4
2012-04-11nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields1-4/+4