aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2014-06-09nfsd4: fix FREE_STATEID lockowner leakGravatar J. Bruce Fields 1-1/+1
2014-06-06nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryGravatar Jeff Layton 1-9/+8
2014-06-06nfsd4: kill READ64Gravatar J. Bruce Fields 1-17/+16
2014-06-06nfsd4: kill READ32Gravatar J. Bruce Fields 1-128/+127
2014-06-06nfsd4: simplify server xdr->next_page useGravatar J. Bruce Fields 1-1/+1
2014-06-04nfsd4: hash deleg stateid only on successful nfs4_set_delegationGravatar Benny Halevy 1-1/+1
2014-06-04nfsd4: rename recall_lock to state_lockGravatar Benny Halevy 1-31/+32
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-06-04nfsd4: use recall_lock for delegation hashingGravatar Benny Halevy 1-5/+15
2014-05-30nfsd: fix laundromat next-run-time calculationGravatar Jeff Layton 1-14/+8
2014-05-30nfsd: make nfsd4_encode_fattr staticGravatar Jeff Layton 1-1/+1
2014-05-30SUNRPC/NFSD: Remove using of dprintk with KERN_WARNINGGravatar Kinglong Mee 1-3/+2
2014-05-30nfsd: remove unused function nfsd_read_fileGravatar Christoph Hellwig 2-22/+0
2014-05-30nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferGravatar Christoph Hellwig 1-2/+2
2014-05-30NFSD: Error out when getting more than one fsloc/secinfo/uuidGravatar Kinglong Mee 1-0/+12
2014-05-30NFSD: Using type of uint32_t for ex_nflavors instead of intGravatar Kinglong Mee 2-4/+5
2014-05-30NFSD: Add missing comment of "expiry" in expkey_parse()Gravatar Kinglong Mee 1-1/+1
2014-05-30NFSD: Remove typedef of svc_client and svc_export in export.cGravatar Kinglong Mee 1-11/+8
2014-05-30NFSD: Cleanup unneeded including net/ipv6.hGravatar Kinglong Mee 1-2/+0
2014-05-30NFSD: Cleanup unused variable in nfsd_setuser()Gravatar Kinglong Mee 1-3/+1
2014-05-30NFSD: remove unneeded linux/user_namespace.h includeGravatar Kinglong Mee 1-1/+0
2014-05-30NFSD: Adds macro EX_UUID_LEN for exports uuid's lengthGravatar Kinglong Mee 3-4/+6
2014-05-30NFSD: Helper function for parsing uuidGravatar Kinglong Mee 1-12/+20
2014-05-30NFS4: Avoid NULL reference or double free in nfsd4_fslocs_free()Gravatar Kinglong Mee 1-3/+9
2014-05-30nfsd4: better reservation of head space for krb5Gravatar J. Bruce Fields 3-5/+6
2014-05-30nfsd4: kill write32, write64Gravatar J. Bruce Fields 1-30/+21
2014-05-30nfsd4: kill WRITEMEMGravatar J. Bruce Fields 1-34/+28
2014-05-30nfsd4: kill WRITE64Gravatar J. Bruce Fields 1-28/+24
2014-05-30nfsd4: kill WRITE32Gravatar J. Bruce Fields 1-152/+154
2014-05-30nfsd4: really fix nfs4err_resource in 4.1 caseGravatar J. Bruce Fields 1-0/+8
2014-05-30nfsd4: allow exotic read compoundsGravatar J. Bruce Fields 1-36/+25
2014-05-30nfsd4: more read encoding cleanupGravatar J. Bruce Fields 1-12/+10
2014-05-30nfsd4: read encoding cleanupGravatar J. Bruce Fields 1-13/+14
2014-05-30nfsd4: separate splice and readv casesGravatar J. Bruce Fields 3-88/+214
2014-05-30nfsd4: nfsd_vfs_read doesn't use file handle parameterGravatar J. Bruce Fields 1-3/+3
2014-05-30nfsd4: turn off zero-copy-read in exotic casesGravatar J. Bruce Fields 1-4/+17
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: don't treat readlink like a zero-copy operationGravatar J. Bruce Fields 1-30/+12
2014-05-30nfsd4: enforce rd_dircountGravatar J. Bruce Fields 1-1/+4
2014-05-30nfsd4: allow large readdirsGravatar J. Bruce Fields 3-69/+82
2014-05-30nfsd4: use session limits to release send buffer reservationGravatar J. Bruce Fields 1-0/+1
2014-05-30nfsd4: adjust buflen to session channel limitGravatar J. Bruce Fields 2-16/+19
2014-05-30nfsd4: fix buflen calculation after read encodingGravatar J. Bruce Fields 1-1/+7
2014-05-30nfsd4: nfsd4_check_resp_size should check against whole bufferGravatar J. Bruce Fields 1-2/+1
2014-05-30nfsd4: minor encode_read cleanupGravatar J. Bruce Fields 1-4/+6
2014-05-30nfsd4: more precise nfsd4_max_replyGravatar J. Bruce Fields 3-31/+17
2014-05-30nfsd4: don't try to encode conflicting owner if low on spaceGravatar J. Bruce Fields 2-4/+15
2014-05-30nfsd4: convert 4.1 replay encodingGravatar J. Bruce Fields 3-16/+16