summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
AgeCommit message (Expand)Author
2014-07-08nfsd: fix file access refcount leak when nfsd4_truncate failsChristoph Hellwig
2014-07-08NFSD: Avoid warning message when compile at i686 archKinglong Mee
2014-07-08nfsd4: replace defer_free by svcxdr_tmpallocJ. Bruce Fields
2014-07-08nfsd4: remove nfs4_acl_newJ. Bruce Fields
2014-07-08nfsd4: define svcxdr_dupstr to share some common codeJ. Bruce Fields
2014-07-08nfsd4: remove unused defer_free argumentJ. Bruce Fields
2014-07-08nfsd4: rename cr_linkname->cr_dataJ. Bruce Fields
2014-07-08nfsd: let nfsd_symlink assume null-terminated dataJ. Bruce Fields
2014-07-08nfsd: make NFSv2 null terminate symlink dataJ. Bruce Fields
2014-07-08nfsd: fix rare symlink decoding bugJ. Bruce Fields
2014-07-07nfsd: Fix bad reserving space for encoding rdattr_errorKinglong Mee
2014-07-02nfs: fix nfs4d readlink truncated packetAvi Kivity
2014-06-27nfsd: fix rare symlink decoding bugJ. Bruce Fields
2014-06-23nfsd: properly handle embedded newlines in fault_injection inputJeff Layton
2014-06-23nfsd: fix return of nfs4_acl_write_whoJeff Layton
2014-06-23nfsd: add appropriate __force directives to filehandle generation codeJeff Layton
2014-06-23nfsd: nfsd_splice_read and nfsd_readv should return __be32Jeff Layton
2014-06-23nfsd: clean up sparse endianness warnings in nfscache.cJeff Layton
2014-06-23nfsd: add __force to opaque verifier field castsJeff Layton
2014-06-23NFSD: Using exp_get for export gettingKinglong Mee
2014-06-23NFSD: Using path_get when assigning path for exportKinglong Mee
2014-06-23SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee
2014-06-23NFSD: Using min/max/min_t/max_t for calculateKinglong Mee
2014-06-17NFSD: fix bug for readdir of pseudofsKinglong Mee
2014-06-17NFSD: Don't hand out delegations for 30 seconds after recalling them.NeilBrown
2014-06-09nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields
2014-06-06nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryJeff Layton
2014-06-06nfsd4: kill READ64J. Bruce Fields
2014-06-06nfsd4: kill READ32J. Bruce Fields
2014-06-06nfsd4: simplify server xdr->next_page useJ. Bruce Fields
2014-06-04nfsd4: hash deleg stateid only on successful nfs4_set_delegationBenny Halevy
2014-06-04nfsd4: rename recall_lock to state_lockBenny Halevy
2014-06-04nfsd: remove unneeded zeroing of fields in nfsd4_proc_compoundJeff Layton
2014-06-04nfsd: fix setting of NFS4_OO_CONFIRMED in nfsd4_openJeff Layton
2014-06-04nfsd4: use recall_lock for delegation hashingBenny Halevy
2014-05-30nfsd: fix laundromat next-run-time calculationJeff Layton
2014-05-30nfsd: make nfsd4_encode_fattr staticJeff Layton
2014-05-30SUNRPC/NFSD: Remove using of dprintk with KERN_WARNINGKinglong Mee
2014-05-30nfsd: remove unused function nfsd_read_fileChristoph Hellwig
2014-05-30nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig
2014-05-30NFSD: Error out when getting more than one fsloc/secinfo/uuidKinglong Mee
2014-05-30NFSD: Using type of uint32_t for ex_nflavors instead of intKinglong Mee
2014-05-30NFSD: Add missing comment of "expiry" in expkey_parse()Kinglong Mee
2014-05-30NFSD: Remove typedef of svc_client and svc_export in export.cKinglong Mee
2014-05-30NFSD: Cleanup unneeded including net/ipv6.hKinglong Mee
2014-05-30NFSD: Cleanup unused variable in nfsd_setuser()Kinglong Mee
2014-05-30NFSD: remove unneeded linux/user_namespace.h includeKinglong Mee
2014-05-30NFSD: Adds macro EX_UUID_LEN for exports uuid's lengthKinglong Mee
2014-05-30NFSD: Helper function for parsing uuidKinglong Mee
2014-05-30NFS4: Avoid NULL reference or double free in nfsd4_fslocs_free()Kinglong Mee