aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2014-05-23nfsd4: read size estimate should include paddingJ. Bruce Fields1-1/+1
2014-05-23nfsd4: allow larger 4.1 session drc slotsJ. Bruce Fields1-1/+1
2014-05-23nfsd4: READ, READDIR, etc., are idempotentJ. Bruce Fields1-8/+3
2014-05-22nfsd: Only set PF_LESS_THROTTLE when really needed.NeilBrown2-6/+12
2014-05-22nfsd: remove nfsd4_free_slabChristoph Hellwig1-26/+25
2014-05-22nfsd: Remove assignments inside conditionsBenoit Taine4-20/+40
2014-05-22Merge 3.15 bugfixes for 3.16J. Bruce Fields2-3/+14
2014-05-21nfsd4: fix delegation cleanup on errorJ. Bruce Fields1-20/+12
2014-05-21NFSD: Don't clear SUID/SGID after root writing dataKinglong Mee1-18/+0
2014-05-21nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields1-0/+4
2014-05-21nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields1-2/+9
2014-05-15nfsd4: fix corruption on setting an ACL.J. Bruce Fields1-1/+1
2014-05-08NFSD: Get rid of empty function nfs4_state_initKinglong Mee3-10/+0
2014-05-08NFSD: Use simple_read_from_buffer for coping data to userspaceKinglong Mee1-13/+2
2014-05-08Merge 3.15 bugfix for 3.16J. Bruce Fields1-8/+9
2014-05-08nfsd: clean up fh_auth usageChristoph Hellwig1-11/+9
2014-05-08NFSD: cleanup unneeded including linux/export.hKinglong Mee1-1/+0
2014-05-08NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee1-8/+9
2014-05-07NFSd: Clean up nfs4_preprocess_stateid_opTrond Myklebust2-17/+13
2014-05-06NFSd: Mark nfs4_free_lockowner and nfs4_free_openowner as static functionsTrond Myklebust2-14/+12
2014-05-06nfsd: remove <linux/nfsd/debug.h>Christoph Hellwig1-1/+8
2014-05-06nfsd: move <linux/nfsd/stats.h> to fs/nfsdChristoph Hellwig3-2/+44
2014-05-06nfsd: move <linux/nfsd/export.h> to fs/nfsdChristoph Hellwig2-1/+111
2014-05-06nfsd: remove <linux/nfsd/nfsfh.h>Christoph Hellwig3-6/+55
2014-05-06NFSd: Remove 'inline' designation for free_client()Trond Myklebust1-1/+1
2014-05-06NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust1-0/+1
2014-05-06NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust1-12/+12
2014-04-18Revert "nfsd4: fix nfs4err_resource in 4.1 case"J. Bruce Fields1-8/+0
2014-04-18nfsd: set timeparms.to_maxval in setup_callback_clientJeff Layton1-1/+3
2014-04-08Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-50/+129
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2014-04-04nfsd4: don't create unnecessary mask aclJ. Bruce Fields1-4/+9
2014-04-04nfsd: revert v2 half of "nfsd: don't return high mode bits"J. Bruce Fields1-1/+1
2014-04-03kernel/groups.c: remove return value of set_groupsWang YanQing1-4/+1
2014-04-01vfs: add renameat2 syscallMiklos Szeredi1-1/+1
2014-03-31nfsd4: fix memory leak in nfsd4_encode_fattr()Yan, Zheng1-1/+3
2014-03-31nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky1-0/+5
2014-03-30NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee1-1/+18
2014-03-30NFSD: Clear wcc data between compound opsKinglong Mee2-1/+15
2014-03-30nfsd: Don't return NFS4ERR_STALE_STATEID for NFSv4.1+Trond Myklebust1-1/+4
2014-03-28nfsd4: fix nfs4err_resource in 4.1 caseJ. Bruce Fields1-0/+8
2014-03-28nfsd4: fix setclientid encode sizeJ. Bruce Fields1-1/+2
2014-03-28nfsd4: remove redundant check from nfsd4_check_resp_sizeJ. Bruce Fields1-2/+0
2014-03-28nfsd4: use more generous NFS4_ACL_MAXJ. Bruce Fields1-3/+7
2014-03-28nfsd4: minor nfsd4_replay_cache_entry cleanupJ. Bruce Fields1-2/+1
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