aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-23fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_usedZhang Yanfei
2013-02-13nfsd: Properly compare and initialize kuids and kgidsEric W. Biederman
2013-02-13nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgidsEric W. Biederman
2013-02-13nfsd: Modify nfsd4_cb_sec to use kuids and kgidsEric W. Biederman
2013-02-13nfsd: Handle kuids and kgids in the nfs4acl to posix_acl conversionEric W. Biederman
2013-02-13nfsd: Convert nfsxdr to use kuids and kgidsEric W. Biederman
2013-02-13nfsd: Convert nfs3xdr to use kuids and kgidsEric W. Biederman
2013-02-13nfsd: Remove nfsd_luid, nfsd_lgid, nfsd_ruid and nfsd_rgidEric W. Biederman
2013-02-13nfsd: Convert idmap to use kuids and kgidsEric W. Biederman
2013-02-13nfsd: idmap use u32 not uid_t as the intermediate typeEric W. Biederman
2013-02-13nfsd: Remove declaration of nonexistent nfs4_acl_permisisonEric W. Biederman
2013-01-21fs/nfsd: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-12-21Revert "nfsd: warn on odd reply state in nfsd_vfs_read"J. Bruce Fields
2012-12-17nfsd4: don't leave freed stateid hashedJ. Bruce Fields
2012-12-17nfsd4: free_stateid can use the current stateidJ. Bruce Fields
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields
2012-12-17nfsd: warn on odd reply state in nfsd_vfs_readJ. Bruce Fields
2012-12-17nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields
2012-12-17nfsd4: disable zero-copy on non-final read opsJ. Bruce Fields
2012-12-10NFSD: Correct the size calculation in fault_inject_writeBryan Schumaker
2012-12-10NFSD: Pass correct buffer size to rpc_ntopBryan Schumaker
2012-12-10nfsd: pass proper net to nfsd_destroy() from NFSd kthreadsStanislav Kinsbursky
2012-12-10nfsd: simplify service shutdownStanislav Kinsbursky
2012-12-10nfsd: replace boolean nfsd_up flag by users counterStanislav Kinsbursky
2012-12-10nfsd: simplify NFSv4 state init and shutdownStanislav Kinsbursky
2012-12-10nfsd: introduce helpers for generic resources init and shutdownStanislav Kinsbursky
2012-12-10nfsd: make NFSd service structure allocated per netStanislav Kinsbursky
2012-12-10nfsd: make NFSd service boot time per-netStanislav Kinsbursky
2012-12-10nfsd: per-net NFSd up flag introducedStanislav Kinsbursky
2012-12-10nfsd: move per-net startup code to separated functionStanislav Kinsbursky
2012-12-10nfsd: pass net to __write_ports() and downStanislav Kinsbursky
2012-12-10nfsd: pass net to nfsd_set_nrthreads()Stanislav Kinsbursky
2012-12-10nfsd: pass net to nfsd_svc()Stanislav Kinsbursky
2012-12-10nfsd: pass net to nfsd_create_serv()Stanislav Kinsbursky
2012-12-10nfsd: pass net to nfsd_startup() and nfsd_shutdown()Stanislav Kinsbursky
2012-12-10nfsd: pass net to nfsd_init_socks()Stanislav Kinsbursky
2012-12-10nfsd: use "init_net" for portmapperStanislav Kinsbursky
2012-12-10nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown
2012-12-10nfsd: make NFSv4 recovery client tracking options per netStanislav Kinsbursky
2012-12-04nfsd4: lockt, release_lockowner should renew clientsJ. Bruce Fields
2012-12-03NFSD: Forget state for a specific clientBryan Schumaker
2012-12-03NFSD: Add a custom file operations structure for fault injectionBryan Schumaker
2012-12-03NFSD: Reading a fault injection file prints a state countBryan Schumaker
2012-12-03NFSD: Fault injection operations take a per-client forget functionBryan Schumaker
2012-12-03NFSD: Clean up forgetting and recalling delegationsBryan Schumaker
2012-12-03NFSD: Clean up forgetting openownersBryan Schumaker
2012-12-03NFSD: Clean up forgetting locksBryan Schumaker
2012-12-03NFSD: Clean up forgetting clientsBryan Schumaker
2012-12-03NFSD: Lock state before calling fault injection functionBryan Schumaker