1. 625fc3a Remove duplicated include in net/sunrpc/svc.c by Huang Weiyi · 16 years ago
  2. 0dc220f SUNRPC: Use unsigned loop and array index in svc_init_buffer() by Chuck Lever · 16 years ago
  3. 50c8bb1 SUNRPC: Use unsigned index when looping over arrays by Chuck Lever · 16 years ago
  4. 8774282 SUNRPC: remove svc_create_thread() by Jeff Layton · 16 years ago
  5. c3bb257 net/sunrpc/svc.c: suppress unintialized var warning by Andrew Morton · 16 years ago
  6. dd35210 sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGS by Harshula Jayasuriya · 16 years ago
  7. c5f59f0 nodemask: use new node_to_cpumask_ptr function by Mike Travis · 16 years ago
  8. ea339d4 SUNRPC: RPC program information is stored in unsigned integers by Chuck Lever · 17 years ago
  9. d2f7e79 SUNRPC: Move exported symbol definitions after function declaration part 2 by Trond Myklebust · 17 years ago
  10. 0113ab3 SUNRPC: spin svc_rqst initialization to its own function by Jeff Layton · 16 years ago
  11. 7a18208 svc: Make close transport independent by Tom Tucker · 17 years ago
  12. e831fe6 svc: Add xpo_prep_reply_hdr by Tom Tucker · 17 years ago
  13. 4902315 svc: Add a max payload value to the transport by Tom Tucker · 17 years ago
  14. df3825c x86: change NR_CPUS arrays in numa_64 by travis@sgi.com · 16 years ago
  15. 354ecbb knfsd: Add source address to sunrpc svc errors by Dr. David Alan Gilbert · 17 years ago
  16. cf8208d sendfile: convert nfsd to splice_direct_to_actor() by Jens Axboe · 17 years ago
  17. cd12301 RPC: add wrapper for svc_reserve to account for checksum by Jeff Layton · 17 years ago
  18. 2608001 SUNRPC: switch the RPC server to use the new rpcbind registration API by Chuck Lever · 17 years ago
  19. 42a7fc4 [PATCH] knfsd: provide sunrpc pool_mode module option by Greg Banks · 17 years ago
  20. cda1fd4 [PATCH] knfsd: fix recently introduced problem with shutting down a busy NFS server by NeilBrown · 17 years ago
  21. 53b8a31 [PATCH] Convert highest_possible_processor_id to nr_cpu_ids by Christoph Lameter · 17 years ago
  22. 74c7aa8 [PATCH] Replace highest_possible_node_id() with nr_node_ids by Christoph Lameter · 17 years ago
  23. d9bc125c Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 17 years ago
  24. cca5172 [NET] SUNRPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  25. aaf68cf [PATCH] knfsd: fix a race in closing NFSd connections by NeilBrown · 17 years ago
  26. 46121cf SUNRPC: fix print format for tk_pid by Chuck Lever · 17 years ago
  27. 34e9a63 [PATCH] knfsd: ratelimit some nfsd messages that are triggered by external events by NeilBrown · 17 years ago
  28. 1a8eff6 [PATCH] knfsd: fix setting of ACL server versions by NeilBrown · 17 years ago
  29. cd86128 [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() by Robert P. J. Day · 18 years ago
  30. d343fce [PATCH] knfsd: Allow lockd to drop replies as appropriate by NeilBrown · 18 years ago
  31. c6b0a9f [PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpc by NeilBrown · 18 years ago
  32. 8f8e05c [PATCH] knfsd: svcrpc: use consistent variable name for the reply state by J.Bruce Fields · 18 years ago
  33. bc5fea4 [PATCH] knfsd: register all RPC programs with portmapper by default by Olaf Kirch · 18 years ago
  34. 7adae48 [PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCP by Greg Banks · 18 years ago
  35. 4452435 [PATCH] knfsd: Replace two page lists in struct svc_rqst with one by NeilBrown · 18 years ago
  36. bfd2416 [PATCH] knfsd: make rpc threads pools numa aware by Greg Banks · 18 years ago
  37. a745544 [PATCH] knfsd: add svc_set_num_threads by Greg Banks · 18 years ago
  38. 3262c81 [PATCH] knfsd: split svc_serv into pools by Greg Banks · 18 years ago
  39. 36bdfc8 [PATCH] knfsd: move tempsock aging to a timer by Greg Banks · 18 years ago
  40. 6fb2b47 [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process by NeilBrown · 18 years ago
  41. bc591cc [PATCH] knfsd: add a callback for when last rpc thread finishes by NeilBrown · 18 years ago
  42. d8ed029 [SUNRPC]: trivial endianness annotations by Alexey Dobriyan · 18 years ago
  43. 7699431 [SUNRPC]: svc_{get,put}nl() by Alexey Dobriyan · 18 years ago
  44. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  45. 7c9fdcf [PATCH] knfsd: svcrpc: gss: server-side implementation of rpcsec_gss privacy by J. Bruce Fields · 18 years ago
  46. 5c04c46 [PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy case by J. Bruce Fields · 18 years ago
  47. 8b3a700 [NET]: Remove more unneeded typecasts on *malloc() by Kris Katterjohn · 19 years ago
  48. 12fe2c5 [NET]: Remove unneeded kmalloc() return value casts by Jesper Juhl · 19 years ago
  49. 09a6266 [NET]: Change some "if (x) BUG();" to "BUG_ON(x);" by Kris Katterjohn · 19 years ago
  50. a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
  51. 80d188a [PATCH] knfsd: make sure svc_process call the correct pg_authenticate for multi-service port by NeilBrown · 19 years ago
  52. 9ba0263 [PATCH] RPC: Allow the sunrpc server to multiplex serveral programs on a single port by Andreas Gruenbacher · 19 years ago
  53. 334ccfd [PATCH] RPC: Ensure XDR iovec length is initialized correctly in call_header by Trond Myklebust · 19 years ago
  54. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago