1. f9c72d1 sunrpc: make debugfs file creation failure non-fatal by Jeff Layton · 9 years ago
  2. 3913c78 SUNRPC: Handle EADDRINUSE on connect by Trond Myklebust · 9 years ago
  3. 03a9a42 SUNRPC: NULL utsname dereference on NFS umount during namespace cleanup by Trond Myklebust · 10 years ago
  4. b4b9d2c sunrpc: add debugfs file for displaying client rpc_task queue by Jeff Layton · 10 years ago
  5. f895b25 sunrpc: eliminate RPC_DEBUG by Jeff Layton · 10 years ago
  6. 72c23f0 Merge branch 'bugfixes' into linux-next by Trond Myklebust · 10 years ago
  7. 2aca5b8 SUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETRANS_TIMEOUT by Trond Myklebust · 10 years ago
  8. 3dedbb5 rpc: Add -EPERM processing for xs_udp_send_request() by Jason Baron · 10 years ago
  9. 2fc193c SUNRPC: Handle EPIPE in xprt_connect_status by Trond Myklebust · 10 years ago
  10. 3601c4a SUNRPC: Ensure that we handle ENOBUFS errors correctly. by Trond Myklebust · 10 years ago
  11. 75ff24f Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  12. 83ddfeb SUNRPC: New helper for creating client with rpc_xprt by Kinglong Mee · 10 years ago
  13. 494314c SUNRPC: rpc_restart_call/rpc_restart_call_prepare should clear task->tk_status by Trond Myklebust · 10 years ago
  14. 1fa3e2e SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasks by Steve Dickson · 10 years ago
  15. 9455e3f SUNRPC: Ensure call_status() deals correctly with SOFTCONN tasks by Trond Myklebust · 10 years ago
  16. fdb63dc SUNRPC: Ensure that call_bind times out correctly by Trond Myklebust · 10 years ago
  17. 485f225 SUNRPC: Ensure that call_connect times out correctly by Trond Myklebust · 10 years ago
  18. 6ff33b7 sunrpc: Fix infinite loop in RPC state machine by Weston Andros Adamson · 11 years ago
  19. df27727 SUNRPC: Handle connect errors ECONNABORTED and EHOSTUNREACH by Trond Myklebust · 11 years ago
  20. d07ba84 SUNRPC: Avoid deep recursion in rpc_release_client by Trond Myklebust · 11 years ago
  21. 09c3e54 SUNRPC: remove duplicated include from clnt.c by Wei Yongjun · 11 years ago
  22. 34751b9 SUNRPC: Add correct rcu_dereference annotation in rpc_clnt_set_transport by Trond Myklebust · 11 years ago
  23. 40b00b6b SUNRPC: Add a helper to switch the transport of an rpc_clnt by Trond Myklebust · 11 years ago
  24. d746e54 SUNRPC: Modify synopsis of rpc_client_register() by Chuck Lever · 11 years ago
  25. 561ec16 SUNRPC: call_connect_status should recheck bind and connect status on error by Trond Myklebust · 11 years ago
  26. ca7f33a SUNRPC: Fix RPC call retransmission statistics by Trond Myklebust · 11 years ago
  27. 8a19a0b SUNRPC: Add RPC task and client level options to disable the resend timeout by Trond Myklebust · 11 years ago
  28. 90051ea SUNRPC: Clean up - convert xprt_prepare_transmit to return a bool by Trond Myklebust · 11 years ago
  29. bf97293 Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  30. 2f048db SUNRPC: Add an identifier for struct rpc_clnt by Trond Myklebust · 11 years ago
  31. 35fa5f7 SUNRPC refactor rpcauth_checkverf error returns by Andy Adamson · 11 years ago
  32. f1ff0c2 SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresult by Andy Adamson · 11 years ago
  33. 280ebcf SUNRPC: rpcauth_create needs to know about rpc_clnt clone status by Trond Myklebust · 11 years ago
  34. c36dcfe1 SUNRPC: Remove the rpc_client->cl_dentry by Trond Myklebust · 11 years ago
  35. 5f42b01 SUNRPC: Remove the obsolete auth-only interface for pipefs dentry management by Trond Myklebust · 11 years ago
  36. 6739ffb SUNRPC: Add a framework to clean up management of rpc_pipefs directories by Trond Myklebust · 11 years ago
  37. c219066 SUNRPC: Replace clnt->cl_principal by Trond Myklebust · 11 years ago
  38. 41b6b4d SUNRPC: Cleanup rpc_setup_pipedir by Trond Myklebust · 11 years ago
  39. 1dada8e SUNRPC: Remove unused struct rpc_clnt field cl_protname by Trond Myklebust · 11 years ago
  40. 55909f2 SUNRPC: Deprecate rpc_client->cl_protname by Trond Myklebust · 11 years ago
  41. 786615b SUNRPC: If the rpcbind channel is disconnected, fail the call to unregister by Trond Myklebust · 11 years ago
  42. 1540c5d SUNRPC: Fix another issue with rpc_client_register() by Trond Myklebust · 11 years ago
  43. 41d9884c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  44. a95e691 rpc_create_*_dir: don't bother with qstr by Al Viro · 11 years ago
  45. eeee245 SUNRPC: Fix a deadlock in rpc_client_register() by Trond Myklebust · 11 years ago
  46. 4f6bb24 SUNRPC: PipeFS MOUNT notification optimization for dying clients by Stanislav Kinsbursky · 11 years ago
  47. e73f4cc SUNRPC: split client creation routine into setup and registration by Stanislav Kinsbursky · 11 years ago
  48. adb6fa7 SUNRPC: fix races on PipeFS UMOUNT notifications by Stanislav Kinsbursky · 11 years ago
  49. 3848160 SUNRPC: fix races on PipeFS MOUNT notifications by Stanislav Kinsbursky · 11 years ago
  50. 8cbc95e Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  51. 9b1d75b SUNRPC: Don't spam syslog with "Pseudoflavor not found" messages by Trond Myklebust · 11 years ago
  52. b1df763 Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-3.10 by J. Bruce Fields · 11 years ago
  53. 1d65833 SUNRPC: Add RPC based upcall mechanism for RPCGSS auth by Simo Sorce · 12 years ago
  54. 33d90ac SUNRPC: allow disabling idle timeout by J. Bruce Fields · 11 years ago
  55. b0212b8 Merge branch 'bugfixes' into linux-next by Trond Myklebust · 11 years ago
  56. b7993ce SUNRPC: Allow rpc_create() to request that TCP slots be unlimited by Trond Myklebust · 11 years ago
  57. ba60eb2 SUNRPC: Fix a livelock problem in the xprt->backlog queue by Trond Myklebust · 11 years ago
  58. f05c124 SUNRPC: Fix a potential memory leak in rpc_new_client by Trond Myklebust · 11 years ago
  59. a58e0be SUNRPC: Remove extra xprt_put() by Chuck Lever · 11 years ago
  60. 3ed5e2a SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks by Trond Myklebust · 11 years ago
  61. 8d05b37 Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  62. 512e4b2 SUNRPC: One line comment fix by Trond Myklebust · 11 years ago
  63. b666973 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  64. edddbb1 SUNRPC: add call to get configured timeout by Weston Andros Adamson · 11 years ago
  65. 5976687 sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h by Jeff Layton · 11 years ago
  66. ad2368d SUNRPC: Avoid RCU dereferences in the transport bind and connect code by Trond Myklebust · 12 years ago
  67. a4f0835 SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference() by Trond Myklebust · 12 years ago
  68. 7144bca nfs: fix sunrpc/clnt.c kernel-doc warnings by Randy Dunlap · 12 years ago
  69. 360e1a5 SUNRPC: Partial revert of commit 168e4b39d1afb79a7e3ea6c3bb246b4c82c6bdb9 by Trond Myklebust · 12 years ago
  70. cd6c596 SUNRPC: continue run over clients list on PipeFS event instead of break by Stanislav Kinsbursky · 12 years ago
  71. eb96d5c SUNRPC handle EKEYEXPIRED in call_refreshresult by Andy Adamson · 12 years ago
  72. f994c43 SUNRPC: Clean up rpc_bind_new_program by Trond Myklebust · 12 years ago
  73. 50d2bdb SUNRPC: remove BUG_ON from rpc_call_sync by Weston Andros Adamson · 12 years ago
  74. 8b827e1 SUNRPC: remove BUG_ON from call_bc_transmit by Weston Andros Adamson · 12 years ago
  75. 1facf4c SUNRPC: remove BUG_ON from call_bc_transmit by Weston Andros Adamson · 12 years ago
  76. 576e613 SUNRPC: remove BUG_ON from call_transmit by Weston Andros Adamson · 12 years ago
  77. 9a6478f SUNRPC: remove BUG_ON from rpc_run_bc_task by Weston Andros Adamson · 12 years ago
  78. 922eeac SUNRPC: remove BUG_ON in __rpc_clnt_handle_event by Weston Andros Adamson · 12 years ago
  79. 168e4b3 SUNRPC: add WARN_ON_ONCE for potential deadlock by Weston Andros Adamson · 12 years ago
  80. ba9b584 SUNRPC: Introduce rpc_clone_client_set_auth() by Chuck Lever · 12 years ago
  81. 1b63a75 SUNRPC: Refactor rpc_clone_client() by Chuck Lever · 12 years ago
  82. a564b8f nfs: enable swap on NFS by Mel Gorman · 12 years ago
  83. 1fad1e9 Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  84. cac5d07 sunrpc: clnt: Add missing braces by Joe Perches · 12 years ago
  85. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  86. 53f2c4a Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  87. 1afeaf5 sunrpc: fix loss of task->tk_status after rpc_delay call in xprt_alloc_slot by Trond Myklebust · 12 years ago
  88. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  89. cbbb344 SUNRPC: RPC client must use the current utsname hostname string by Trond Myklebust · 12 years ago
  90. ea8cfa0 SUNRPC: traverse clients tree on PipeFS event by Stanislav Kinsbursky · 12 years ago
  91. 7aab449 SUNRPC: skip clients with program without PipeFS entries by Stanislav Kinsbursky · 12 years ago
  92. a4dff1b SUNRPC: skip dead but not buried clients on PipeFS events by Stanislav Kinsbursky · 12 years ago
  93. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  94. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  95. 2e738fd SUNRPC: Add API to acquire source address by Chuck Lever · 12 years ago
  96. 4e0038b SUNRPC: Move clnt->cl_server into struct rpc_xprt by Trond Myklebust · 12 years ago
  97. 2446ab6 SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field by Trond Myklebust · 12 years ago
  98. da3b462 SUNRPC: release per-net clients lock before calling PipeFS dentries creation by Stanislav Kinsbursky · 12 years ago
  99. 5753cba SUNRPC: Adding status trace points by Steve Dickson · 12 years ago
  100. a613fa1 SUNRPC: constify the rpc_program by Trond Myklebust · 13 years ago