summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc.c
AgeCommit message (Expand)AuthorLines
2008-05-08Remove duplicated include in net/sunrpc/svc.cHuang Weiyi-1/+0
2008-04-23SUNRPC: Use unsigned loop and array index in svc_init_buffer()Chuck Lever-3/+2
2008-04-23SUNRPC: Use unsigned index when looping over arraysChuck Lever-2/+3
2008-04-23SUNRPC: remove svc_create_thread()Jeff Layton-10/+0
2008-04-23net/sunrpc/svc.c: suppress unintialized var warningAndrew Morton-1/+1
2008-04-23sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGSHarshula Jayasuriya-2/+1
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis-5/+11
2008-02-01SUNRPC: RPC program information is stored in unsigned integersChuck Lever-2/+3
2008-02-01SUNRPC: Move exported symbol definitions after function declaration part 2Trond Myklebust-0/+7
2008-02-01SUNRPC: spin svc_rqst initialization to its own functionJeff Layton-17/+42
2008-02-01svc: Make close transport independentTom Tucker-7/+2
2008-02-01svc: Add xpo_prep_reply_hdrTom Tucker-3/+3
2008-02-01svc: Add a max payload value to the transportTom Tucker-3/+1
2008-01-30x86: change NR_CPUS arrays in numa_64travis@sgi.com-0/+1
2007-10-09knfsd: Add source address to sunrpc svc errorsDr. David Alan Gilbert-10/+30
2007-07-10sendfile: convert nfsd to splice_direct_to_actor()Jens Axboe-1/+1
2007-05-09RPC: add wrapper for svc_reserve to account for checksumJeff Layton-1/+1
2007-04-30SUNRPC: switch the RPC server to use the new rpcbind registration APIChuck Lever-1/+1
2007-03-06[PATCH] knfsd: provide sunrpc pool_mode module optionGreg Banks-19/+114
2007-03-06[PATCH] knfsd: fix recently introduced problem with shutting down a busy NFS ...NeilBrown-12/+9
2007-02-20[PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter-1/+1
2007-02-20[PATCH] Replace highest_possible_node_id() with nr_node_idsChristoph Lameter-2/+2
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust-14/+14
2007-02-10[NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki-12/+12
2007-02-09[PATCH] knfsd: fix a race in closing NFSd connectionsNeilBrown-2/+2
2007-02-03SUNRPC: fix print format for tk_pidChuck Lever-3/+3
2007-01-30[PATCH] knfsd: ratelimit some nfsd messages that are triggered by external ev...NeilBrown-17/+16
2007-01-26[PATCH] knfsd: fix setting of ACL server versionsNeilBrown-1/+2
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day-1/+1
2006-10-17[PATCH] knfsd: Allow lockd to drop replies as appropriateNeilBrown-0/+5
2006-10-06[PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpcNeilBrown-7/+10
2006-10-04[PATCH] knfsd: svcrpc: use consistent variable name for the reply stateJ.Bruce Fields-3/+3
2006-10-04[PATCH] knfsd: register all RPC programs with portmapper by defaultOlaf Kirch-14/+23
2006-10-04[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGreg Banks-0/+15
2006-10-04[PATCH] knfsd: Replace two page lists in struct svc_rqst with oneNeilBrown-14/+7
2006-10-02[PATCH] knfsd: make rpc threads pools numa awareGreg Banks-1/+254
2006-10-02[PATCH] knfsd: add svc_set_num_threadsGreg Banks-3/+136
2006-10-02[PATCH] knfsd: split svc_serv into poolsGreg Banks-7/+49
2006-10-02[PATCH] knfsd: move tempsock aging to a timerGreg Banks-0/+3
2006-10-02[PATCH] knfsd: Drop 'serv' option to svc_recv and svc_processNeilBrown-1/+2
2006-10-02[PATCH] knfsd: add a callback for when last rpc thread finishesNeilBrown-1/+6
2006-09-28[SUNRPC]: trivial endianness annotationsAlexey Dobriyan-4/+4
2006-09-28[SUNRPC]: svc_{get,put}nl()Alexey Dobriyan-22/+22
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris-4/+2
2006-06-30[PATCH] knfsd: svcrpc: gss: server-side implementation of rpcsec_gss privacyJ. Bruce Fields-0/+1
2006-06-30[PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy caseJ. Bruce Fields-0/+2
2006-01-11[NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn-1/+1
2006-01-10[NET]: Remove unneeded kmalloc() return value castsJesper Juhl-2/+2
2006-01-09[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn-2/+1
2005-11-08[NET]: kfree cleanupJesper Juhl-6/+3