1. 62bc62a page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths by Christoph Lameter · 15 years ago
  2. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  3. bf12691 sunrpc/auth_gss: Call rcu_barrier() on module unload. by Jesper Dangaard Brouer · 15 years ago
  4. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  5. c8bce3d Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  6. 98779be svcrdma: dma unmap the correct length for the RPCRDMA header page. by Steve Wise · 15 years ago
  7. 7f42183 nfsd: Revert "svcrpc: take advantage of tcp autotuning" by J. Bruce Fields · 15 years ago
  8. 6874308 XPRTRDMA: fix client rpcrdma FRMR registration on mlx4 devices by Vu Pham · 15 years ago
  9. 2ea3f86 Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  10. 21515e4 svcrdma: clean up error paths. by Steve Wise · 15 years ago
  11. f75e674 SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnect by Trond Myklebust · 15 years ago
  12. d0687be svcrdma: Fix dma map direction for rdma read targets by Steve Wise · 15 years ago
  13. a638562 Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  14. 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  15. 2f42587 nfsd: don't use the deferral service, return NFS4ERR_DELAY by Andy Adamson · 15 years ago
  16. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  17. cc85906 Merge branch 'devel' into for-linus by Trond Myklebust · 15 years ago
  18. c69da77 SUNRPC: Ensure IPV6_V6ONLY is set on the socket before binding to a port by Trond Myklebust · 15 years ago
  19. 558f6ab Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Rusty Russell · 15 years ago
  20. d17abcd Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  21. 65fb0d2 Merge branch 'linus' into cpumask-for-linus by Ingo Molnar · 15 years ago
  22. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  23. 692105b trivial: fix typos/grammar errors in Kconfig texts by Matt LaPlante · 16 years ago
  24. aa85ea5 cpumask: use new cpumask_ functions in core code. by Rusty Russell · 15 years ago
  25. 9355982 SUNRPC: Remove CONFIG_SUNRPC_REGISTER_V4 by Chuck Lever · 15 years ago
  26. 363f724 SUNRPC: rpcb_register() should handle errors silently by Chuck Lever · 15 years ago
  27. cadc0fa SUNRPC: Simplify kernel RPC service registration by Chuck Lever · 15 years ago
  28. d5a8620 SUNRPC: Simplify svc_unregister() by Chuck Lever · 15 years ago
  29. 1673d0d SUNRPC: Allow callers to pass rpcb_v4_register a NULL address by Chuck Lever · 15 years ago
  30. 126e4bc SUNRPC: rpcbind actually interprets r_owner string by Chuck Lever · 15 years ago
  31. 3aba455 SUNRPC: Clean up address type casts in rpcb_v4_register() by Chuck Lever · 15 years ago
  32. ba5c35e SUNRPC: Don't return EPROTONOSUPPORT in svc_register()'s helpers by Chuck Lever · 15 years ago
  33. fc28dec SUNRPC: Use IPv4 loopback for registering AF_INET6 kernel RPC services by Chuck Lever · 15 years ago
  34. 7d21c0f SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener sockets by Chuck Lever · 15 years ago
  35. 49a9072 SUNRPC: Remove @family argument from svc_create() and svc_create_pooled() by Chuck Lever · 15 years ago
  36. 9652ada SUNRPC: Change svc_create_xprt() to take a @family argument by Chuck Lever · 15 years ago
  37. baf01ca SUNRPC: svc_setup_socket() gets protocol family from socket by Chuck Lever · 15 years ago
  38. 4b62e58 SUNRPC: Pass a family argument to svc_register() by Chuck Lever · 15 years ago
  39. 156e620 SUNRPC: Clean up svc_find_xprt() calling sequence by Chuck Lever · 15 years ago
  40. 776bd5c SUNRPC: Don't flag empty RPCB_GETADDR reply as bogus by Chuck Lever · 15 years ago
  41. 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  42. abd91ee sunrpc/svc.c: Remove unused line 'rqstp->rq_server = serv;' in svc_process by ideawu · 15 years ago
  43. 3ba13d1 constify dentry_operations: rest by Al Viro · 15 years ago
  44. 08abe18 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  45. 2e3c230 SVCRDMA: fix recent printk format warnings. by Tom Talpey · 15 years ago
  46. 55420c2 SUNRPC: Ensure we close the socket on EPIPE errors too... by Trond Myklebust · 15 years ago
  47. b61d59f SUNRPC: xs_tcp_connect_worker{4,6}: merge common code by Trond Myklebust · 15 years ago
  48. 25fe614 SUNRPC: Add a sysctl to control the duration of the socket linger timeout by Trond Myklebust · 15 years ago
  49. 7d1e825 SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC sockets by Trond Myklebust · 15 years ago
  50. 47a14ef svcrpc: take advantage of tcp autotuning by Olga Kornievskaia · 16 years ago
  51. 03cf6c9 knfsd: add file to export stats about nfsd pools by Greg Banks · 16 years ago
  52. 59a252f knfsd: avoid overloading the CPU scheduler with enormous load averages by Greg Banks · 16 years ago
  53. a70f730 cpumask: replace node_to_cpumask with cpumask_of_node. by Rusty Russell · 15 years ago
  54. 5e3771c SUNRPC: Ensure that xs_nospace return values are propagated by Trond Myklebust · 15 years ago
  55. 8a2cec2 SUNRPC: Delay, then retry on connection errors. by Trond Myklebust · 15 years ago
  56. 2a49199 SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pending by Trond Myklebust · 15 years ago
  57. 482f32e SUNRPC: Handle socket errors correctly by Trond Myklebust · 15 years ago
  58. c8485e4 SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit() by Trond Myklebust · 15 years ago
  59. 40d2549 SUNRPC: Don't disconnect if a connection is still in progress. by Trond Myklebust · 15 years ago
  60. 670f945 SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN... by Trond Myklebust · 15 years ago
  61. 15f081c SUNRPC: Avoid an unnecessary task reschedule on ENOTCONN by Trond Myklebust · 15 years ago
  62. 441e3e2 SUNRPC: dynamically load RPC transport modules on-demand by Tom Talpey · 15 years ago
  63. b38ab40 XPRTRDMA: correct an rpc/rdma inline send marshaling error by Tom Talpey · 15 years ago
  64. b1e1e15 SVCRDMA: remove faulty assertions in rpc/rdma chunk validation. by Tom Talpey · 15 years ago
  65. fe315e7 SUNRPC: Avoid spurious wake-up during UDP connect processing by Chuck Lever · 15 years ago
  66. 01d37c4 SUNRPC: xprt_connect() don't abort the task if the transport isn't bound by Trond Myklebust · 15 years ago
  67. fba91af SUNRPC: Fix an Oops due to socket not set up yet... by Trond Myklebust · 15 years ago
  68. eb9b55a SUNRPC: Tighten up the task locking rules in __rpc_execute() by Trond Myklebust · 15 years ago
  69. 1f0fa15 net/sunrpc/xprtsock.c: some common code found by Ilpo Järvinen · 15 years ago
  70. 55128bc sunrpc: fix rdma dependencies by Randy Dunlap · 16 years ago
  71. ce0cf66 nfs: note that CONFIG_SUNRPC_XPRT_RDMA turns on server side support too by J. Bruce Fields · 16 years ago
  72. 9098c24 fs/Kconfig: move sunrpc out by Alexey Dobriyan · 16 years ago
  73. 24c3767 SUNRPC: The sunrpc server code should not be used by out-of-tree modules by Trond Myklebust · 16 years ago
  74. 22945e4 svc: Clean up deferred requests on transport destruction by Tom Tucker · 16 years ago
  75. 2779e3a svc: Move kfree of deferral record to common code by Tom Tucker · 16 years ago
  76. 69b6ba3 SUNRPC: Ensure the server closes sockets in a timely fashion by Trond Myklebust · 16 years ago
  77. c9233eb sunrpc: add sv_maxconn field to svc_serv (try #3) by Jeff Layton · 16 years ago
  78. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  79. 08cc36c Merge branch 'devel' into next by Trond Myklebust · 16 years ago
  80. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  81. 2efef70 rpc: add service field to new upcall by Olga Kornievskaia · 16 years ago
  82. 8b1c7bf rpc: add target field to new upcall by Olga Kornievskaia · 16 years ago
  83. 61054b1 nfsd: support callbacks with gss flavors by Olga Kornievskaia · 16 years ago
  84. 945b34a rpc: allow gss callbacks to client by Olga Kornievskaia · 16 years ago
  85. 608207e rpc: pass target name down to rpc level on callbacks by Olga Kornievskaia · 16 years ago
  86. 68e76ad nfsd: pass client principal name in rsc downcall by Olga Kornievskaia · 16 years ago
  87. 34769fc rpc: implement new upcall by \"J. Bruce Fields\ · 16 years ago
  88. 5b7ddd4 rpc: store pointer to pipe inode in gss upcall message by \"J. Bruce Fields\ · 16 years ago
  89. 79a3f20 rpc: use count of pipe openers to wait for first open by \"J. Bruce Fields\ · 16 years ago
  90. cf81939 rpc: track number of users of the gss upcall pipe by \"J. Bruce Fields\ · 16 years ago
  91. e712804 rpc: call release_pipe only on last close by \"J. Bruce Fields\ · 16 years ago
  92. c381060 rpc: add an rpc_pipe_open method by \"J. Bruce Fields\ · 16 years ago
  93. db75b3d rpc: minor gss_alloc_msg cleanup by \"J. Bruce Fields\ · 16 years ago
  94. b03568c rpc: factor out warning code from gss_pipe_destroy_msg by \"J. Bruce Fields\ · 16 years ago
  95. 99db356 rpc: remove unnecessary assignment by \"J. Bruce Fields\ · 16 years ago
  96. 6dcd392 sunrpc: fix code that makes auth_gss send destroy_cred message (try #2) by Jeff Layton · 16 years ago
  97. 64672d5 optimize attribute timeouts for "noac" and "actimeo=0" by Peter Staubach · 16 years ago
  98. 7bd8826 SUNRPC: rpcsec_gss modules should not be used by out-of-tree code by Trond Myklebust · 16 years ago
  99. 468039e SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPL by Trond Myklebust · 16 years ago
  100. 88a9fe8 SUNRPC: Remove the last remnant of the BKL... by Trond Myklebust · 16 years ago