1. 27df6f2 sunrpc: fix possible overrun on read of /proc/sys/sunrpc/transports by Cyrill Gorcunov · 16 years ago
  2. 24b8b44 svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_tasklet by Tom Tucker · 16 years ago
  3. 414f746 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  4. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  5. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  6. 0bc3cc0 cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu by Mike Travis · 16 years ago
  7. eb6a12c Merge branch 'linus' into cpus4096-for-linus by Ingo Molnar · 16 years ago
  8. 14b395e Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  9. 65c0118 cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptr by Mike Travis · 16 years ago
  10. bb2c018 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  11. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  12. 8263884 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  13. a86dc49 SUNRPC: Remove the BKL from the callback functions by Trond Myklebust · 16 years ago
  14. c2e1b09 SUNRPC: Support registering IPv6 interfaces with local rpcbind daemon by Chuck Lever · 16 years ago
  15. babe80e SUNRPC: Refactor rpcb_register to make rpcbindv4 support easier by Chuck Lever · 16 years ago
  16. 423d8b0 SUNRPC: None of rpcb_create's callers wants a privileged source port by Chuck Lever · 16 years ago
  17. cc5598b SUNRPC: Introduce a specific rpcb_create for contacting localhost by Chuck Lever · 16 years ago
  18. 166b88d SUNRPC: Use correct XDR encoding procedure for rpcbind SET/UNSET by Chuck Lever · 16 years ago
  19. 381ba74 SUNRPC: Ensure our task is notified when an rpcbind call is done by Trond Myklebust · 16 years ago
  20. 40fef8a SUNRPC: Use only rpcbind v2 for AF_INET requests by Chuck Lever · 16 years ago
  21. 8842413 SUNRPC: Use GETADDR for rpcbind version 4 queries by Chuck Lever · 16 years ago
  22. 6a77405 SUNRPC: Use rpcbind version 2 GETPORT by Chuck Lever · 16 years ago
  23. fc200e7 SUNRPC: Document some naked integers in rpcbind client by Chuck Lever · 16 years ago
  24. 877fcf1 SUNRPC: More useful debugging output for rpcb client by Chuck Lever · 16 years ago
  25. b22602a SUNRPC: Ensure all transports set rq_xtime consistently by Chuck Lever · 16 years ago
  26. a486aed rpc: minor cleanup of scheduler callback code by \\\"J. Bruce Fields\\\ · 16 years ago
  27. d25a03c rpc: remove some unused macros by \\\"J. Bruce Fields\\\ · 16 years ago
  28. 720b8f2 rpc: eliminate unused variable in auth_gss upcall code by \\\"J. Bruce Fields\\\ · 16 years ago
  29. b6b6152 rpc: bring back cl_chatty by Olga Kornievskaia · 16 years ago
  30. cd983ef SUNRPC: Remove obsolete messages during transport connect by Chuck Lever · 16 years ago
  31. cb3997b SUNRPC: Display some debugging information as text rather than numbers by Chuck Lever · 16 years ago
  32. 38e886e SUNRPC: Refactor rpc_show_tasks by Chuck Lever · 16 years ago
  33. 68a23ee SUNRPC: Don't display the rpc_show_tasks header if there are no tasks by Chuck Lever · 16 years ago
  34. b0e1c57 SUNRPC: Rename "call_" functions that are no longer FSM states by Chuck Lever · 16 years ago
  35. 3748f1e SUNRPC: Add a function to display the name of an RPC procedure by Chuck Lever · 16 years ago
  36. 0f38b87 SUNRPC: Use GFP_NOFS when allocating credentials by Trond Myklebust · 16 years ago
  37. b390c2b SUNRPC: An ENOMEM error from call_encode is always fatal by Trond Myklebust · 16 years ago
  38. 8b39f2b SUNRPC: Ensure we exit early in case of an encode error by Trond Myklebust · 16 years ago
  39. 803a906 SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookups by Trond Myklebust · 16 years ago
  40. 0d3a34b SUNRPC: Fix a double-free in rpcbind by Trond Myklebust · 16 years ago
  41. 68083e0 Merge commit 'v2.6.26-rc9' into cpus4096 by Ingo Molnar · 16 years ago
  42. e86322f Merge branch 'for-bfields' of git://linux-nfs.org/~tomtucker/xprt-switch-2.6 into for-2.6.27 by J. Bruce Fields · 16 years ago
  43. b620754 svcrpc: fix handling of garbage args by J. Bruce Fields · 16 years ago
  44. 8948896 svcrdma: Change WR context get/put to use the kmem cache by Tom Tucker · 16 years ago
  45. bf5927d svcrdma: Create a kmem cache for the WR contexts by Tom Tucker · 16 years ago
  46. 902a94e svcrdma: Add flush_scheduled_work to module exit function by Tom Tucker · 16 years ago
  47. 36ef25e svcrdma: Limit ORD based on client's advertised IRD by Tom Tucker · 16 years ago
  48. 94dba49 svcrdma: Remove unneeded spin locks from __svc_rdma_free by Tom Tucker · 16 years ago
  49. 87295b6 svcrdma: Add dma map count and WARN_ON by Tom Tucker · 16 years ago
  50. e6ab914 svcrdma: Move the DMA unmap logic to the CQ handler by Tom Tucker · 16 years ago
  51. f820c57 svcrdma: Use reply and chunk map for RDMA_READ processing by Tom Tucker · 16 years ago
  52. 34d16e4 svcrdma: Use RPC reply map for RDMA_WRITE processing by Tom Tucker · 16 years ago
  53. ab96ddd svcrdma: Add a type for keeping NFS RPC mapping by Tom Tucker · 16 years ago
  54. 863a248 gss_krb5: Use random value to initialize confounder by Kevin Coffman · 16 years ago
  55. db8add5 gss_krb5: move gss_krb5_crypto into the krb5 module by Kevin Coffman · 16 years ago
  56. d00953a gss_krb5: create a define for token header size and clean up ptr location by Kevin Coffman · 16 years ago
  57. a75c5d0 sunrpc: remove sv_kill_signal field from svc_serv struct by Jeff Layton · 16 years ago
  58. 9867d76 knfsd: convert knfsd to kthread API by Jeff Layton · 16 years ago
  59. bedbdd8 knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown locking. by Neil Brown · 16 years ago
  60. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  61. 3f9b48a net: Pass reference to cpumask variable in net/sunrpc/svc.c by Mike Travis · 16 years ago
  62. d40ace0 Merge branch 'for-2.6.26' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  63. 68432a0 Merge branch 'from-tomtucker' into for-2.6.26 by J. Bruce Fields · 16 years ago
  64. a6f911c svcrdma: Verify read-list fits within RPCSVC_MAXPAGES by Tom Tucker · 16 years ago
  65. 008fdbc svcrdma: Change svc_rdma_send_error return type to void by Tom Tucker · 16 years ago
  66. af261af svcrdma: Copy transport address and arm CQ before calling rdma_accept by Tom Tucker · 16 years ago
  67. 69500c4 svcrdma: Set rqstp transport address in rdma_read_complete function by Tom Tucker · 16 years ago
  68. 97a3df3 svcrdma: Use ib verbs version of dma_unmap by Tom Tucker · 16 years ago
  69. 356d0a1 svcrdma: Cleanup queued, but unprocessed I/O in svc_rdma_free by Tom Tucker · 16 years ago
  70. 1711386 svcrdma: Move the QP and cm_id destruction to svc_rdma_free by Tom Tucker · 16 years ago
  71. 0905c0f svcrdma: Add reference for each SQ/RQ WR by Tom Tucker · 16 years ago
  72. 8da91ea svcrdma: Move destroy to kernel thread by Tom Tucker · 16 years ago
  73. 47698e0 svcrdma: Shrink scope of spinlock on RQ CQ by Tom Tucker · 16 years ago
  74. 8740767 svcrdma: Use standard Linux lists for context cache by Tom Tucker · 16 years ago
  75. 02e7452 svcrdma: Simplify RDMA_READ deferral buffer management by Tom Tucker · 16 years ago
  76. 10a38c3 svcrdma: Remove unused READ_DONE context flags bit by Tom Tucker · 16 years ago
  77. d16d400 svcrdma: Return error from rdma_read_xdr so caller knows to free context by Tom Tucker · 16 years ago
  78. 58e8f62 svcrdma: Fix error handling during listening endpoint creation by Tom Tucker · 16 years ago
  79. 5ac461a svcrdma: Free context on post_recv error in send_reply by Tom Tucker · 16 years ago
  80. 05a0826 svcrdma: Free context on ib_post_recv error by Tom Tucker · 16 years ago
  81. 120693d svcrdma: Add put of connection ESTABLISHED reference in rdma_cma_handler by Tom Tucker · 16 years ago
  82. 9d6347a svcrdma: Fix return value in svc_rdma_send by Tom Tucker · 16 years ago
  83. dbcd00e svcrdma: Fix race with dto_tasklet in svc_rdma_send by Tom Tucker · 16 years ago
  84. 0e7f011 svcrdma: Simplify receive buffer posting by Tom Tucker · 16 years ago
  85. aa3314c svc: Remove unused header files from svc_xprt.c by Tom Tucker · 16 years ago
  86. fc63a05 svc: Remove extra check for XPT_DEAD bit in svc_xprt_enqueue by Tom Tucker · 16 years ago
  87. d71a4dd svcrpc: fix proc/net/rpc/auth.unix.ip/content display by J. Bruce Fields · 16 years ago
  88. b452876 SUNRPC: AUTH_SYS "machine creds" shouldn't use negative valued uid/gid by Trond Myklebust · 16 years ago
  89. 625fc3a Remove duplicated include in net/sunrpc/svc.c by Huang Weiyi · 16 years ago
  90. e7fe233 sunrpc: assign PDE->data before gluing PDE into /proc tree by Denis V. Lunev · 16 years ago
  91. 77a50df Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  92. 0b80ae4 sunrpc: fix missing kernel-doc by Randy Dunlap · 16 years ago
  93. 563307b Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  94. 233607d Merge branch 'devel' by Trond Myklebust · 16 years ago
  95. b48633b SUNRPC: Invalidate the RPCSEC_GSS session if the server dropped the request by Trond Myklebust · 16 years ago
  96. 0dc220f SUNRPC: Use unsigned loop and array index in svc_init_buffer() by Chuck Lever · 16 years ago
  97. 50c8bb1 SUNRPC: Use unsigned index when looping over arrays by Chuck Lever · 16 years ago
  98. c0401ea SUNRPC: Update RPC server's TCP record marker decoder by Chuck Lever · 16 years ago
  99. b7872fe SUNRPC: RPC server still uses 2.4 method for disabling TCP Nagle by Chuck Lever · 16 years ago
  100. 8774282 SUNRPC: remove svc_create_thread() by Jeff Layton · 16 years ago