1. c653ce3 sunrpc: Add net to rpc_create_args by Pavel Emelyanov · 14 years ago
  2. 62832c0 sunrpc: Pull net argument downto svc_create_socket by Pavel Emelyanov · 14 years ago
  3. fc5d00b sunrpc: Add net argument to svc_create_xprt by Pavel Emelyanov · 14 years ago
  4. e204e62 sunrpc: Factor out rpc_xprt freeing by Pavel Emelyanov · 14 years ago
  5. bd1722d sunrpc: Factor out rpc_xprt allocation by Pavel Emelyanov · 14 years ago
  6. c135e84 sunrpc: fix up rpcauth_remove_module section mismatch by Stephen Rothwell · 14 years ago
  7. 90d51b0 sunrpc: Make the ip_map_cache be per-net by Pavel Emelyanov · 14 years ago
  8. 4f42d0d sunrpc: Make the /proc/net/rpc appear in net namespaces by Pavel Emelyanov · 14 years ago
  9. 2f72c9b sunrpc: The per-net skeleton by Pavel Emelyanov · 14 years ago
  10. 4fb8518 sunrpc: Tag svc_xprt with net by Pavel Emelyanov · 14 years ago
  11. 593ce16 sunrpc: Add routines that allow registering per-net caches by Pavel Emelyanov · 14 years ago
  12. 352114f sunrpc: Add net to pure API calls by Pavel Emelyanov · 14 years ago
  13. 3be4479 sunrpc: Pass xprt to cached get/put routines by Pavel Emelyanov · 14 years ago
  14. e3bfca0 sunrpc: Make xprt auth cache release work with the xprt by Pavel Emelyanov · 14 years ago
  15. bf18ab3 sunrpc: Pass the ip_map_parse's cd to lower calls by Pavel Emelyanov · 14 years ago
  16. e95dffa sunrpc/cache: fix recent breakage of cache_clean_deferred by NeilBrown · 14 years ago
  17. e7f483e sunrpc/cache: don't use custom hex_to_bin() converter by Andy Shevchenko · 14 years ago
  18. 1117449 sunrpc/cache: change deferred-request hash table to use hlist. by NeilBrown · 14 years ago
  19. 2ed5282 svcauth_gss: replace a trivial 'switch' with an 'if' by NeilBrown · 14 years ago
  20. 1ebede8 sunrpc: close connection when a request is irretrievably lost. by NeilBrown · 14 years ago
  21. 0649752 nfsd4: fix hang on fast-booting nfs servers by J. Bruce Fields · 14 years ago
  22. c88739b Merge remote branch 'trond/bugfixes' into for-2.6.37 by J. Bruce Fields · 14 years ago
  23. db5fe26 sunrpc: increase MAX_HASHTABLE_BITS to 14 by Miquel van Smoorenburg · 14 years ago
  24. 651b293 gss:spkm3 miss returning error to caller when import security context by Bian Naimeng · 14 years ago
  25. ce8477e gss:krb5 miss returning error to caller when import security context by Bian Naimeng · 14 years ago
  26. 5557624 SUNRPC: cleanup state-machine ordering by J. Bruce Fields · 14 years ago
  27. 006abe8 SUNRPC: Fix a race in rpc_info_open by Trond Myklebust · 14 years ago
  28. 5a67657 SUNRPC: Fix race corrupting rpc upcall by Trond Myklebust · 14 years ago
  29. f2d47d0 Fix null dereference in call_allocate by J. Bruce Fields · 14 years ago
  30. 3211af1 svcrpc: cache deferral cleanup by J. Bruce Fields · 14 years ago
  31. 6610f72 svcrpc: minor cache cleanup by J. Bruce Fields · 14 years ago
  32. f16b6e8 sunrpc/cache: allow threads to block while waiting for cache update. by NeilBrown · 14 years ago
  33. c5b29f8 sunrpc: use seconds since boot in expiry cache by NeilBrown · 14 years ago
  34. 763008c Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  35. df486a2 NFS: Fix the selection of security flavours in Kconfig by Trond Myklebust · 14 years ago
  36. 15cdc644 rpcrdma: Fix SQ size calculation when memreg is FRMR by Tom Tucker · 14 years ago
  37. 7a8b80eb xprtrdma: Do not truncate iova_start values in frmr registrations. by Steve Wise · 14 years ago
  38. 8e4e15d nfs: update for module_param_named API change by Stephen Rothwell · 14 years ago
  39. 9bbb9e5 param: use ops in struct kernel_param, rather than get and set fns directly by Rusty Russell · 14 years ago
  40. 669502f SUNRPC: fix NFS client over TCP hangs due to packet loss (Bug 16494) by Andy Chittenden · 14 years ago
  41. 0d9f9e1 Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  42. 5df6b8e Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  43. e2aa7f8 net: sunrpc: removed duplicated #include by Andrea Gelmini · 14 years ago
  44. 0d8a374 SUNRPC: Defer deleting the security context until gss_do_free_ctx() by Trond Myklebust · 14 years ago
  45. c3ae62ae SUNRPC: prevent task_cleanup running on freed xprt by J. Bruce Fields · 14 years ago
  46. d6a1ed0 SUNRPC: Reduce asynchronous RPC task stack usage by Trond Myklebust · 14 years ago
  47. a17c215 SUNRPC: Move the bound cred to struct rpc_rqst by Trond Myklebust · 14 years ago
  48. 8572b8e SUNRPC: Clean up of rpc_bindcred() by Trond Myklebust · 14 years ago
  49. 58f9612 SUNRPC: Move remaining RPC client related task initialisation into clnt.c by Trond Myklebust · 14 years ago
  50. d9b6cd9 SUNRPC: Ensure that rpc_exit() always wakes up a sleeping task by Trond Myklebust · 14 years ago
  51. 241269b SUNRPC: Make the credential cache hashtable size configurable by Trond Myklebust · 14 years ago
  52. 988664a SUNRPC: Store the hashtable size in struct rpc_cred_cache by Trond Myklebust · 14 years ago
  53. 5d8d9a4 NFS: Ensure the AUTH_UNIX credcache is allocated dynamically by Trond Myklebust · 14 years ago
  54. f1f88fc SUNRPC: The function rpc_restart_call() should return success/failure by Trond Myklebust · 14 years ago
  55. 567c7b0 mm: add context argument to shrinker callback to remaining shrinkers by Dave Chinner · 14 years ago
  56. 8eab945 sunrpc: make the cache cleaner workqueue deferrable by Artem Bityutskiy · 14 years ago
  57. b76ce56 SUNRPC: Fix a re-entrancy bug in xs_tcp_read_calldir() by Trond Myklebust · 14 years ago
  58. 0a68b0b sunrpc: fix leak on error on socket xprt setup by J. Bruce Fields · 14 years ago
  59. ef7ffe8 sunrpc: use formatting of module name in SUNRPC by Alex Riesen · 14 years ago
  60. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  61. f137711 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  62. 9918ff2 sunrpc: Pushdown the bkl from sunrpc cache ioctl by Frederic Weisbecker · 15 years ago
  63. 674b604 sunrpc: Pushdown the bkl from ioctl by Frederic Weisbecker · 15 years ago
  64. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  65. f72caf7 Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  66. 6a6be47 Merge branch 'nfs-for-2.6.35' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  67. 98c89cd Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 15 years ago
  68. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
  69. 99df95a sunrpc: Include missing smp_lock.h by Frederic Weisbecker · 15 years ago
  70. d79b6f4 procfs: Push down the bkl from ioctl by Frederic Weisbecker · 15 years ago
  71. 126e216 SUNRPC: Don't spam gssd with upcall requests when the kerberos key expired by Trond Myklebust · 15 years ago
  72. d72b6ce SUNRPC: Remove the 'tk_magic' debugging field by Trond Myklebust · 15 years ago
  73. d60dbb2 SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst by Trond Myklebust · 15 years ago
  74. 2067340 SUNRPC: Ensure rpcauth_prune_expired() respects the nr_to_scan parameter by Trond Myklebust · 15 years ago
  75. 93a05e6 SUNRPC: Ensure memory shrinker doesn't waste time in rpcauth_prune_expired() by Trond Myklebust · 15 years ago
  76. d300a41 SUNRPC: Dont run rpcauth_cache_shrinker() when gfp_mask is GFP_NOFS by Trond Myklebust · 15 years ago
  77. 1f4c86c NFS: Don't use GFP_KERNEL in rpcsec_gss downcalls by Trond Myklebust · 15 years ago
  78. 712a433 SUNRPC: Fix xs_setup_bc_tcp() by Trond Myklebust · 15 years ago
  79. ff83997 SUNRPC: Replace jiffies-based metrics with ktime-based metrics by Chuck Lever · 15 years ago
  80. bbc72ce SUNRPC: RPC metrics and RTT estimator should use same RTT value by Chuck Lever · 15 years ago
  81. a8ce4a8 SUNRPC: Fail over more quickly on connect errors by Trond Myklebust · 15 years ago
  82. 0b9e794 SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect() by Trond Myklebust · 15 years ago
  83. 19445b9 SUNRPC: Cleanup - make rpc_new_task() call rpc_release_calldata on failure by Trond Myklebust · 15 years ago
  84. ee5ebe8 SUNRPC: Clean up xprt_release() by Trond Myklebust · 15 years ago
  85. fc54a0c gss_krb5: Advertise rc4-hmac enctype support in the rpcsec_gss/krb5 upcall by Trond Myklebust · 15 years ago
  86. fffdaef gss_krb5: Add support for rc4-hmac encryption by Kevin Coffman · 15 years ago
  87. 5af4654 gss_krb5: Use confounder length in wrap code by Kevin Coffman · 15 years ago
  88. 1dbd902 gssd_krb5: More arcfour-hmac support by Kevin Coffman · 15 years ago
  89. fc263a9 gss_krb5: Save the raw session key in the context by Kevin Coffman · 15 years ago
  90. 8b23707 gssd_krb5: arcfour-hmac support by Kevin Coffman · 15 years ago
  91. bf6d359 gss_krb5: Advertise AES enctype support in the rpcsec_gss/krb5 upcall by Trond Myklebust · 15 years ago
  92. 934a95a gss_krb5: add remaining pieces to enable AES encryption support by Kevin Coffman · 15 years ago
  93. de9c17e gss_krb5: add support for new token formats in rfc4121 by Kevin Coffman · 15 years ago
  94. c43abae xdr: Add an export for the helper function write_bytes_to_xdr_buf() by Kevin Coffman · 15 years ago
  95. 4018bf3 gss_krb5: Advertise triple-des enctype support in the rpcsec_gss/krb5 upcall by Trond Myklebust · 15 years ago
  96. 958142e gss_krb5: add support for triple-des encryption by Kevin Coffman · 15 years ago
  97. 683ac66 gss_krb5: Add upcall info indicating supported kerberos enctypes by Trond Myklebust · 15 years ago
  98. 47d8480 gss_krb5: handle new context format from gssd by Kevin Coffman · 15 years ago
  99. 4891f2d gss_krb5: import functionality to derive keys into the kernel by Kevin Coffman · 15 years ago
  100. e1f6c07 gss_krb5: add ability to have a keyed checksum (hmac) by Kevin Coffman · 15 years ago