1. a1311d8 SUNRPC: Cleanup xs_destroy() by Trond Myklebust · 11 years ago
  2. 93dc41b SUNRPC: close a rare race in xs_tcp_setup_socket. by NeilBrown · 11 years ago
  3. 09c3e54 SUNRPC: remove duplicated include from clnt.c by Wei Yongjun · 11 years ago
  4. 9d3a226 SUNRPC: Fix buffer overflow checking in gss_encode_v0_msg/gss_encode_v1_msg by Trond Myklebust · 11 years ago
  5. 5fccc5b SUNRPC: gss_alloc_msg - choose _either_ a v0 message or a v1 message by Trond Myklebust · 11 years ago
  6. 8313164 SUNRPC: remove an unnecessary if statement by wangweidong · 11 years ago
  7. e3bfab1 sunrpc: comment typo fix by J. Bruce Fields · 11 years ago
  8. 34751b9 SUNRPC: Add correct rcu_dereference annotation in rpc_clnt_set_transport by Trond Myklebust · 11 years ago
  9. 40b00b6b SUNRPC: Add a helper to switch the transport of an rpc_clnt by Trond Myklebust · 11 years ago
  10. d746e54 SUNRPC: Modify synopsis of rpc_client_register() by Chuck Lever · 11 years ago
  11. 561ec16 SUNRPC: call_connect_status should recheck bind and connect status on error by Trond Myklebust · 11 years ago
  12. 9255194 SUNRPC: Remove redundant initialisations of request rq_bytes_sent by Trond Myklebust · 11 years ago
  13. ca7f33a SUNRPC: Fix RPC call retransmission statistics by Trond Myklebust · 11 years ago
  14. 8a19a0b SUNRPC: Add RPC task and client level options to disable the resend timeout by Trond Myklebust · 11 years ago
  15. 90051ea SUNRPC: Clean up - convert xprt_prepare_transmit to return a bool by Trond Myklebust · 11 years ago
  16. ee071ef SUNRPC: Clear the request rq_bytes_sent field in xprt_release_write by Trond Myklebust · 11 years ago
  17. 0a66052 SUNRPC: Don't set the request connect_cookie until a successful transmit by Trond Myklebust · 11 years ago
  18. 8b71798 SUNRPC: Only update the TCP connect cookie on a successful connect by Trond Myklebust · 11 years ago
  19. 7f260e8 SUNRPC: Enable the keepalive option for TCP sockets by Trond Myklebust · 11 years ago
  20. a0f6ed8 RPCSEC_GSS: fix crash on destroying gss auth by J. Bruce Fields · 11 years ago
  21. 26935fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  22. 1d7b24f Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  23. 23c323a SUNRPC: No, I did not intend to create a 256KiB hashtable by Trond Myklebust · 11 years ago
  24. 1342930 sunrpc: Add missing kuids conversion for printing by Geert Uytterhoeven · 11 years ago
  25. cf59676 Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  26. 70534a7 shrinker: convert remaining shrinkers to count/scan API by Dave Chinner · 11 years ago
  27. bf97293 Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  28. d4a5165 rpc: let xdr layer allocate gssproxy receieve pages by J. Bruce Fields · 11 years ago
  29. 9dfd87d rpc: fix huge kmalloc's in gss-proxy by J. Bruce Fields · 11 years ago
  30. 6a36978 rpc: comment on linux_cred encoding, treat all as unsigned by J. Bruce Fields · 11 years ago
  31. 778e512 rpc: clean up decoding of gssproxy linux creds by J. Bruce Fields · 11 years ago
  32. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  33. 2f048db SUNRPC: Add an identifier for struct rpc_clnt by Trond Myklebust · 11 years ago
  34. 8d1018c7 SUNRPC: Ensure rpc_task->tk_pid is available for tracepoints by Trond Myklebust · 11 years ago
  35. 40b5ea0 SUNRPC: Add tracepoints to help debug socket connection issues by Trond Myklebust · 11 years ago
  36. 35fa5f7 SUNRPC refactor rpcauth_checkverf error returns by Andy Adamson · 11 years ago
  37. 4de6caa SUNRPC new rpc_credops to test credential expiry by Andy Adamson · 11 years ago
  38. f1ff0c2 SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresult by Andy Adamson · 11 years ago
  39. 280ebcf SUNRPC: rpcauth_create needs to know about rpc_clnt clone status by Trond Myklebust · 11 years ago
  40. eb6dc19 RPCSEC_GSS: Share all credential caches on a per-transport basis by Trond Myklebust · 11 years ago
  41. 414a629 RPCSEC_GSS: Share rpc_pipes when an rpc_clnt owns multiple rpcsec auth caches by Trond Myklebust · 11 years ago
  42. 298fc35 SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objects by Trond Myklebust · 11 years ago
  43. c36dcfe1 SUNRPC: Remove the rpc_client->cl_dentry by Trond Myklebust · 11 years ago
  44. 5f42b01 SUNRPC: Remove the obsolete auth-only interface for pipefs dentry management by Trond Myklebust · 11 years ago
  45. 1917228 RPCSEC_GSS: Switch auth_gss to use the new framework for pipefs dentries by Trond Myklebust · 11 years ago
  46. 6739ffb SUNRPC: Add a framework to clean up management of rpc_pipefs directories by Trond Myklebust · 11 years ago
  47. 6b2fddd RPCSEC_GSS: Fix an Oopsable condition when creating/destroying pipefs objects by Trond Myklebust · 11 years ago
  48. e726340a RPCSEC_GSS: Further cleanups by Trond Myklebust · 11 years ago
  49. c219066 SUNRPC: Replace clnt->cl_principal by Trond Myklebust · 11 years ago
  50. bd4a3eb RPCSEC_GSS: Clean up upcall message allocation by Trond Myklebust · 11 years ago
  51. 41b6b4d SUNRPC: Cleanup rpc_setup_pipedir by Trond Myklebust · 11 years ago
  52. 1dada8e SUNRPC: Remove unused struct rpc_clnt field cl_protname by Trond Myklebust · 11 years ago
  53. 55909f2 SUNRPC: Deprecate rpc_client->cl_protname by Trond Myklebust · 11 years ago
  54. 347e223 SUNRPC: Fix memory corruption issue on 32-bit highmem systems by Trond Myklebust · 11 years ago
  55. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  56. 786615b SUNRPC: If the rpcbind channel is disconnected, fail the call to unregister by Trond Myklebust · 11 years ago
  57. 00326ed SUNRPC: Don't auto-disconnect from the local rpcbind socket by Trond Myklebust · 11 years ago
  58. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  59. 7193bd1 svcrpc: set cr_gss_mech from gss-proxy as well as legacy upcall by J. Bruce Fields · 11 years ago
  60. 743e217 svcrpc: fix kfree oops in gss-proxy code by J. Bruce Fields · 11 years ago
  61. dc43376 svcrpc: fix gss-proxy xdr decoding oops by J. Bruce Fields · 11 years ago
  62. 9f96392 svcrpc: fix gss_rpc_upcall create error by J. Bruce Fields · 11 years ago
  63. 447383d NFSD/sunrpc: avoid deadlock on TCP connection due to memory pressure. by NeilBrown · 11 years ago
  64. 64dc613 net: add sk_stream_is_writeable() helper by Eric Dumazet · 11 years ago
  65. 275448e rpc_pipe: convert back to simple_dir_inode_operations by Jeff Layton · 11 years ago
  66. 3be542d Merge tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  67. 61f98b0 Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  68. b2781e1 svcrdma: underflow issue in decode_write_list() by Dan Carpenter · 11 years ago
  69. 1540c5d SUNRPC: Fix another issue with rpc_client_register() by Trond Myklebust · 11 years ago
  70. 41d9884c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  71. dae3794 sunrpc: now we can just set ->s_d_op by Al Viro · 11 years ago
  72. d3db90b __rpc_lookup_create_exclusive: pass string instead of qstr by Al Viro · 11 years ago
  73. a95e691 rpc_create_*_dir: don't bother with qstr by Al Viro · 11 years ago
  74. 1466b77 Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  75. 0ff08ba Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  76. eeee245 SUNRPC: Fix a deadlock in rpc_client_register() by Trond Myklebust · 11 years ago
  77. 4f8568c rpc_pipe: rpc_dir_inode_operations can be static by Fengguang Wu · 11 years ago
  78. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  79. 76fa666 rpc_pipe: set dentry operations at d_alloc time by Jeff Layton · 11 years ago
  80. be0c5d8 Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  81. 0979292 svcrpc: fix failures to handle -1 uid's by J. Bruce Fields · 11 years ago
  82. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  83. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  84. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  85. 0bebc633 sunrpc: Don't schedule an upcall on a replaced cache entry. by NeilBrown · 11 years ago
  86. 7715cde net/sunrpc: xpt_auth_cache should be ignored when expired. by NeilBrown · 11 years ago
  87. 013920e sunrpc/cache: ensure items removed from cache do not have pending upcalls. by NeilBrown · 11 years ago
  88. 2a1c7f5 sunrpc/cache: use cache_fresh_unlocked consistently and correctly. by NeilBrown · 11 years ago
  89. f9e1aed sunrpc/cache: remove races with queuing an upcall. by NeilBrown · 11 years ago
  90. 1f691b0 svcrpc: don't error out on small tcp fragment by J. Bruce Fields · 11 years ago
  91. cf3aa02 svcrpc: fix handling of too-short rpc's by J. Bruce Fields · 11 years ago
  92. 0dc1531 svcrpc: store gss mech in svc_cred by J. Bruce Fields · 12 years ago
  93. 4423406 svcrpc: introduce init_svc_cred by J. Bruce Fields · 12 years ago
  94. 0de9349 Merge branch 'for-3.10' into 'for-3.11' by J. Bruce Fields · 11 years ago
  95. e77e430 more open-coded file_inode() calls by Al Viro · 11 years ago
  96. 4f6bb24 SUNRPC: PipeFS MOUNT notification optimization for dying clients by Stanislav Kinsbursky · 11 years ago
  97. e73f4cc SUNRPC: split client creation routine into setup and registration by Stanislav Kinsbursky · 11 years ago
  98. adb6fa7 SUNRPC: fix races on PipeFS UMOUNT notifications by Stanislav Kinsbursky · 11 years ago
  99. 3848160 SUNRPC: fix races on PipeFS MOUNT notifications by Stanislav Kinsbursky · 11 years ago
  100. 207bc11 Merge branch 'freezer' by Rafael J. Wysocki · 11 years ago