summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-06-011-13/+10
|\ \ | |/ |/|
| * SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky2012-05-311-4/+0
| * SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky2012-05-311-9/+10
* | net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-10/+8
|/
* Lockd: per-net up and down routines introducedStanislav Kinsbursky2012-02-151-1/+2
* SUNRPC: service shutdown function in network namespace context introducedStanislav Kinsbursky2012-02-151-13/+20
* SUNRPC: service destruction in network namespace contextStanislav Kinsbursky2012-02-151-2/+11
* SUNRPC: unregister service on creation in current network namespaceStanislav Kinsbursky2012-01-311-7/+7
* SUNRPC: register service on creation in current network namespaceStanislav Kinsbursky2012-01-311-4/+5
* SUNRPC: pass network namespace to service registering routinesStanislav Kinsbursky2012-01-311-19/+23
* SUNRPC: parametrize local rpcbind clients creation with net nsStanislav Kinsbursky2012-01-311-2/+2
* SUNRPC: register rpcbind programs in passed network namespase contextStanislav Kinsbursky2012-01-311-5/+5
* Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-01-141-10/+15
|\
| * svcrpc: don't revert to SVC_POOL_DEFAULT on nfsd shutdownJ. Bruce Fields2012-01-051-1/+0
| * svcrpc: fix double-free on shutdown of nfsd after changing pool modeJ. Bruce Fields2012-01-051-0/+3
| * svcrpc: update outdated BKL commentJ. Bruce Fields2011-12-061-2/+2
| * svcrpc: avoid memory-corruption on pool shutdownJ. Bruce Fields2011-12-061-1/+9
| * svcrpc: destroy server sockets all at onceJ. Bruce Fields2011-12-061-6/+1
* | net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-4/+4
|/
* Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust2011-11-021-12/+26
|\
| * treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-3/+2
| * sunrpc: use better NUMA affinitiesEric Dumazet2011-08-191-9/+24
* | NFSd: call svc rpcbind cleanup explicitlyStanislav Kinsbursky2011-10-251-1/+2
* | SUNRPC: cleanup service destructionStanislav Kinsbursky2011-10-251-1/+0
* | SUNRPC: setup rpcbind clients if service requires itStanislav Kinsbursky2011-10-251-2/+9
* | SUNRPC: introduce svc helpers for prepairing rpcbind infrastructureStanislav Kinsbursky2011-10-251-0/+35
|/
* SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPLTrond Myklebust2011-07-151-1/+1
* SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust2011-07-151-2/+2
* SUNRPC: Use AF_LOCAL for rpcbind upcallsChuck Lever2011-05-271-0/+2
* Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-01-141-1/+2
|\
| * svcrpc: simpler request droppingJ. Bruce Fields2011-01-041-1/+2
* | NFS rename client back channel transport fieldAndy Adamson2011-01-061-1/+1
* | SUNRPC new transport for the NFSv4.1 shared back channelAndy Adamson2011-01-061-4/+0
* | SUNRPC move svc_drop to caller of svc_process_commonAndy Adamson2011-01-061-14/+16
|/
* sunrpc: close connection when a request is irretrievably lost.NeilBrown2010-09-211-0/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* nodemask.h: remove macro any_online_nodeH Hartley Sweeten2010-03-061-1/+1
* nfs41 do not allocate unused back channel pagesAndy Adamson2010-02-101-0/+4
* net: Move && and || to end of previous lineJoe Perches2009-11-291-2/+3
* Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31Trond Myklebust2009-06-171-30/+104
|\
| * nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callb...Benny Halevy2009-06-171-0/+1
| * nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchann...Andy Adamson2009-06-171-0/+4
| * nfs41: Backchannel bc_svc_process()Ricardo Labiaga2009-06-171-0/+49
| * nfs41: Refactor svc_process()Ricardo Labiaga2009-06-171-30/+50
* | page allocator: use a pre-calculated value instead of num_online_nodes() in f...Christoph Lameter2009-06-161-1/+1
|/
* Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-04-061-1/+2
|\
| * nfsd: don't use the deferral service, return NFS4ERR_DELAYAndy Adamson2009-04-031-0/+2
| * sunrpc/svc.c: Remove unused line 'rqstp->rq_server = serv;' in svc_processideawu2009-03-271-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-04-051-2/+1
|\ \
| * \ Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell2009-03-311-2/+1
| |\ \