summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* Revert "nfsd4: fix nfs4err_resource in 4.1 case"J. Bruce Fields2014-04-181-8/+0Star
* nfsd: set timeparms.to_maxval in setup_callback_clientJeff Layton2014-04-181-1/+3
* Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-04-0912-50/+129
|\
| * nfsd4: don't create unnecessary mask aclJ. Bruce Fields2014-04-041-4/+9
| * nfsd: revert v2 half of "nfsd: don't return high mode bits"J. Bruce Fields2014-04-041-1/+1
| * nfsd4: fix memory leak in nfsd4_encode_fattr()Yan, Zheng2014-03-311-1/+3
| * nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky2014-03-311-0/+5
| * NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee2014-03-301-1/+18
| * NFSD: Clear wcc data between compound opsKinglong Mee2014-03-302-1/+15
| * nfsd: Don't return NFS4ERR_STALE_STATEID for NFSv4.1+Trond Myklebust2014-03-301-1/+4
| * nfsd4: fix nfs4err_resource in 4.1 caseJ. Bruce Fields2014-03-291-0/+8
| * nfsd4: fix setclientid encode sizeJ. Bruce Fields2014-03-291-1/+2
| * nfsd4: remove redundant check from nfsd4_check_resp_sizeJ. Bruce Fields2014-03-291-2/+0Star
| * nfsd4: use more generous NFS4_ACL_MAXJ. Bruce Fields2014-03-291-3/+7
| * nfsd4: minor nfsd4_replay_cache_entry cleanupJ. Bruce Fields2014-03-291-2/+1Star
| * nfsd4: nfsd4_replay_cache_entry should be staticJ. Bruce Fields2014-03-292-3/+1Star
| * 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/+5Star
| * 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
* | Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-041-1/+1
|\ \
| * | vfs: add renameat2 syscallMiklos Szeredi2014-04-011-1/+1
| |/
* / kernel/groups.c: remove return value of set_groupsWang YanQing2014-04-041-4/+1Star
|/
* 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/+3Star
* Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-01-3017-272/+219Star
|\
| * 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/+55Star
| * nfsd4: encode_rdattr_error cleanupJ. Bruce Fields2014-01-071-4/+1Star
| * nfsd4: nfsd4_encode_fattr cleanupJ. Bruce Fields2014-01-071-13/+4Star
| * nfsd4: better VERIFY commentJ. Bruce Fields2014-01-071-2/+4
| * nfsd4: break only delegations when appropriateJ. Bruce Fields2014-01-071-30/+0Star
| * 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/+0Star
| * Define op_iattr for nfsd4_open instead using macroKinglong Mee2014-01-061-2/+1Star
| * 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