summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2014-07-09nfsd: Protect addition to the file_hashtblTrond Myklebust1-12/+37
2014-07-09nfsd: fix file access refcount leak when nfsd4_truncate failsChristoph Hellwig1-32/+30
2014-07-09NFSD: Avoid warning message when compile at i686 archKinglong Mee1-1/+1
2014-07-09nfsd4: replace defer_free by svcxdr_tmpallocJ. Bruce Fields2-33/+26
2014-07-09nfsd4: remove nfs4_acl_newJ. Bruce Fields3-12/+10
2014-07-09nfsd4: define svcxdr_dupstr to share some common codeJ. Bruce Fields1-13/+23
2014-07-09nfsd4: remove unused defer_free argumentJ. Bruce Fields2-13/+9
2014-07-09nfsd4: rename cr_linkname->cr_dataJ. Bruce Fields3-13/+12
2014-07-09nfsd: let nfsd_symlink assume null-terminated dataJ. Bruce Fields5-18/+7
2014-07-09nfsd: make NFSv2 null terminate symlink dataJ. Bruce Fields1-1/+4
2014-07-09nfsd: fix rare symlink decoding bugJ. Bruce Fields2-10/+12
2014-06-23nfsd: properly handle embedded newlines in fault_injection inputJeff Layton1-0/+8
2014-06-23nfsd: fix return of nfs4_acl_write_whoJeff Layton1-1/+1
2014-06-23nfsd: add appropriate __force directives to filehandle generation codeJeff Layton2-5/+19
2014-06-23nfsd: nfsd_splice_read and nfsd_readv should return __be32Jeff Layton2-5/+6
2014-06-23nfsd: clean up sparse endianness warnings in nfscache.cJeff Layton1-2/+11
2014-06-23nfsd: add __force to opaque verifier field castsJeff Layton2-4/+12
2014-06-23NFSD: Using exp_get for export gettingKinglong Mee5-9/+8
2014-06-23NFSD: Using path_get when assigning path for exportKinglong Mee1-2/+2
2014-06-23SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee1-2/+2
2014-06-23NFSD: Using min/max/min_t/max_t for calculateKinglong Mee8-64/+31
2014-06-18NFSD: fix bug for readdir of pseudofsKinglong Mee1-0/+1
2014-06-18NFSD: Don't hand out delegations for 30 seconds after recalling them.NeilBrown1-0/+78
2014-06-10nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields1-1/+1
2014-06-07nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryJeff Layton1-9/+8
2014-06-07nfsd4: kill READ64J. Bruce Fields1-17/+16
2014-06-07nfsd4: kill READ32J. Bruce Fields1-128/+127
2014-06-07nfsd4: 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-31nfsd: fix laundromat next-run-time calculationJeff Layton1-14/+8
2014-05-31nfsd: make nfsd4_encode_fattr staticJeff Layton1-1/+1
2014-05-31SUNRPC/NFSD: Remove using of dprintk with KERN_WARNINGKinglong Mee1-3/+2
2014-05-31nfsd: remove unused function nfsd_read_fileChristoph Hellwig2-22/+0
2014-05-31nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig1-2/+2
2014-05-31NFSD: Error out when getting more than one fsloc/secinfo/uuidKinglong Mee1-0/+12
2014-05-31NFSD: Using type of uint32_t for ex_nflavors instead of intKinglong Mee2-4/+5
2014-05-31NFSD: Add missing comment of "expiry" in expkey_parse()Kinglong Mee1-1/+1
2014-05-31NFSD: Remove typedef of svc_client and svc_export in export.cKinglong Mee1-11/+8
2014-05-31NFSD: Cleanup unneeded including net/ipv6.hKinglong Mee1-2/+0
2014-05-31NFSD: Cleanup unused variable in nfsd_setuser()Kinglong Mee1-3/+1
2014-05-31NFSD: remove unneeded linux/user_namespace.h includeKinglong Mee1-1/+0
2014-05-31NFSD: Adds macro EX_UUID_LEN for exports uuid's lengthKinglong Mee3-4/+6
2014-05-31NFSD: Helper function for parsing uuidKinglong Mee1-12/+20
2014-05-31NFS4: Avoid NULL reference or double free in nfsd4_fslocs_free()Kinglong Mee1-3/+9
2014-05-31nfsd4: better reservation of head space for krb5J. Bruce Fields3-5/+6
2014-05-31nfsd4: kill write32, write64J. Bruce Fields1-30/+21