1. c9acb42 SUNRPC: Fix a use after free bug with the NFSv4.1 backchannel by Trond Myklebust · 14 years ago
  2. ba17686 nfs41 do not allocate unused back channel pages by Andy Adamson · 15 years ago
  3. e4bdda1 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  4. 37c24b3 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  5. c7af6b0 nfsd: remove unused field rq_reffh by J. Bruce Fields · 15 years ago
  6. cf3b01b rpc: add a new priority in RPC task by Alexandros Batsakis · 15 years ago
  7. 48f1861 rpc: add rpc_queue_empty function by Alexandros Batsakis · 15 years ago
  8. a600ffc sunrpc: Clean never used include files by Boaz Harrosh · 15 years ago
  9. 09a21c4 SUNRPC: Allow RPCs to fail quickly if the server is unreachable by Chuck Lever · 15 years ago
  10. 78c210e Revert "knfsd: avoid overloading the CPU scheduler with enormous load averages" by J. Bruce Fields · 15 years ago
  11. 97363c6 sunrpc: xdr_xcode_hyper helpers cannot presume 64-bit alignment by Benny Halevy · 15 years ago
  12. 5d35175 SUNRPC: Defer the auth_gss upcall when the RPC call is asynchronous by Trond Myklebust · 15 years ago
  13. f300bab nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannel by Alexandros Batsakis · 15 years ago
  14. 4cfc7e6 nfsd41: sunrpc: Added rpc server-side backchannel handling by Rahul Iyer · 15 years ago
  15. fbf4665 nfsd: populate sin6_scope_id on callback address with scopeid from rq_addr on SETCLIENTID call by Jeff Layton · 15 years ago
  16. be3ad6b sunrpc: add common routine for copying address portion of a sockaddr by Jeff Layton · 15 years ago
  17. 4516fc0 sunrpc: add routine for comparing addresses by Jeff Layton · 15 years ago
  18. e9dc122 Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 into for-2.6.32-incoming by J. Bruce Fields · 15 years ago
  19. 4dceef9 nfs: fix compile error in rpc_pipefs.h by J. Bruce Fields · 15 years ago
  20. 6a396f6 Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32 by Trond Myklebust · 15 years ago
  21. 98866b5 sunrpc: ntoh -> be*_to_cpu by Benny Halevy · 15 years ago
  22. 9f162d2 sunrpc: hton -> cpu_to_be* by Benny Halevy · 15 years ago
  23. f884dca Merge branch 'sunrpc_cache-for-2.6.32' into nfs-for-2.6.32 by Trond Myklebust · 15 years ago
  24. 8854e82 SUNRPC: Add an rpc_pipefs front end for the sunrpc cache code by Trond Myklebust · 15 years ago
  25. 173912a SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache code by Trond Myklebust · 15 years ago
  26. bc74b4f SUNRPC: Allow the cache_detail to specify alternative upcall mechanisms by Trond Myklebust · 15 years ago
  27. 2da8ca2 NFSD: Clean up the idmapper warning... by Trond Myklebust · 15 years ago
  28. 23ac658 SUNRPC: clean up rpc_setup_pipedir() by Trond Myklebust · 15 years ago
  29. 7d217ca SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_path by Trond Myklebust · 15 years ago
  30. 458adb8b SUNRPC: Rename rpc_mkdir to rpc_create_client_dir() by Trond Myklebust · 15 years ago
  31. b693ba4 SUNRPC: Constify rpc_pipe_ops... by Trond Myklebust · 15 years ago
  32. c740eff SUNRPC: Kill RPC_DISPLAY_ALL by Chuck Lever · 15 years ago
  33. ba80913 SUNRPC: Remove duplicate universal address generation by Chuck Lever · 15 years ago
  34. a02d692 SUNRPC: Provide functions for managing universal addresses by Chuck Lever · 15 years ago
  35. 169026a SUNRPC: Clean up RPCBIND_MAXUADDRLEN definitions by Chuck Lever · 15 years ago
  36. 4bd9b0f nfsd41: use globals for DRC limits by Andy Adamson · 15 years ago
  37. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  38. 7e0338c Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsd by Linus Torvalds · 15 years ago
  39. dd2b63d nfs41: Rename rq_received to rq_reply_bytes_recvd by Ricardo Labiaga · 15 years ago
  40. 9c9f3f5 nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchannel use by Andy Adamson · 15 years ago
  41. 7652e5a nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backchannel use by Benny Halevy · 15 years ago
  42. 4d6bbb6 nfs41: Backchannel bc_svc_process() by Ricardo Labiaga · 15 years ago
  43. 0d90ba1 nfs41: Backchannel callback service helper routines by Ricardo Labiaga · 15 years ago
  44. 55ae1aa nfs41: Add backchannel processing support to RPC state machine by Ricardo Labiaga · 15 years ago
  45. 4a8d70b nfs41: New include/linux/sunrpc/bc_xprt.h by Ricardo Labiaga · 15 years ago
  46. fb7a0b9 nfs41: New backchannel helper routines by Ricardo Labiaga · 15 years ago
  47. 56632b5 nfs41: client callback structures by Ricardo Labiaga · 15 years ago
  48. aae2006 nfs41: sunrpc: Export the call prepare state for session reset by Andy Adamson · 15 years ago
  49. 7eef409 Merge commit 'v2.6.30' into for-2.6.31 by J. Bruce Fields · 15 years ago
  50. f75e674 SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnect by Trond Myklebust · 15 years ago
  51. 8435d34 SUNRPC: pass buffer size to svc_sock_names() by Chuck Lever · 15 years ago
  52. bfba9ab SUNRPC: pass buffer size to svc_addsock() by Chuck Lever · 15 years ago
  53. 335c54b NFSD: Prevent a buffer overflow in svc_xprt_names() by Chuck Lever · 15 years ago
  54. abc5c44 SUNRPC: Fix error return value of svc_addr_len() by Chuck Lever · 15 years ago
  55. a638562 Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  56. c3d06f9 nfsd41: hard page limit for DRC by Andy Adamson · 15 years ago
  57. 2f42587 nfsd: don't use the deferral service, return NFS4ERR_DELAY by Andy Adamson · 15 years ago
  58. 49a9072 SUNRPC: Remove @family argument from svc_create() and svc_create_pooled() by Chuck Lever · 15 years ago
  59. 9652ada SUNRPC: Change svc_create_xprt() to take a @family argument by Chuck Lever · 15 years ago
  60. 4b62e58 SUNRPC: Pass a family argument to svc_register() by Chuck Lever · 15 years ago
  61. 156e620 SUNRPC: Clean up svc_find_xprt() calling sequence by Chuck Lever · 15 years ago
  62. efb3288 SUNRPC: Clean up static inline functions in svc_xprt.h by Chuck Lever · 15 years ago
  63. 7d1e825 SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC sockets by Trond Myklebust · 15 years ago
  64. 2795e53 SUNRPC: Clean up static inline functions in svc_xprt.h by Chuck Lever · 15 years ago
  65. 03cf6c9 knfsd: add file to export stats about nfsd pools by Greg Banks · 16 years ago
  66. 59a252f knfsd: avoid overloading the CPU scheduler with enormous load averages by Greg Banks · 16 years ago
  67. 77f18f5 nfs: replace uses of __constant_{endian} by Harvey Harrison · 16 years ago
  68. 441e3e2 SUNRPC: dynamically load RPC transport modules on-demand by Tom Talpey · 15 years ago
  69. c9233eb sunrpc: add sv_maxconn field to svc_serv (try #3) by Jeff Layton · 16 years ago
  70. 08cc36c Merge branch 'devel' into next by Trond Myklebust · 16 years ago
  71. 608207e rpc: pass target name down to rpc level on callbacks by Olga Kornievskaia · 16 years ago
  72. 68e76ad nfsd: pass client principal name in rsc downcall by Olga Kornievskaia · 16 years ago
  73. c381060 rpc: add an rpc_pipe_open method by \"J. Bruce Fields\ · 16 years ago
  74. c977a2e sunrpc: get rid of rpc_rqst.rq_bufsize by Benny Halevy · 16 years ago
  75. 88a9fe8 SUNRPC: Remove the last remnant of the BKL... by Trond Myklebust · 16 years ago
  76. 3685f25 misc: replace NIPQUAD() by Harvey Harrison · 16 years ago
  77. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  78. 0c6ce78 net: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  79. 6925bac Merge branch 'next' by Trond Myklebust · 16 years ago
  80. 5675add RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls. by Tom Talpey · 16 years ago
  81. fe9053b RPC/RDMA: add data types and new FRMR memory registration enum. by Tom Talpey · 16 years ago
  82. 107e000 Merge branch 'from-tomtucker' into for-2.6.28 by J. Bruce Fields · 16 years ago
  83. 146b6df svcrdma: Modify the RPC recv path to use FRMR when available by Tom Tucker · 16 years ago
  84. e118321 svcrdma: Add a service to register a Fast Reg MR with the device by Tom Tucker · 16 years ago
  85. 64be8608 svcrdma: Add FRMR get/put services by Tom Tucker · 16 years ago
  86. 2937391 NLM: Remove unused argument from svc_addsock() function by Chuck Lever · 16 years ago
  87. 0d3ebb9 svcrdma: Add Fast Reg MR Data Types by Tom Tucker · 16 years ago
  88. d5b337b nfsd: use nfs client rpc callback program by Benny Halevy · 16 years ago
  89. 5344b12 SUNRPC: Make svc_addr's argument a constant by Chuck Lever · 16 years ago
  90. a26cfad SUNRPC: Support IPv6 when registering kernel RPC services by Chuck Lever · 16 years ago
  91. 14aeb21 SUNRPC: Simplify rpcb_register() API by Chuck Lever · 16 years ago
  92. e851db5 SUNRPC: Add address family field to svc_serv data structure by Chuck Lever · 16 years ago
  93. 24b8b44 svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_tasklet by Tom Tucker · 16 years ago
  94. 14b395e Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  95. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  96. c2e1b09 SUNRPC: Support registering IPv6 interfaces with local rpcbind daemon by Chuck Lever · 16 years ago
  97. a486aed rpc: minor cleanup of scheduler callback code by \\\"J. Bruce Fields\\\ · 16 years ago
  98. b6b6152 rpc: bring back cl_chatty by Olga Kornievskaia · 16 years ago
  99. 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
  100. 8948896 svcrdma: Change WR context get/put to use the kmem cache by Tom Tucker · 16 years ago