summaryrefslogtreecommitdiff
path: root/net/sunrpc/svc.c
Commit message (Expand)AuthorAge
* Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-01-14
|\
| * svcrpc: don't revert to SVC_POOL_DEFAULT on nfsd shutdownJ. Bruce Fields2012-01-05
| * svcrpc: fix double-free on shutdown of nfsd after changing pool modeJ. Bruce Fields2012-01-05
| * svcrpc: update outdated BKL commentJ. Bruce Fields2011-12-06
| * svcrpc: avoid memory-corruption on pool shutdownJ. Bruce Fields2011-12-06
| * svcrpc: destroy server sockets all at onceJ. Bruce Fields2011-12-06
* | net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-11
|/
* Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust2011-11-02
|\
| * treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-31
| * sunrpc: use better NUMA affinitiesEric Dumazet2011-08-19
* | NFSd: call svc rpcbind cleanup explicitlyStanislav Kinsbursky2011-10-25
* | SUNRPC: cleanup service destructionStanislav Kinsbursky2011-10-25
* | SUNRPC: setup rpcbind clients if service requires itStanislav Kinsbursky2011-10-25
* | SUNRPC: introduce svc helpers for prepairing rpcbind infrastructureStanislav Kinsbursky2011-10-25
|/
* SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPLTrond Myklebust2011-07-15
* SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust2011-07-15
* SUNRPC: Use AF_LOCAL for rpcbind upcallsChuck Lever2011-05-27
* Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-01-14
|\
| * svcrpc: simpler request droppingJ. Bruce Fields2011-01-04
* | NFS rename client back channel transport fieldAndy Adamson2011-01-06
* | SUNRPC new transport for the NFSv4.1 shared back channelAndy Adamson2011-01-06
* | SUNRPC move svc_drop to caller of svc_process_commonAndy Adamson2011-01-06
|/
* sunrpc: close connection when a request is irretrievably lost.NeilBrown2010-09-21
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* nodemask.h: remove macro any_online_nodeH Hartley Sweeten2010-03-06
* nfs41 do not allocate unused back channel pagesAndy Adamson2010-02-10
* net: Move && and || to end of previous lineJoe Perches2009-11-29
* Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31Trond Myklebust2009-06-17
|\
| * nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callb...Benny Halevy2009-06-17
| * nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchann...Andy Adamson2009-06-17
| * nfs41: Backchannel bc_svc_process()Ricardo Labiaga2009-06-17
| * nfs41: Refactor svc_process()Ricardo Labiaga2009-06-17
* | page allocator: use a pre-calculated value instead of num_online_nodes() in f...Christoph Lameter2009-06-16
|/
* Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-04-06
|\
| * nfsd: don't use the deferral service, return NFS4ERR_DELAYAndy Adamson2009-04-03
| * sunrpc/svc.c: Remove unused line 'rqstp->rq_server = serv;' in svc_processideawu2009-03-27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-04-05
|\ \
| * \ Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell2009-03-31
| |\ \
| | * | cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell2009-03-13
| | |/
* | | Merge branch 'devel' into for-linusTrond Myklebust2009-04-01
|\ \ \ | |/ / |/| |
| * | SUNRPC: rpcb_register() should handle errors silentlyChuck Lever2009-03-28
| * | SUNRPC: Simplify kernel RPC service registrationChuck Lever2009-03-28
| * | SUNRPC: Simplify svc_unregister()Chuck Lever2009-03-28
| * | SUNRPC: Don't return EPROTONOSUPPORT in svc_register()'s helpersChuck Lever2009-03-28
| * | SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever2009-03-28
| * | SUNRPC: Pass a family argument to svc_register()Chuck Lever2009-03-28
| |/
* | cpumask: use new cpumask_ functions in core code.Rusty Russell2009-03-30
|/
* SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust2009-01-07
* SUNRPC: Fix up svc_unregister()Chuck Lever2008-09-29
* SUNRPC: Register both netids for AF_INET6 serversChuck Lever2008-09-29