aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2014-03-28nfsd4: nfsd4_replay_cache_entry should be staticJ. Bruce Fields2-3/+1
2014-03-28nfsd4: update comments with obsolete function nameJ. Bruce Fields2-2/+2
2014-03-28NFSD: Using free_conn free connectionKinglong Mee1-1/+2
2014-03-28nfsd: typo in nfsd_rename commentJ. Bruce Fields1-3/+3
2014-03-28NFSD: simplify saved/current fh uses in nfsd4_proc_compoundKinglong Mee1-13/+15
2014-03-28NFSD: Traverse unconfirmed client through hash-tableKinglong Mee1-8/+5
2014-03-27svcrpc: explicitly reject compounds that are not padded out to 4-byte multipleJeff Layton1-1/+6
2014-03-27nfsd: notify_change needs elevated write countJ. Bruce Fields1-0/+9
2014-03-27nfsd4: fix test_stateid error reply encodingJ. Bruce Fields1-0/+3
2014-03-27nfsd4: leave reply buffer space for failed setattrJ. Bruce Fields1-1/+1
2014-03-27nfsd4: make set of large acl return efbig, not resourceJ. Bruce Fields1-1/+1
2014-03-27nfsd4: session needs room for following op to error outJ. Bruce Fields1-0/+6
2014-03-27nfsd4: buffer-length check for SUPPATTR_EXCLCREATJ. Bruce Fields1-0/+2
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-27nfsd: 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-24nfsd4: 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-07nfsd4: encode_rdattr_error cleanupJ. Bruce Fields1-4/+1
2014-01-07nfsd4: nfsd4_encode_fattr cleanupJ. Bruce Fields1-13/+4
2014-01-07nfsd4: better VERIFY commentJ. Bruce Fields1-2/+4
2014-01-07nfsd4: break only delegations when appropriateJ. Bruce Fields1-30/+0
2014-01-06NFSD: 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-03NFSD: Don't start lockd when only NFSv4 is runningKinglong Mee2-5/+22
2014-01-03SUNRPC/NFSD: Support a new option for ignoring the result of svc_registerKinglong Mee1-0/+1
2014-01-03NFSD: fix bad length checking for backchannelKinglong Mee1-2/+7
2014-01-03NFSD: fix a leak which can cause CREATE_SESSION failuresKinglong Mee1-1/+1
2014-01-03Add missing recording of back channel attrs in nfsd4_sessionKinglong Mee1-0/+2
2014-01-03nfsd: get rid of unused macro definitionKinglong Mee1-5/+0
2014-01-03nfsd: clean up unnecessary temporary variable in nfsd4_decode_fattrKinglong Mee1-9/+3
2014-01-03nfsd: using nfsd4_encode_noop for encoding destroy_session/free_stateidKinglong Mee2-25/+2
2014-01-03nfsd: clean up an xdr reserved space calculationKinglong Mee1-1/+1
2014-01-02nfsd: get rid of unused function definitionKinglong Mee1-8/+0
2014-01-02nfsd: calculate the missing length of bitmap in EXCHANGE_IDKinglong Mee2-9/+18
2013-12-12nfsd: revoking of suid/sgid bits after chown() in a consistent wayStanislav Kholmanskikh1-2/+1
2013-12-11nfsd: don't try to reuse an expired DRC entry off the listJeff Layton1-32/+4
2013-12-10nfsd: start documenting some XDR handling functionsChristoph Hellwig1-0/+19
2013-12-10nfsd: don't return high mode bitsAlbert Fluegel2-2/+2
2013-12-10nfsd: when reusing an existing repcache entry, unhash it firstJeff Layton1-1/+8
2013-11-19nfsd4: fix xdr decoding of large non-write compoundsJ. Bruce Fields1-1/+2
2013-11-18nfsd: make sure to balance get/put_write_accessChristoph Hellwig1-14/+15