SUNRPC: The sunrpc server code should not be used by out-of-tree modules
[safe/jmp/linux-2.6] / net / sunrpc / svc.c
2009-01-07 Trond MyklebustSUNRPC: The sunrpc server code should not be used by...
2008-09-29 Chuck LeverSUNRPC: Fix up svc_unregister()
2008-09-29 Chuck LeverSUNRPC: Register both netids for AF_INET6 servers
2008-09-29 Chuck LeverSUNRPC: Support IPv6 when registering kernel RPC services
2008-09-29 Chuck LeverSUNRPC: Split portmap unregister API into separate...
2008-09-29 Chuck LeverSUNRPC: Simplify rpcb_register() API
2008-09-29 Chuck LeverSUNRPC: Add address family field to svc_serv data structure
2008-07-26 Mike Traviscpumask: change cpumask_of_cpu_ptr to use new cpumask_o...
2008-07-21 Ingo MolnarMerge branch 'linus' into cpus4096-for-linus
2008-07-18 Mike Traviscpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptr
2008-06-23 Jeff Laytonsunrpc: remove sv_kill_signal field from svc_serv struct
2008-06-23 Jeff Laytonknfsd: convert knfsd to kthread API
2008-06-23 Neil Brownknfsd: Replace lock_kernel with a mutex for nfsd thread...
2008-05-23 Mike Travisnet: Pass reference to cpumask variable in net/sunrpc...
2008-05-08 Huang WeiyiRemove duplicated include in net/sunrpc/svc.c
2008-04-23 Chuck LeverSUNRPC: Use unsigned loop and array index in svc_init_b...
2008-04-23 Chuck LeverSUNRPC: Use unsigned index when looping over arrays
2008-04-23 Jeff LaytonSUNRPC: remove svc_create_thread()
2008-04-23 Andrew Mortonnet/sunrpc/svc.c: suppress unintialized var warning
2008-04-23 Harshula Jayasuriyasunrpc: GSS integrity and decryption failures should...
2008-04-19 Mike Travisnodemask: use new node_to_cpumask_ptr function
2008-02-01 Chuck LeverSUNRPC: RPC program information is stored in unsigned...
2008-02-01 Trond MyklebustSUNRPC: Move exported symbol definitions after function...
2008-02-01 Jeff LaytonSUNRPC: spin svc_rqst initialization to its own function
2008-02-01 Tom Tuckersvc: Make close transport independent
2008-02-01 Tom Tuckersvc: Add xpo_prep_reply_hdr
2008-02-01 Tom Tuckersvc: Add a max payload value to the transport
2008-01-30 travis@sgi.comx86: change NR_CPUS arrays in numa_64
2007-10-09 Dr. David Alan Gilbertknfsd: Add source address to sunrpc svc errors
2007-07-10 Jens Axboesendfile: convert nfsd to splice_direct_to_actor()
2007-05-09 Jeff LaytonRPC: add wrapper for svc_reserve to account for checksum
2007-05-01 Chuck LeverSUNRPC: switch the RPC server to use the new rpcbind...
2007-03-06 Greg Banks[PATCH] knfsd: provide sunrpc pool_mode module option
2007-03-06 NeilBrown[PATCH] knfsd: fix recently introduced problem with...
2007-02-21 Christoph Lameter[PATCH] Convert highest_possible_processor_id to nr_cpu_ids
2007-02-21 Christoph Lameter[PATCH] Replace highest_possible_node_id() with nr_node_ids
2007-02-13 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2007-02-11 YOSHIFUJI Hideaki[NET] SUNRPC: Fix whitespace errors.
2007-02-09 NeilBrown[PATCH] knfsd: fix a race in closing NFSd connections
2007-02-03 Chuck LeverSUNRPC: fix print format for tk_pid
2007-01-30 NeilBrown[PATCH] knfsd: ratelimit some nfsd messages that are...
2007-01-26 NeilBrown[PATCH] knfsd: fix setting of ACL server versions
2006-12-13 Robert P. J. Day[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
2006-10-17 NeilBrown[PATCH] knfsd: Allow lockd to drop replies as appropriate
2006-10-06 NeilBrown[PATCH] knfsd: tidy up up meaning of 'buffer size'...
2006-10-04 J.Bruce Fields[PATCH] knfsd: svcrpc: use consistent variable name...
2006-10-04 Olaf Kirch[PATCH] knfsd: register all RPC programs with portmappe...
2006-10-04 Greg Banks[PATCH] knfsd: Prepare knfsd for support of rsize/wsize...
2006-10-04 NeilBrown[PATCH] knfsd: Replace two page lists in struct svc_rqs...
2006-10-02 Greg Banks[PATCH] knfsd: make rpc threads pools numa aware
2006-10-02 Greg Banks[PATCH] knfsd: add svc_set_num_threads
2006-10-02 Greg Banks[PATCH] knfsd: split svc_serv into pools
2006-10-02 Greg Banks[PATCH] knfsd: move tempsock aging to a timer
2006-10-02 NeilBrown[PATCH] knfsd: Drop 'serv' option to svc_recv and svc_p...
2006-10-02 NeilBrown[PATCH] knfsd: add a callback for when last rpc thread...
2006-09-29 Alexey Dobriyan[SUNRPC]: trivial endianness annotations
2006-09-29 Alexey Dobriyan[SUNRPC]: svc_{get,put}nl()
2006-07-21 Panagiotis Issaris[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
2006-06-30 J. Bruce Fields[PATCH] knfsd: svcrpc: gss: server-side implementation...
2006-06-30 J. Bruce Fields[PATCH] knfsd: nfsd: mark rqstp to prevent use of sendf...
2006-01-12 Kris Katterjohn[NET]: Remove more unneeded typecasts on *malloc()
2006-01-10 Jesper Juhl[NET]: Remove unneeded kmalloc() return value casts
2006-01-09 Kris Katterjohn[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"
2005-11-08 Jesper Juhl[NET]: kfree cleanup
2005-11-07 NeilBrown[PATCH] knfsd: make sure svc_process call the correct...
2005-06-22 Andreas Gruenbacher[PATCH] RPC: Allow the sunrpc server to multiplex serve...
2005-06-22 Trond Myklebust[PATCH] RPC: Ensure XDR iovec length is initialized...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2