summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-5/+7
2016-08-23nfsd: check permissions when setting ACLsBen Hutchings3-27/+25
2016-05-01nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields1-0/+1
2016-05-01nfsd4: fix bad bounds checkingJ. Bruce Fields1-5/+8
2015-08-27nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystemKinglong Mee1-5/+6
2015-05-28nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig1-9/+12
2015-05-06nfsd: fix nsfd startup race triggering BUG_ONGiuseppe Cantavenera1-8/+8
2015-01-15nfsd4: fix xdr4 count of server in fs_location4Benjamin Coddington1-1/+1
2015-01-15nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington1-0/+3
2015-01-15fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes1-8/+7
2014-12-10nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust1-2/+6
2014-12-10nfsd: correctly define v4.2 support attributesChristoph Hellwig1-3/+6
2014-11-13nfsd4: fix crash on unknown operation numberJ. Bruce Fields1-1/+2
2014-11-13nfsd4: fix response size estimation for OP_SEQUENCEJ. Bruce Fields1-1/+3
2014-10-30nfsd4: reserve adequate space for LOCK opJ. Bruce Fields1-0/+8
2014-10-06nfsd4: fix corruption of NFSv4 read dataJ. Bruce Fields1-1/+2
2014-10-06nfsd4: fix rd_dircount enforcementJ. Bruce Fields1-1/+13
2014-09-06svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever1-1/+2
2014-09-06NFSD: Decrease nfsd_users in nfsd_startup_generic failKinglong Mee1-1/+4
2014-07-23NFSD: Fix crash encoding lock reply on 32-bitKinglong Mee1-1/+3
2014-07-07nfsd: Fix bad reserving space for encoding rdattr_errorKinglong Mee1-1/+1
2014-07-03nfs: fix nfs4d readlink truncated packetAvi Kivity1-1/+1
2014-06-28nfsd: fix rare symlink decoding bugJ. Bruce Fields2-10/+12
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