aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds12-36/+51
2013-02-26nfsd: handle vfs_getattr errors in acl protocolJ. Bruce Fields4-9/+24
2013-02-26switch vfs_getattr() to struct pathAl Viro6-21/+21
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds14-97/+158
2013-02-23fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_usedZhang Yanfei3-9/+9
2013-02-22new helper: file_inode(file)Al Viro3-7/+7
2013-02-13nfsd: Properly compare and initialize kuids and kgidsEric W. Biederman4-14/+14
2013-02-13nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgidsEric W. Biederman2-9/+15
2013-02-13nfsd: Modify nfsd4_cb_sec to use kuids and kgidsEric W. Biederman2-5/+12
2013-02-13nfsd: Handle kuids and kgids in the nfs4acl to posix_acl conversionEric W. Biederman2-33/+71
2013-02-13nfsd: Convert nfsxdr to use kuids and kgidsEric W. Biederman1-6/+8
2013-02-13nfsd: Convert nfs3xdr to use kuids and kgidsEric W. Biederman1-6/+8
2013-02-13nfsd: Remove nfsd_luid, nfsd_lgid, nfsd_ruid and nfsd_rgidEric W. Biederman3-10/+4
2013-02-13nfsd: Convert idmap to use kuids and kgidsEric W. Biederman2-10/+24
2013-02-13nfsd: idmap use u32 not uid_t as the intermediate typeEric W. Biederman1-6/+6
2013-02-13nfsd: Remove declaration of nonexistent nfs4_acl_permisisonEric W. Biederman1-2/+0
2013-01-21fs/nfsd: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-12-21Revert "nfsd: warn on odd reply state in nfsd_vfs_read"J. Bruce Fields1-1/+0
2012-12-17nfsd4: don't leave freed stateid hashedJ. Bruce Fields1-0/+1
2012-12-17nfsd4: free_stateid can use the current stateidJ. Bruce Fields1-0/+1
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields7-49/+47
2012-12-17nfsd: warn on odd reply state in nfsd_vfs_readJ. Bruce Fields1-0/+1
2012-12-17nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields1-1/+10
2012-12-17nfsd4: disable zero-copy on non-final read opsJ. Bruce Fields3-8/+19
2012-12-10NFSD: Correct the size calculation in fault_inject_writeBryan Schumaker1-1/+1
2012-12-10NFSD: Pass correct buffer size to rpc_ntopBryan Schumaker2-3/+3
2012-12-10nfsd: pass proper net to nfsd_destroy() from NFSd kthreadsStanislav Kinsbursky1-1/+3
2012-12-10nfsd: simplify service shutdownStanislav Kinsbursky1-7/+2
2012-12-10nfsd: replace boolean nfsd_up flag by users counterStanislav Kinsbursky1-4/+5
2012-12-10nfsd: simplify NFSv4 state init and shutdownStanislav Kinsbursky1-29/+15
2012-12-10nfsd: introduce helpers for generic resources init and shutdownStanislav Kinsbursky1-16/+34
2012-12-10nfsd: make NFSd service structure allocated per netStanislav Kinsbursky5-78/+110
2012-12-10nfsd: make NFSd service boot time per-netStanislav Kinsbursky5-16/+23
2012-12-10nfsd: per-net NFSd up flag introducedStanislav Kinsbursky2-0/+14
2012-12-10nfsd: move per-net startup code to separated functionStanislav Kinsbursky1-15/+33
2012-12-10nfsd: pass net to __write_ports() and downStanislav Kinsbursky1-8/+8
2012-12-10nfsd: pass net to nfsd_set_nrthreads()Stanislav Kinsbursky3-4/+4
2012-12-10nfsd: pass net to nfsd_svc()Stanislav Kinsbursky3-4/+5
2012-12-10nfsd: pass net to nfsd_create_serv()Stanislav Kinsbursky3-6/+5
2012-12-10nfsd: pass net to nfsd_startup() and nfsd_shutdown()Stanislav Kinsbursky1-9/+6
2012-12-10nfsd: pass net to nfsd_init_socks()Stanislav Kinsbursky1-4/+4
2012-12-10nfsd: use "init_net" for portmapperStanislav Kinsbursky1-2/+1
2012-12-10nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown2-5/+13
2012-12-10nfsd: make NFSv4 recovery client tracking options per netStanislav Kinsbursky2-20/+30
2012-12-04nfsd4: lockt, release_lockowner should renew clientsJ. Bruce Fields1-18/+23
2012-12-03NFSD: Forget state for a specific clientBryan Schumaker3-4/+49
2012-12-03NFSD: Add a custom file operations structure for fault injectionBryan Schumaker1-7/+49
2012-12-03NFSD: Reading a fault injection file prints a state countBryan Schumaker3-2/+58
2012-12-03NFSD: Fault injection operations take a per-client forget functionBryan Schumaker3-42/+16
2012-12-03NFSD: Clean up forgetting and recalling delegationsBryan Schumaker1-44/+50