summaryrefslogtreecommitdiff
path: root/net/sunrpc/svc.c
AgeCommit message (Expand)Author
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
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis
2008-02-01SUNRPC: RPC program information is stored in unsigned integersChuck Lever
2008-02-01SUNRPC: Move exported symbol definitions after function declaration part 2Trond Myklebust
2008-02-01SUNRPC: spin svc_rqst initialization to its own functionJeff Layton
2008-02-01svc: Make close transport independentTom Tucker
2008-02-01svc: Add xpo_prep_reply_hdrTom Tucker
2008-02-01svc: Add a max payload value to the transportTom Tucker
2008-01-30x86: change NR_CPUS arrays in numa_64travis@sgi.com
2007-10-09knfsd: Add source address to sunrpc svc errorsDr. David Alan Gilbert
2007-07-10sendfile: convert nfsd to splice_direct_to_actor()Jens Axboe
2007-05-09RPC: add wrapper for svc_reserve to account for checksumJeff Layton
2007-04-30SUNRPC: switch the RPC server to use the new rpcbind registration APIChuck Lever
2007-03-06[PATCH] knfsd: provide sunrpc pool_mode module optionGreg Banks
2007-03-06[PATCH] knfsd: fix recently introduced problem with shutting down a busy NFS ...NeilBrown
2007-02-20[PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter
2007-02-20[PATCH] Replace highest_possible_node_id() with nr_node_idsChristoph Lameter
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust
2007-02-10[NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki
2007-02-09[PATCH] knfsd: fix a race in closing NFSd connectionsNeilBrown
2007-02-03SUNRPC: fix print format for tk_pidChuck Lever
2007-01-30[PATCH] knfsd: ratelimit some nfsd messages that are triggered by external ev...NeilBrown
2007-01-26[PATCH] knfsd: fix setting of ACL server versionsNeilBrown
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day
2006-10-17[PATCH] knfsd: Allow lockd to drop replies as appropriateNeilBrown
2006-10-06[PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpcNeilBrown
2006-10-04[PATCH] knfsd: svcrpc: use consistent variable name for the reply stateJ.Bruce Fields
2006-10-04[PATCH] knfsd: register all RPC programs with portmapper by defaultOlaf Kirch
2006-10-04[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGreg Banks
2006-10-04[PATCH] knfsd: Replace two page lists in struct svc_rqst with oneNeilBrown
2006-10-02[PATCH] knfsd: make rpc threads pools numa awareGreg Banks