aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+2
2011-01-06NFS rename client back channel transport fieldAndy Adamson1-1/+1
2011-01-06SUNRPC new transport for the NFSv4.1 shared back channelAndy Adamson1-4/+0
2011-01-06SUNRPC move svc_drop to caller of svc_process_commonAndy Adamson1-14/+16
2011-01-04svcrpc: simpler request droppingJ. Bruce Fields1-1/+2
2010-09-21sunrpc: close connection when a request is irretrievably lost.NeilBrown1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-06nodemask.h: remove macro any_online_nodeH Hartley Sweeten1-1/+1
2010-02-10nfs41 do not allocate unused back channel pagesAndy Adamson1-0/+4
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+3
2009-06-17Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31Trond Myklebust1-30/+104
2009-06-17nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callbacksBenny Halevy1-0/+1
2009-06-17nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchannel useAndy Adamson1-0/+4
2009-06-17nfs41: Backchannel bc_svc_process()Ricardo Labiaga1-0/+49
2009-06-17nfs41: Refactor svc_process()Ricardo Labiaga1-30/+50
2009-06-16page allocator: use a pre-calculated value instead of num_online_nodes() in fast pathsChristoph Lameter1-1/+1
2009-04-06Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+2
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-2/+1
2009-04-03nfsd: don't use the deferral service, return NFS4ERR_DELAYAndy Adamson1-0/+2
2009-04-01Merge branch 'devel' into for-linusTrond Myklebust1-86/+72
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipRusty Russell1-2/+1
2009-03-30cpumask: use new cpumask_ functions in core code.Rusty Russell1-1/+1
2009-03-28SUNRPC: rpcb_register() should handle errors silentlyChuck Lever1-7/+11
2009-03-28SUNRPC: Simplify kernel RPC service registrationChuck Lever1-45/+34
2009-03-28SUNRPC: Simplify svc_unregister()Chuck Lever1-21/+14
2009-03-28SUNRPC: Don't return EPROTONOSUPPORT in svc_register()'s helpersChuck Lever1-2/+2
2009-03-28SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever1-6/+5
2009-03-28SUNRPC: Pass a family argument to svc_register()Chuck Lever1-10/+11
2009-03-27sunrpc/svc.c: Remove unused line 'rqstp->rq_server = serv;' in svc_processideawu1-1/+0
2009-03-13cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell1-2/+1
2009-01-07SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust1-7/+7
2008-09-29SUNRPC: Fix up svc_unregister()Chuck Lever1-20/+38
2008-09-29SUNRPC: Register both netids for AF_INET6 serversChuck Lever1-43/+100
2008-09-29SUNRPC: Support IPv6 when registering kernel RPC servicesChuck Lever1-7/+88
2008-09-29SUNRPC: Split portmap unregister API into separate functionChuck Lever1-12/+50
2008-09-29SUNRPC: Simplify rpcb_register() APIChuck Lever1-6/+2
2008-09-29SUNRPC: Add address family field to svc_serv data structureChuck Lever1-5/+6
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis1-2/+1
2008-07-21Merge branch 'linus' into cpus4096-for-linusIngo Molnar1-71/+41
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis1-1/+2
2008-06-23sunrpc: remove sv_kill_signal field from svc_serv structJeff Layton1-3/+2
2008-06-23knfsd: convert knfsd to kthread APIJeff Layton1-66/+34
2008-06-23knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown locking.Neil Brown1-6/+9
2008-05-23net: Pass reference to cpumask variable in net/sunrpc/svc.cMike Travis1-1/+1
2008-05-08Remove duplicated include in net/sunrpc/svc.cHuang Weiyi1-1/+0
2008-04-23SUNRPC: Use unsigned loop and array index in svc_init_buffer()Chuck Lever1-3/+2
2008-04-23SUNRPC: Use unsigned index when looping over arraysChuck Lever1-2/+3
2008-04-23SUNRPC: remove svc_create_thread()Jeff Layton1-10/+0
2008-04-23net/sunrpc/svc.c: suppress unintialized var warningAndrew Morton1-1/+1
2008-04-23sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGSHarshula Jayasuriya1-2/+1