aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/svc.c
AgeCommit message (Expand)Author
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-01-06NFS rename client back channel transport fieldAndy Adamson
2011-01-06SUNRPC new transport for the NFSv4.1 shared back channelAndy Adamson
2011-01-06SUNRPC move svc_drop to caller of svc_process_commonAndy Adamson
2011-01-04svcrpc: simpler request droppingJ. Bruce Fields
2010-09-21sunrpc: close connection when a request is irretrievably lost.NeilBrown
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-06nodemask.h: remove macro any_online_nodeH Hartley Sweeten
2010-02-10nfs41 do not allocate unused back channel pagesAndy Adamson
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-06-17Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31Trond Myklebust
2009-06-17nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callb...Benny Halevy
2009-06-17nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchann...Andy Adamson
2009-06-17nfs41: Backchannel bc_svc_process()Ricardo Labiaga
2009-06-17nfs41: Refactor svc_process()Ricardo Labiaga
2009-06-16page allocator: use a pre-calculated value instead of num_online_nodes() in f...Christoph Lameter
2009-04-06Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds
2009-04-03nfsd: don't use the deferral service, return NFS4ERR_DELAYAndy Adamson
2009-04-01Merge branch 'devel' into for-linusTrond Myklebust
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell
2009-03-30cpumask: use new cpumask_ functions in core code.Rusty Russell
2009-03-28SUNRPC: rpcb_register() should handle errors silentlyChuck Lever
2009-03-28SUNRPC: Simplify kernel RPC service registrationChuck Lever
2009-03-28SUNRPC: Simplify svc_unregister()Chuck Lever
2009-03-28SUNRPC: Don't return EPROTONOSUPPORT in svc_register()'s helpersChuck Lever
2009-03-28SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever
2009-03-28SUNRPC: Pass a family argument to svc_register()Chuck Lever
2009-03-27sunrpc/svc.c: Remove unused line 'rqstp->rq_server = serv;' in svc_processideawu
2009-03-13cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell
2009-01-07SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust
2008-09-29SUNRPC: Fix up svc_unregister()Chuck Lever
2008-09-29SUNRPC: Register both netids for AF_INET6 serversChuck Lever
2008-09-29SUNRPC: Support IPv6 when registering kernel RPC servicesChuck Lever
2008-09-29SUNRPC: Split portmap unregister API into separate functionChuck Lever
2008-09-29SUNRPC: Simplify rpcb_register() APIChuck Lever
2008-09-29SUNRPC: Add address family field to svc_serv data structureChuck Lever
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis
2008-07-21Merge branch 'linus' into cpus4096-for-linusIngo Molnar
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis
2008-06-23sunrpc: remove sv_kill_signal field from svc_serv structJeff Layton
2008-06-23knfsd: convert knfsd to kthread APIJeff Layton
2008-06-23knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown lock...Neil Brown
2008-05-23net: Pass reference to cpumask variable in net/sunrpc/svc.cMike Travis
2008-05-08Remove duplicated include in net/sunrpc/svc.cHuang Weiyi
2008-04-23SUNRPC: Use unsigned loop and array index in svc_init_buffer()Chuck Lever
2008-04-23SUNRPC: Use unsigned index when looping over arraysChuck Lever
2008-04-23SUNRPC: remove svc_create_thread()Jeff Layton
2008-04-23net/sunrpc/svc.c: suppress unintialized var warningAndrew Morton
2008-04-23sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGSHarshula Jayasuriya