summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfssvc.c
Commit message (Expand)AuthorAgeFilesLines
...
* nfsd: introduce helpers for generic resources init and shutdownStanislav Kinsbursky2012-12-101-16/+34
* nfsd: make NFSd service structure allocated per netStanislav Kinsbursky2012-12-101-34/+57
* nfsd: make NFSd service boot time per-netStanislav Kinsbursky2012-12-101-2/+2
* nfsd: per-net NFSd up flag introducedStanislav Kinsbursky2012-12-101-0/+12
* nfsd: move per-net startup code to separated functionStanislav Kinsbursky2012-12-101-15/+33
* nfsd: pass net to nfsd_set_nrthreads()Stanislav Kinsbursky2012-12-101-2/+1Star
* nfsd: pass net to nfsd_svc()Stanislav Kinsbursky2012-12-101-2/+1Star
* nfsd: pass net to nfsd_create_serv()Stanislav Kinsbursky2012-12-101-3/+2Star
* nfsd: pass net to nfsd_startup() and nfsd_shutdown()Stanislav Kinsbursky2012-12-101-9/+6Star
* nfsd: pass net to nfsd_init_socks()Stanislav Kinsbursky2012-12-101-4/+4
* nfsd: use "init_net" for portmapperStanislav Kinsbursky2012-12-101-2/+1Star
* nfsd: call state init and shutdown twiceStanislav Kinsbursky2012-11-281-2/+13
* nfsd: fix v4 reply cachingJ. Bruce Fields2012-11-261-1/+1
* svcrpc: remove handling of unknown errors from svc_recvJ. Bruce Fields2012-08-211-11/+1Star
* nfsd: remove redundant "port" argumentJ. Bruce Fields2012-08-211-7/+7
* NFSd: set nfsd_serv to NULL after service destructionStanislav Kinsbursky2012-07-251-5/+5
* NFSd: introduce nfsd_destroy() helperStanislav Kinsbursky2012-07-251-11/+3Star
* SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky2012-06-011-0/+14
* SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky2012-06-011-0/+9
* nfsd: make export cache allocated per network namespace contextStanislav Kinsbursky2012-04-121-1/+1
* Lockd: pass network namespace to creation and destruction routinesStanislav Kinsbursky2012-04-111-3/+3
* Merge nfs containerization work from Trond's treeJ. Bruce Fields2012-03-261-2/+2
|\
| * SUNRPC: unregister service on creation in current network namespaceStanislav Kinsbursky2012-02-011-2/+2
* | nfsd: fix default iosize calculation on 32bitJ. Bruce Fields2012-02-031-1/+1
* | nfsd: cleanup setting of default max_block_sizeJ. Bruce Fields2012-02-031-20/+24
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * fs: add module.h to files that were implicitly using itPaul Gortmaker2011-11-011-0/+1
* | NFSd: call svc rpcbind cleanup explicitlyStanislav Kinsbursky2011-10-251-0/+2
|/
* nfsd: turn on reply cache for NFSv4J. Bruce Fields2011-07-181-11/+15
* nfsd: Remove deprecated nfsctl system call and related code.NeilBrown2011-07-161-7/+0Star
* svcrpc: simpler request droppingJ. Bruce Fields2011-01-041-1/+1
* sunrpc: Add net argument to svc_create_xprtPavel Emelyanov2010-10-011-2/+3
* nfsd: initialize nfsd versions before creating svcJ. Bruce Fields2010-08-061-1/+1
* nfsd: fix startup/shutdown order bugJ. Bruce Fields2010-08-061-14/+16
* nfsd: minor nfsd_svc() cleanupJ. Bruce Fields2010-07-231-6/+7
* nfsd: move more into nfsd_startup()J. Bruce Fields2010-07-231-34/+35
* nfsd: just keep single lockd reference for nfsdJeff Layton2010-07-231-11/+14
* nfsd: clean up nfsd_create_serv error handlingJeff Layton2010-07-231-3/+2Star
* nfsd4: fix v4 state shutdown error pathsJeff Layton2010-07-231-9/+42
* NFSD: don't report compiled-out versions as presentPavel Emelyanov2010-05-151-1/+1
* nfsd: remove pointless paths in file headersJ. Bruce Fields2009-12-151-2/+0Star
* nfsd: Move private headers to source directoryBoaz Harrosh2009-12-151-2/+2
* nfsd: Source files #include cleanupsBoaz Harrosh2009-12-151-15/+0Star
* nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields2009-11-131-0/+1
* Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-09-221-14/+40
|\
| * nfsd4: allow nfs4 state startup to failJ. Bruce Fields2009-09-161-1/+3
| * nfsd41: replace page based DRC with buffer based DRCAndy Adamson2009-09-021-4/+0Star
| * knfsd: Replace lock_kernel with a mutex in nfsd pool stats.Ryusei Yamaguchi2009-08-251-2/+21
| * Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs...J. Bruce Fields2009-08-211-1/+0Star
| |\
| * | nfsd41: hange from page to memory based drc limitsAndy Adamson2009-07-281-7/+6Star