summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2015-01-16nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington1-0/+3
2015-01-16fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes1-8/+7
2014-12-07nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryJeff Layton1-9/+8
2014-12-07nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust1-2/+6
2014-12-07nfsd: correctly define v4.2 support attributesChristoph Hellwig1-3/+6
2014-11-14nfsd4: fix crash on unknown operation numberJ. Bruce Fields1-1/+2
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-09nfsd: fix rare symlink decoding bugJ. Bruce Fields2-10/+12
2014-07-07nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig1-2/+2
2014-07-07nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields1-1/+1
2014-06-07nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields1-2/+9
2014-06-07nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields1-0/+4
2014-06-07NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee1-8/+9
2014-06-07NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust1-0/+1
2014-06-07NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust1-12/+12
2014-05-06nfsd: set timeparms.to_maxval in setup_callback_clientJeff Layton1-1/+3
2014-05-06NFSD: Traverse unconfirmed client through hash-tableKinglong Mee1-8/+5
2014-05-06nfsd4: fix setclientid encode sizeJ. Bruce Fields1-1/+2
2014-05-06nfsd4: fix memory leak in nfsd4_encode_fattr()Yan, Zheng1-1/+3
2014-05-06nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky1-0/+5
2014-05-06nfsd: notify_change needs elevated write countJ. Bruce Fields1-0/+9
2014-05-06nfsd4: leave reply buffer space for failed setattrJ. Bruce Fields1-1/+1
2014-05-06nfsd4: fix test_stateid error reply encodingJ. Bruce Fields1-0/+3
2014-05-06nfsd4: buffer-length check for SUPPATTR_EXCLCREATJ. Bruce Fields1-0/+2
2014-05-06nfsd4: session needs room for following op to error outJ. Bruce Fields1-0/+6
2014-05-06nfsd: revert v2 half of "nfsd: don't return high mode bits"J. Bruce Fields1-1/+1
2014-02-18nfsd: fix lost nfserrno() call in nfsd_setattr()J. R. Okajima1-0/+1
2014-02-11nfsd4: fix acl buffer overrunJ. Bruce Fields1-6/+3
2014-01-30Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds17-272/+219
2014-01-28nfsd: consider CLAIM_FH when handing out delegationMing Chen1-0/+1
2014-01-27nfsd4: fix delegation-unlink/rename raceJ. Bruce Fields2-4/+13
2014-01-27nfsd4: delay setting current_fh in openJ. Bruce Fields1-17/+20
2014-01-27nfsd4: minor nfs4_setlease cleanupJ. Bruce Fields1-6/+6
2014-01-26nfsd: use get_acl and ->set_aclChristoph Hellwig7-347/+173
2014-01-25nfsd4: decrease nfsd4_encode_fattr stack usageJ. Bruce Fields1-6/+10
2014-01-23nfsd: fix encode_entryplus_baggage stack usageJ. Bruce Fields2-6/+9
2014-01-08nfsd4: simplify xdr encoding of nfsv4 namesJ. Bruce Fields5-73/+55
2014-01-08nfsd4: encode_rdattr_error cleanupJ. Bruce Fields1-4/+1
2014-01-08nfsd4: nfsd4_encode_fattr cleanupJ. Bruce Fields1-13/+4
2014-01-08nfsd4: better VERIFY commentJ. Bruce Fields1-2/+4
2014-01-08nfsd4: break only delegations when appropriateJ. Bruce Fields1-30/+0
2014-01-07NFSD: Fix a memory leak in nfsd4_create_sessionKinglong Mee1-8/+10
2014-01-06nfsd: get rid of unused function definitionKinglong Mee1-2/+0
2014-01-06Define op_iattr for nfsd4_open instead using macroKinglong Mee1-2/+1
2014-01-06NFSD: fix compile warning without CONFIG_NFSD_V3Kinglong Mee1-0/+4
2014-01-04NFSD: Don't start lockd when only NFSv4 is runningKinglong Mee2-5/+22
2014-01-04SUNRPC/NFSD: Support a new option for ignoring the result of svc_registerKinglong Mee1-0/+1
2014-01-04NFSD: fix bad length checking for backchannelKinglong Mee1-2/+7
2014-01-04NFSD: fix a leak which can cause CREATE_SESSION failuresKinglong Mee1-1/+1