1. a663bdd nfsd4: fix connection allocation in sequence() by J. Bruce Fields · 14 years ago
  2. 5d18c1c nfsd4: only require krb5 principal for NFSv4.0 callbacks by J. Bruce Fields · 14 years ago
  3. 8323c3b nfsd4: move minorversion to client by J. Bruce Fields · 14 years ago
  4. 792c95d nfsd4: delay session removal till free_client by J. Bruce Fields · 14 years ago
  5. 5a3c9d7 nfsd4: separate callback change and callback probe by J. Bruce Fields · 14 years ago
  6. 8b5ce5c nfsd4: callback program number is per-session by J. Bruce Fields · 14 years ago
  7. d29c374 nfsd4: track backchannel connections by J. Bruce Fields · 15 years ago
  8. 86c3e16 nfsd4: confirm only on succesful create_session by J. Bruce Fields · 14 years ago
  9. ac7c46f nfsd4: make backchannel sequence number per-session by J. Bruce Fields · 15 years ago
  10. 90c8145 nfsd4: use client pointer to backchannel session by J. Bruce Fields · 15 years ago
  11. edd7678 nfsd4: move callback setup into session init code by J. Bruce Fields · 15 years ago
  12. cd5b814 nfsd4: don't cache seq_misordered replies by J. Bruce Fields · 14 years ago
  13. 9247685 SUNRPC: Properly initialize sock_xprt.srcaddr in all cases by Chuck Lever · 14 years ago
  14. 4232e86 SUNRPC: Use conventional switch statement when reclassifying sockets by Chuck Lever · 14 years ago
  15. a25e758 sunrpc/xprtrdma: clean up workqueue usage by Tejun Heo · 14 years ago
  16. 8f3a6de sunrpc: Turn list_for_each-s into the ..._entry-s by Pavel Emelyanov · 14 years ago
  17. 50fa0d4 sunrpc: Remove dead "else" branch from bc xprt creation by Pavel Emelyanov · 14 years ago
  18. c636b57 sunrpc: Don't return NULL from rpcb_create by Pavel Emelyanov · 14 years ago
  19. f10fef3 sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprt by Pavel Emelyanov · 14 years ago
  20. 8c14ff2 sunrpc: Remove UDP worker wrappers by Pavel Emelyanov · 14 years ago
  21. cdd518d sunrpc: Remove TCP worker wrappers by Pavel Emelyanov · 14 years ago
  22. 7dfe1fc sunrpc: Pass family to setup_socket calls by Pavel Emelyanov · 14 years ago
  23. 6bc9638 sunrpc: Merge xs_create_sock code by Pavel Emelyanov · 14 years ago
  24. beb59b6 sunrpc: Merge the xs_bind code by Pavel Emelyanov · 14 years ago
  25. 573018c sunrpc: Call xs_create_sockX directly from setup_socket by Pavel Emelyanov · 14 years ago
  26. 22d44a7 sunrpc: Factor out v6 sockets creation by Pavel Emelyanov · 14 years ago
  27. 22f7932 sunrpc: Factor out v4 sockets creation by Pavel Emelyanov · 14 years ago
  28. b65c031 sunrpc: Factor out udp sockets creation by Pavel Emelyanov · 14 years ago
  29. 58dddac sunrpc: Remove duplicate xprt/transport arguments from calls by Pavel Emelyanov · 14 years ago
  30. a9f5f0f sunrpc: Get xprt pointer once in xs_tcp_setup_socket by Pavel Emelyanov · 14 years ago
  31. baaf4e4 sunrpc: Remove unused sock arg from xs_next_srcport by Pavel Emelyanov · 14 years ago
  32. 5d4ec93 sunrpc: Remove unused sock arg from xs_get_srcport by Pavel Emelyanov · 14 years ago
  33. 4a84386 svcrdma: Cleanup DMA unmapping in error paths. by Tom Tucker · 14 years ago
  34. b432e6b svcrdma: Change DMA mapping logic to avoid the page_address kernel API by Tom Tucker · 14 years ago
  35. ecec6e3 nfsd4: expire clients more promptly by J. Bruce Fields · 14 years ago
  36. 70dc78d sunrpc: Use helper to set v4 mapped addr in ip_map_parse by Pavel Emelyanov · 14 years ago
  37. e33534d sunrpc/cache: centralise handling of size limit on deferred list. by NeilBrown · 14 years ago
  38. d29068c4 sunrpc: Simplify cache_defer_req and related functions. by NeilBrown · 14 years ago
  39. 3351514 nfsd4: return expired on unfound stateid's by J. Bruce Fields · 14 years ago
  40. 328ead2 nfsd4: add new connections to session by J. Bruce Fields · 14 years ago
  41. db90681 nfsd4: refactor connection allocation by J. Bruce Fields · 14 years ago
  42. 19cf5c0 nfsd4: use callbacks on svc_xprt_deletion by J. Bruce Fields · 15 years ago
  43. edc7a89 nfsd: provide callbacks on svc_xprt deletion by J. Bruce Fields · 15 years ago
  44. c766251 nfsd4: keep per-session list of connections by J. Bruce Fields · 15 years ago
  45. 5b6feee nfsd4: clean up session allocation by J. Bruce Fields · 14 years ago
  46. dd93842 nfsd4: fix alloc_init_session return type by J. Bruce Fields · 14 years ago
  47. c23753d nfsd4: fix alloc_init_session BUILD_BUG_ON() by J. Bruce Fields · 14 years ago
  48. 6ff8da0 nfsd4: Move callback setup to callback queue by J. Bruce Fields · 15 years ago
  49. fb00392 nfsd4: remove separate cb_args struct by J. Bruce Fields · 15 years ago
  50. cee277d nfsd4: use generic callback code in null case by J. Bruce Fields · 15 years ago
  51. 5878453 nfsd4: generic callback code by J. Bruce Fields · 15 years ago
  52. 1c85560 nfsd4: rename nfs4_rpc_args->nfsd4_cb_args by J. Bruce Fields · 15 years ago
  53. 586f367 nfsd4: combine nfs4_rpc_args and nfsd4_cb_sequence by J. Bruce Fields · 15 years ago
  54. 07263f1 nfsd4: minor variable renaming (cb -> conn) by J. Bruce Fields · 15 years ago
  55. 1e7af1b nfsd4: remove spkm3 by J. Bruce Fields · 14 years ago
  56. 277f68d sunrpc: fix race in new cache_wait code. by NeilBrown · 14 years ago
  57. 14ec63c sunrpc: Create sockets in net namespaces by Pavel Emelyanov · 14 years ago
  58. 721db93 net: Export __sock_create by Pavel Emelyanov · 14 years ago
  59. 37aa213 sunrpc: Tag rpc_xprt with net by Pavel Emelyanov · 14 years ago
  60. 9a23e33 sunrpc: Add net to xprt_create by Pavel Emelyanov · 14 years ago
  61. c653ce3 sunrpc: Add net to rpc_create_args by Pavel Emelyanov · 14 years ago
  62. 62832c0 sunrpc: Pull net argument downto svc_create_socket by Pavel Emelyanov · 14 years ago
  63. fc5d00b sunrpc: Add net argument to svc_create_xprt by Pavel Emelyanov · 14 years ago
  64. e204e62 sunrpc: Factor out rpc_xprt freeing by Pavel Emelyanov · 14 years ago
  65. bd1722d sunrpc: Factor out rpc_xprt allocation by Pavel Emelyanov · 14 years ago
  66. 2b44f1b nfsd4: adjust buflen for encoded attrs bitmap based on actual bitmap length by Benny Halevy · 14 years ago
  67. c135e84 sunrpc: fix up rpcauth_remove_module section mismatch by Stephen Rothwell · 14 years ago
  68. 90d51b0 sunrpc: Make the ip_map_cache be per-net by Pavel Emelyanov · 14 years ago
  69. 4f42d0d sunrpc: Make the /proc/net/rpc appear in net namespaces by Pavel Emelyanov · 14 years ago
  70. 2f72c9b sunrpc: The per-net skeleton by Pavel Emelyanov · 14 years ago
  71. 4fb8518 sunrpc: Tag svc_xprt with net by Pavel Emelyanov · 14 years ago
  72. 593ce16 sunrpc: Add routines that allow registering per-net caches by Pavel Emelyanov · 14 years ago
  73. 352114f sunrpc: Add net to pure API calls by Pavel Emelyanov · 14 years ago
  74. 3be4479 sunrpc: Pass xprt to cached get/put routines by Pavel Emelyanov · 14 years ago
  75. e3bfca0 sunrpc: Make xprt auth cache release work with the xprt by Pavel Emelyanov · 14 years ago
  76. bf18ab3 sunrpc: Pass the ip_map_parse's cd to lower calls by Pavel Emelyanov · 14 years ago
  77. 74ec1e1 nfsd: fix /proc/net/rpc/nfsd.export/content display by J. Bruce Fields · 14 years ago
  78. 049ef27 nfsd: Export get_task_comm for nfsd by Pavel Emelyanov · 14 years ago
  79. 1e14056 nfsd: allow deprecated interface to be compiled out. by NeilBrown · 14 years ago
  80. c67874f nfsd: formally deprecate legacy nfsd syscall interface by NeilBrown · 14 years ago
  81. e95dffa sunrpc/cache: fix recent breakage of cache_clean_deferred by NeilBrown · 14 years ago
  82. f904be9 lockd: Mostly remove BKL from the server by Bryan Schumaker · 14 years ago
  83. e7f483e sunrpc/cache: don't use custom hex_to_bin() converter by Andy Shevchenko · 14 years ago
  84. 1117449 sunrpc/cache: change deferred-request hash table to use hlist. by NeilBrown · 15 years ago
  85. 2ed5282 svcauth_gss: replace a trivial 'switch' with an 'if' by NeilBrown · 15 years ago
  86. 839049a nfsd/idmap: drop special request deferal in favour of improved default. by NeilBrown · 15 years ago
  87. 8ff30fa nfsd: disable deferral for NFSv4 by NeilBrown · 15 years ago
  88. 1ebede8 sunrpc: close connection when a request is irretrievably lost. by NeilBrown · 15 years ago
  89. 0649752 nfsd4: fix hang on fast-booting nfs servers by J. Bruce Fields · 14 years ago
  90. c88739b Merge remote branch 'trond/bugfixes' into for-2.6.37 by J. Bruce Fields · 14 years ago
  91. 827e345 SUNRPC: Fix the NFSv4 and RPCSEC_GSS Kconfig dependencies by Trond Myklebust · 15 years ago
  92. fbf3fdd statfs() gives ESTALE error by Menyhart Zoltan · 15 years ago
  93. b20d37c NFS: Fix a typo in nfs_sockaddr_match_ipaddr6 by Trond Myklebust · 15 years ago
  94. db5fe26 sunrpc: increase MAX_HASHTABLE_BITS to 14 by Miquel van Smoorenburg · 15 years ago
  95. 651b293 gss:spkm3 miss returning error to caller when import security context by Bian Naimeng · 15 years ago
  96. ce8477e gss:krb5 miss returning error to caller when import security context by Bian Naimeng · 15 years ago
  97. b1bde04 Remove incorrect do_vfs_lock message by Fabio Olive Leite · 15 years ago
  98. 5557624 SUNRPC: cleanup state-machine ordering by J. Bruce Fields · 15 years ago
  99. 006abe8 SUNRPC: Fix a race in rpc_info_open by Trond Myklebust · 15 years ago
  100. 5a67657 SUNRPC: Fix race corrupting rpc upcall by Trond Myklebust · 15 years ago