aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-30cpumask: use new cpumask_ functions in core code.Rusty Russell1-1/+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
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis1-5/+11
2008-02-01SUNRPC: RPC program information is stored in unsigned integersChuck Lever1-2/+3
2008-02-01SUNRPC: Move exported symbol definitions after function declaration part 2Trond Myklebust1-0/+7
2008-02-01SUNRPC: spin svc_rqst initialization to its own functionJeff Layton1-17/+42
2008-02-01svc: Make close transport independentTom Tucker1-7/+2
2008-02-01svc: Add xpo_prep_reply_hdrTom Tucker1-3/+3
2008-02-01svc: Add a max payload value to the transportTom Tucker1-3/+1
2008-01-30x86: change NR_CPUS arrays in numa_64travis@sgi.com1-0/+1
2007-10-09knfsd: Add source address to sunrpc svc errorsDr. David Alan Gilbert1-10/+30
2007-07-10sendfile: convert nfsd to splice_direct_to_actor()Jens Axboe1-1/+1
2007-05-09RPC: add wrapper for svc_reserve to account for checksumJeff Layton1-1/+1
2007-04-30SUNRPC: switch the RPC server to use the new rpcbind registration APIChuck Lever1-1/+1
2007-03-06[PATCH] knfsd: provide sunrpc pool_mode module optionGreg Banks1-19/+114
2007-03-06[PATCH] knfsd: fix recently introduced problem with shutting down a busy NFS serverNeilBrown1-12/+9
2007-02-20[PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter1-1/+1
2007-02-20[PATCH] Replace highest_possible_node_id() with nr_node_idsChristoph Lameter1-2/+2
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-14/+14
2007-02-10[NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki1-12/+12
2007-02-09[PATCH] knfsd: fix a race in closing NFSd connectionsNeilBrown1-2/+2
2007-02-03SUNRPC: fix print format for tk_pidChuck Lever1-3/+3
2007-01-30[PATCH] knfsd: ratelimit some nfsd messages that are triggered by external eventsNeilBrown1-17/+16
2007-01-26[PATCH] knfsd: fix setting of ACL server versionsNeilBrown1-1/+2
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-1/+1
2006-10-17[PATCH] knfsd: Allow lockd to drop replies as appropriateNeilBrown1-0/+5
2006-10-06[PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpcNeilBrown1-7/+10
2006-10-04[PATCH] knfsd: svcrpc: use consistent variable name for the reply stateJ.Bruce Fields1-3/+3
2006-10-04[PATCH] knfsd: register all RPC programs with portmapper by defaultOlaf Kirch1-14/+23
2006-10-04[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGreg Banks1-0/+15
2006-10-04[PATCH] knfsd: Replace two page lists in struct svc_rqst with oneNeilBrown1-14/+7