summaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfsd4: minor nfsd4_replay_cache_entry cleanupJ. Bruce Fields2014-03-291-2/+1
* nfsd4: nfsd4_replay_cache_entry should be staticJ. Bruce Fields2014-03-292-3/+1
* nfsd4: update comments with obsolete function nameJ. Bruce Fields2014-03-292-2/+2
* NFSD: Using free_conn free connectionKinglong Mee2014-03-291-1/+2
* nfsd: typo in nfsd_rename commentJ. Bruce Fields2014-03-281-3/+3
* NFSD: simplify saved/current fh uses in nfsd4_proc_compoundKinglong Mee2014-03-281-13/+15
* NFSD: Traverse unconfirmed client through hash-tableKinglong Mee2014-03-281-8/+5
* svcrpc: explicitly reject compounds that are not padded out to 4-byte multipleJeff Layton2014-03-271-1/+6
* nfsd: notify_change needs elevated write countJ. Bruce Fields2014-03-271-0/+9
* nfsd4: fix test_stateid error reply encodingJ. Bruce Fields2014-03-271-0/+3
* nfsd4: leave reply buffer space for failed setattrJ. Bruce Fields2014-03-271-1/+1
* nfsd4: make set of large acl return efbig, not resourceJ. Bruce Fields2014-03-271-1/+1
* nfsd4: session needs room for following op to error outJ. Bruce Fields2014-03-271-0/+6
* nfsd4: buffer-length check for SUPPATTR_EXCLCREATJ. Bruce Fields2014-03-271-0/+2
* nfsd: fix lost nfserrno() call in nfsd_setattr()J. R. Okajima2014-02-181-0/+1
* nfsd4: fix acl buffer overrunJ. Bruce Fields2014-02-111-6/+3
* Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-01-3017-272/+219
|\
| * nfsd: consider CLAIM_FH when handing out delegationMing Chen2014-01-281-0/+1
| * nfsd4: fix delegation-unlink/rename raceJ. Bruce Fields2014-01-272-4/+13
| * nfsd4: delay setting current_fh in openJ. Bruce Fields2014-01-271-17/+20
| * nfsd4: minor nfs4_setlease cleanupJ. Bruce Fields2014-01-271-6/+6
| * nfsd4: decrease nfsd4_encode_fattr stack usageJ. Bruce Fields2014-01-241-6/+10
| * nfsd: fix encode_entryplus_baggage stack usageJ. Bruce Fields2014-01-232-6/+9
| * nfsd4: simplify xdr encoding of nfsv4 namesJ. Bruce Fields2014-01-085-73/+55
| * nfsd4: encode_rdattr_error cleanupJ. Bruce Fields2014-01-071-4/+1
| * nfsd4: nfsd4_encode_fattr cleanupJ. Bruce Fields2014-01-071-13/+4
| * nfsd4: better VERIFY commentJ. Bruce Fields2014-01-071-2/+4
| * nfsd4: break only delegations when appropriateJ. Bruce Fields2014-01-071-30/+0
| * NFSD: Fix a memory leak in nfsd4_create_sessionKinglong Mee2014-01-061-8/+10
| * nfsd: get rid of unused function definitionKinglong Mee2014-01-061-2/+0
| * Define op_iattr for nfsd4_open instead using macroKinglong Mee2014-01-061-2/+1
| * NFSD: fix compile warning without CONFIG_NFSD_V3Kinglong Mee2014-01-061-0/+4
| * NFSD: Don't start lockd when only NFSv4 is runningKinglong Mee2014-01-042-5/+22
| * SUNRPC/NFSD: Support a new option for ignoring the result of svc_registerKinglong Mee2014-01-041-0/+1
| * NFSD: fix bad length checking for backchannelKinglong Mee2014-01-041-2/+7
| * NFSD: fix a leak which can cause CREATE_SESSION failuresKinglong Mee2014-01-041-1/+1
| * Add missing recording of back channel attrs in nfsd4_sessionKinglong Mee2014-01-041-0/+2
| * nfsd: get rid of unused macro definitionKinglong Mee2014-01-031-5/+0
| * nfsd: clean up unnecessary temporary variable in nfsd4_decode_fattrKinglong Mee2014-01-031-9/+3
| * nfsd: using nfsd4_encode_noop for encoding destroy_session/free_stateidKinglong Mee2014-01-032-25/+2
| * nfsd: clean up an xdr reserved space calculationKinglong Mee2014-01-031-1/+1
| * nfsd: get rid of unused function definitionKinglong Mee2014-01-021-8/+0
| * nfsd: calculate the missing length of bitmap in EXCHANGE_IDKinglong Mee2014-01-022-9/+18
| * nfsd: revoking of suid/sgid bits after chown() in a consistent wayStanislav Kholmanskikh2013-12-121-2/+1
| * nfsd: don't try to reuse an expired DRC entry off the listJeff Layton2013-12-111-32/+4
| * nfsd: start documenting some XDR handling functionsChristoph Hellwig2013-12-111-0/+19
| * nfsd: don't return high mode bitsAlbert Fluegel2013-12-112-2/+2
* | nfsd: use get_acl and ->set_aclChristoph Hellwig2014-01-267-347/+173
|/
* nfsd: when reusing an existing repcache entry, unhash it firstJeff Layton2013-12-111-1/+8
* nfsd4: fix xdr decoding of large non-write compoundsJ. Bruce Fields2013-11-201-1/+2