1. b5898cd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  2. 673fdfe Merge tag 'nfs-for-3.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  3. 449bf8d Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  4. b26d4cd consolidate simple ->d_delete() instances by Al Viro · 11 years ago
  5. 587ac5e svcrpc: remove an unnecessary assignment by Weng Meiling · 11 years ago
  6. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  7. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  8. d07ba84 SUNRPC: Avoid deep recursion in rpc_release_client by Trond Myklebust · 11 years ago
  9. f06c3d2 sunrpc: comment typo fix by J. Bruce Fields · 11 years ago
  10. a6b31d1 SUNRPC: Fix a data corruption issue when retransmitting RPC calls by Trond Myklebust · 11 years ago
  11. a1311d8 SUNRPC: Cleanup xs_destroy() by Trond Myklebust · 11 years ago
  12. 93dc41b SUNRPC: close a rare race in xs_tcp_setup_socket. by NeilBrown · 11 years ago
  13. 09c3e54 SUNRPC: remove duplicated include from clnt.c by Wei Yongjun · 11 years ago
  14. 9d3a226 SUNRPC: Fix buffer overflow checking in gss_encode_v0_msg/gss_encode_v1_msg by Trond Myklebust · 11 years ago
  15. 5fccc5b SUNRPC: gss_alloc_msg - choose _either_ a v0 message or a v1 message by Trond Myklebust · 11 years ago
  16. 8313164 SUNRPC: remove an unnecessary if statement by wangweidong · 11 years ago
  17. e3bfab1 sunrpc: comment typo fix by J. Bruce Fields · 11 years ago
  18. 34751b9 SUNRPC: Add correct rcu_dereference annotation in rpc_clnt_set_transport by Trond Myklebust · 11 years ago
  19. 40b00b6b SUNRPC: Add a helper to switch the transport of an rpc_clnt by Trond Myklebust · 11 years ago
  20. d746e54 SUNRPC: Modify synopsis of rpc_client_register() by Chuck Lever · 11 years ago
  21. cf4c024 sunrpc: trim off EC bytes in GSSAPI v2 unwrap by Jeff Layton · 11 years ago
  22. 1e903ed sunrpc: switch to %pd by Al Viro · 11 years ago
  23. 5d6baef gss_krb5: document that we ignore sequence number by J. Bruce Fields · 11 years ago
  24. b26ec9b svcrpc: handle some gssproxy encoding errors by J. Bruce Fields · 11 years ago
  25. c2bb06d net: fix build errors if ipv6 is disabled by Eric Dumazet · 11 years ago
  26. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  27. 3be3455 svcrpc: fix error-handling on badd gssproxy downcall by J. Bruce Fields · 11 years ago
  28. c66080a svcrpc: fix gss-proxy NULL dereference in some error cases by J. Bruce Fields · 11 years ago
  29. 561ec16 SUNRPC: call_connect_status should recheck bind and connect status on error by Trond Myklebust · 11 years ago
  30. 9255194 SUNRPC: Remove redundant initialisations of request rq_bytes_sent by Trond Myklebust · 11 years ago
  31. ca7f33a SUNRPC: Fix RPC call retransmission statistics by Trond Myklebust · 11 years ago
  32. 8a19a0b SUNRPC: Add RPC task and client level options to disable the resend timeout by Trond Myklebust · 11 years ago
  33. 90051ea SUNRPC: Clean up - convert xprt_prepare_transmit to return a bool by Trond Myklebust · 11 years ago
  34. ee071ef SUNRPC: Clear the request rq_bytes_sent field in xprt_release_write by Trond Myklebust · 11 years ago
  35. 0a66052 SUNRPC: Don't set the request connect_cookie until a successful transmit by Trond Myklebust · 11 years ago
  36. 8b71798 SUNRPC: Only update the TCP connect cookie on a successful connect by Trond Myklebust · 11 years ago
  37. 7f260e8 SUNRPC: Enable the keepalive option for TCP sockets by Trond Myklebust · 11 years ago
  38. a0f6ed8 RPCSEC_GSS: fix crash on destroying gss auth by J. Bruce Fields · 11 years ago
  39. 26935fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  40. 1d7b24f Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  41. 23c323a SUNRPC: No, I did not intend to create a 256KiB hashtable by Trond Myklebust · 11 years ago
  42. 1342930 sunrpc: Add missing kuids conversion for printing by Geert Uytterhoeven · 11 years ago
  43. cf59676 Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  44. 70534a7 shrinker: convert remaining shrinkers to count/scan API by Dave Chinner · 11 years ago
  45. bf97293 Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  46. d4a5165 rpc: let xdr layer allocate gssproxy receieve pages by J. Bruce Fields · 11 years ago
  47. 9dfd87d rpc: fix huge kmalloc's in gss-proxy by J. Bruce Fields · 11 years ago
  48. 6a36978 rpc: comment on linux_cred encoding, treat all as unsigned by J. Bruce Fields · 11 years ago
  49. 778e512 rpc: clean up decoding of gssproxy linux creds by J. Bruce Fields · 11 years ago
  50. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  51. 2f048db SUNRPC: Add an identifier for struct rpc_clnt by Trond Myklebust · 11 years ago
  52. 8d1018c7 SUNRPC: Ensure rpc_task->tk_pid is available for tracepoints by Trond Myklebust · 11 years ago
  53. 40b5ea0 SUNRPC: Add tracepoints to help debug socket connection issues by Trond Myklebust · 11 years ago
  54. 35fa5f7 SUNRPC refactor rpcauth_checkverf error returns by Andy Adamson · 11 years ago
  55. 4de6caa SUNRPC new rpc_credops to test credential expiry by Andy Adamson · 11 years ago
  56. f1ff0c2 SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresult by Andy Adamson · 11 years ago
  57. 280ebcf SUNRPC: rpcauth_create needs to know about rpc_clnt clone status by Trond Myklebust · 11 years ago
  58. eb6dc19 RPCSEC_GSS: Share all credential caches on a per-transport basis by Trond Myklebust · 11 years ago
  59. 414a629 RPCSEC_GSS: Share rpc_pipes when an rpc_clnt owns multiple rpcsec auth caches by Trond Myklebust · 11 years ago
  60. 298fc35 SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objects by Trond Myklebust · 11 years ago
  61. c36dcfe1 SUNRPC: Remove the rpc_client->cl_dentry by Trond Myklebust · 11 years ago
  62. 5f42b01 SUNRPC: Remove the obsolete auth-only interface for pipefs dentry management by Trond Myklebust · 11 years ago
  63. 1917228 RPCSEC_GSS: Switch auth_gss to use the new framework for pipefs dentries by Trond Myklebust · 11 years ago
  64. 6739ffb SUNRPC: Add a framework to clean up management of rpc_pipefs directories by Trond Myklebust · 11 years ago
  65. 6b2fddd RPCSEC_GSS: Fix an Oopsable condition when creating/destroying pipefs objects by Trond Myklebust · 11 years ago
  66. e726340a RPCSEC_GSS: Further cleanups by Trond Myklebust · 11 years ago
  67. c219066 SUNRPC: Replace clnt->cl_principal by Trond Myklebust · 11 years ago
  68. bd4a3eb RPCSEC_GSS: Clean up upcall message allocation by Trond Myklebust · 11 years ago
  69. 41b6b4d SUNRPC: Cleanup rpc_setup_pipedir by Trond Myklebust · 11 years ago
  70. 1dada8e SUNRPC: Remove unused struct rpc_clnt field cl_protname by Trond Myklebust · 11 years ago
  71. 55909f2 SUNRPC: Deprecate rpc_client->cl_protname by Trond Myklebust · 11 years ago
  72. 347e223 SUNRPC: Fix memory corruption issue on 32-bit highmem systems by Trond Myklebust · 11 years ago
  73. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  74. 786615b SUNRPC: If the rpcbind channel is disconnected, fail the call to unregister by Trond Myklebust · 11 years ago
  75. 00326ed SUNRPC: Don't auto-disconnect from the local rpcbind socket by Trond Myklebust · 11 years ago
  76. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  77. 7193bd1 svcrpc: set cr_gss_mech from gss-proxy as well as legacy upcall by J. Bruce Fields · 11 years ago
  78. 743e217 svcrpc: fix kfree oops in gss-proxy code by J. Bruce Fields · 11 years ago
  79. dc43376 svcrpc: fix gss-proxy xdr decoding oops by J. Bruce Fields · 11 years ago
  80. 9f96392 svcrpc: fix gss_rpc_upcall create error by J. Bruce Fields · 11 years ago
  81. 447383d NFSD/sunrpc: avoid deadlock on TCP connection due to memory pressure. by NeilBrown · 11 years ago
  82. 64dc613 net: add sk_stream_is_writeable() helper by Eric Dumazet · 11 years ago
  83. 275448e rpc_pipe: convert back to simple_dir_inode_operations by Jeff Layton · 11 years ago
  84. 3be542d Merge tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  85. 61f98b0 Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  86. b2781e1 svcrdma: underflow issue in decode_write_list() by Dan Carpenter · 11 years ago
  87. 1540c5d SUNRPC: Fix another issue with rpc_client_register() by Trond Myklebust · 11 years ago
  88. 41d9884c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  89. dae3794 sunrpc: now we can just set ->s_d_op by Al Viro · 11 years ago
  90. d3db90b __rpc_lookup_create_exclusive: pass string instead of qstr by Al Viro · 11 years ago
  91. a95e691 rpc_create_*_dir: don't bother with qstr by Al Viro · 11 years ago
  92. 1466b77 Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  93. 0ff08ba Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  94. eeee245 SUNRPC: Fix a deadlock in rpc_client_register() by Trond Myklebust · 11 years ago
  95. 4f8568c rpc_pipe: rpc_dir_inode_operations can be static by Fengguang Wu · 11 years ago
  96. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  97. 76fa666 rpc_pipe: set dentry operations at d_alloc time by Jeff Layton · 11 years ago
  98. be0c5d8 Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  99. 0979292 svcrpc: fix failures to handle -1 uid's by J. Bruce Fields · 11 years ago
  100. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago