aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4proc.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirmGravatar Trond Myklebust 1-3/+0
2014-07-31nfsd: Add a mutex to protect the NFSv4.0 open owner replay cacheGravatar Jeff Layton 1-9/+3
2014-07-29nfsd: print status when nfsd4_open fails to open file it just createdGravatar Jeff Layton 1-1/+3
2014-07-09nfsd: Convert nfs4_check_open_reclaim() to work with lookup_clientid()Gravatar Trond Myklebust 1-2/+1
2014-07-08NFSD: Remove iattr parameter from nfsd_symlink()Gravatar Kinglong Mee 1-2/+1
2014-07-08nfsd4: rename cr_linkname->cr_dataGravatar J. Bruce Fields 1-1/+1
2014-07-08nfsd: let nfsd_symlink assume null-terminated dataGravatar J. Bruce Fields 1-1/+1
2014-07-08nfsd: fix rare symlink decoding bugGravatar J. Bruce Fields 1-9/+0
2014-06-23nfsd: add __force to opaque verifier field castsGravatar Jeff Layton 1-2/+6
2014-06-23NFSD: Using exp_get for export gettingGravatar Kinglong Mee 1-3/+3
2014-06-23SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okGravatar Kinglong Mee 1-2/+2
2014-06-23NFSD: Using min/max/min_t/max_t for calculateGravatar Kinglong Mee 1-8/+4
2014-06-06nfsd4: simplify server xdr->next_page useGravatar J. Bruce Fields 1-1/+1
2014-06-04nfsd: remove unneeded zeroing of fields in nfsd4_proc_compoundGravatar Jeff Layton 1-3/+0
2014-06-04nfsd: fix setting of NFS4_OO_CONFIRMED in nfsd4_openGravatar Jeff Layton 1-2/+1
2014-05-30nfsd4: better reservation of head space for krb5Gravatar J. Bruce Fields 1-2/+2
2014-05-30nfsd4: estimate sequence response sizeGravatar J. Bruce Fields 1-0/+6
2014-05-30nfsd4: better estimate of getattr response sizeGravatar J. Bruce Fields 1-0/+44
2014-05-30nfsd4: allow large readdirsGravatar J. Bruce Fields 1-4/+5
2014-05-30nfsd4: more precise nfsd4_max_replyGravatar J. Bruce Fields 1-0/+12
2014-05-30nfsd4: don't try to encode conflicting owner if low on spaceGravatar J. Bruce Fields 1-1/+2
2014-05-30nfsd4: allow encoding across page boundariesGravatar J. Bruce Fields 1-0/+4
2014-05-30nfsd4: size-checking cleanupGravatar J. Bruce Fields 1-3/+6
2014-05-30nfsd4: remove redundant encode buffer size checkingGravatar J. Bruce Fields 1-14/+0
2014-05-30nfsd4: teach encoders to handle reserve_space failuresGravatar J. Bruce Fields 1-1/+1
2014-05-28nfsd4: keep xdr buf length updatedGravatar J. Bruce Fields 1-0/+2
2014-05-28nfsd4: use xdr_stream throughout compound encodingGravatar J. Bruce Fields 1-1/+1
2014-05-28nfsd4: use xdr_reserve_space in attribute encodingGravatar J. Bruce Fields 1-0/+1
2014-05-27nfsd4: fix encoding of out-of-space repliesGravatar J. Bruce Fields 1-4/+9
2014-05-23nfsd4: reserve head space for krb5 integ/priv infoGravatar J. Bruce Fields 1-1/+1
2014-05-23nfsd4: move proc_compound xdr encode init to helperGravatar J. Bruce Fields 1-4/+13
2014-05-23nfsd4: tweak nfsd4_encode_getattr to take xdr_streamGravatar J. Bruce Fields 1-3/+3
2014-05-23nfsd4: embed xdr_stream in nfsd4_compoundresGravatar J. Bruce Fields 1-6/+6
2014-05-23nfsd4: decoding errors can still be cached and require spaceGravatar J. Bruce Fields 1-0/+2
2014-05-23nfsd4: fix write reply size estimateGravatar J. Bruce Fields 1-1/+1
2014-05-23nfsd4: read size estimate should include paddingGravatar J. Bruce Fields 1-1/+1
2014-05-23nfsd4: READ, READDIR, etc., are idempotentGravatar J. Bruce Fields 1-8/+3
2014-05-07NFSd: Clean up nfs4_preprocess_stateid_opGravatar Trond Myklebust 1-11/+0
2014-03-30NFSD: Clear wcc data between compound opsGravatar Kinglong Mee 1-0/+2
2014-03-28nfsd4: fix setclientid encode sizeGravatar J. Bruce Fields 1-1/+2
2014-03-28NFSD: simplify saved/current fh uses in nfsd4_proc_compoundGravatar Kinglong Mee 1-13/+15
2014-03-27nfsd4: session needs room for following op to error outGravatar J. Bruce Fields 1-0/+6
2014-01-30Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-23/+34
2014-01-27nfsd4: fix delegation-unlink/rename raceGravatar J. Bruce Fields 1-3/+7
2014-01-27nfsd4: delay setting current_fh in openGravatar J. Bruce Fields 1-17/+20
2014-01-26nfsd: use get_acl and ->set_aclGravatar Christoph Hellwig 1-0/+1
2014-01-07nfsd4: better VERIFY commentGravatar J. Bruce Fields 1-2/+4
2014-01-03SUNRPC/NFSD: Support a new option for ignoring the result of svc_registerGravatar Kinglong Mee 1-0/+1
2014-01-02nfsd: calculate the missing length of bitmap in EXCHANGE_IDGravatar Kinglong Mee 1-1/+2
2013-08-07nfsd: Fix SP4_MACH_CRED negotiation in EXCHANGE_IDGravatar Weston Andros Adamson 1-1/+1