aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-07nfsd: Fix bad reserving space for encoding rdattr_errorKinglong Mee1-1/+1
2014-07-02nfs: fix nfs4d readlink truncated packetAvi Kivity1-1/+1
2014-06-27nfsd: fix rare symlink decoding bugJ. Bruce Fields2-10/+12
2014-06-17NFSD: fix bug for readdir of pseudofsKinglong Mee1-0/+1
2014-06-17NFSD: Don't hand out delegations for 30 seconds after recalling them.NeilBrown1-0/+78
2014-06-09nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields1-1/+1
2014-06-06nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryJeff Layton1-9/+8
2014-06-06nfsd4: kill READ64J. Bruce Fields1-17/+16
2014-06-06nfsd4: kill READ32J. Bruce Fields1-128/+127
2014-06-06nfsd4: simplify server xdr->next_page useJ. Bruce Fields1-1/+1
2014-06-04nfsd4: hash deleg stateid only on successful nfs4_set_delegationBenny Halevy1-1/+1
2014-06-04nfsd4: rename recall_lock to state_lockBenny Halevy1-31/+32
2014-06-04nfsd: remove unneeded zeroing of fields in nfsd4_proc_compoundJeff Layton1-3/+0
2014-06-04nfsd: fix setting of NFS4_OO_CONFIRMED in nfsd4_openJeff Layton1-2/+1
2014-06-04nfsd4: use recall_lock for delegation hashingBenny Halevy1-5/+15
2014-05-30nfsd: fix laundromat next-run-time calculationJeff Layton1-14/+8
2014-05-30nfsd: make nfsd4_encode_fattr staticJeff Layton1-1/+1
2014-05-30SUNRPC/NFSD: Remove using of dprintk with KERN_WARNINGKinglong Mee1-3/+2
2014-05-30nfsd: remove unused function nfsd_read_fileChristoph Hellwig2-22/+0
2014-05-30nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig1-2/+2
2014-05-30NFSD: Error out when getting more than one fsloc/secinfo/uuidKinglong Mee1-0/+12
2014-05-30NFSD: Using type of uint32_t for ex_nflavors instead of intKinglong Mee2-4/+5
2014-05-30NFSD: Add missing comment of "expiry" in expkey_parse()Kinglong Mee1-1/+1
2014-05-30NFSD: Remove typedef of svc_client and svc_export in export.cKinglong Mee1-11/+8
2014-05-30NFSD: Cleanup unneeded including net/ipv6.hKinglong Mee1-2/+0
2014-05-30NFSD: Cleanup unused variable in nfsd_setuser()Kinglong Mee1-3/+1
2014-05-30NFSD: remove unneeded linux/user_namespace.h includeKinglong Mee1-1/+0
2014-05-30NFSD: Adds macro EX_UUID_LEN for exports uuid's lengthKinglong Mee3-4/+6
2014-05-30NFSD: Helper function for parsing uuidKinglong Mee1-12/+20
2014-05-30NFS4: Avoid NULL reference or double free in nfsd4_fslocs_free()Kinglong Mee1-3/+9
2014-05-30nfsd4: better reservation of head space for krb5J. Bruce Fields3-5/+6
2014-05-30nfsd4: kill write32, write64J. Bruce Fields1-30/+21
2014-05-30nfsd4: kill WRITEMEMJ. Bruce Fields1-34/+28
2014-05-30nfsd4: kill WRITE64J. Bruce Fields1-28/+24
2014-05-30nfsd4: kill WRITE32J. Bruce Fields1-152/+154
2014-05-30nfsd4: really fix nfs4err_resource in 4.1 caseJ. Bruce Fields1-0/+8
2014-05-30nfsd4: allow exotic read compoundsJ. Bruce Fields1-36/+25
2014-05-30nfsd4: more read encoding cleanupJ. Bruce Fields1-12/+10
2014-05-30nfsd4: read encoding cleanupJ. Bruce Fields1-13/+14
2014-05-30nfsd4: separate splice and readv casesJ. Bruce Fields3-88/+214
2014-05-30nfsd4: nfsd_vfs_read doesn't use file handle parameterJ. Bruce Fields1-3/+3
2014-05-30nfsd4: turn off zero-copy-read in exotic casesJ. Bruce Fields1-4/+17
2014-05-30nfsd4: estimate sequence response sizeJ. Bruce Fields1-0/+6
2014-05-30nfsd4: better estimate of getattr response sizeJ. Bruce Fields1-0/+44
2014-05-30nfsd4: don't treat readlink like a zero-copy operationJ. Bruce Fields1-30/+12
2014-05-30nfsd4: enforce rd_dircountJ. Bruce Fields1-1/+4
2014-05-30nfsd4: allow large readdirsJ. Bruce Fields3-69/+82
2014-05-30nfsd4: use session limits to release send buffer reservationJ. Bruce Fields1-0/+1
2014-05-30nfsd4: adjust buflen to session channel limitJ. Bruce Fields2-16/+19
2014-05-30nfsd4: fix buflen calculation after read encodingJ. Bruce Fields1-1/+7