1. 49f1b2c nfs: make nfs4_cb_sv_ops static by Jason Yan · 7 years ago
  2. f609266 NFSv4: Fix callback server shutdown by Trond Myklebust · 7 years ago
  3. 4ebe28d NFSv4.x/callback: Create the callback service through svc_create_pooled by Kinglong Mee · 7 years ago
  4. d55b352 NFSv4.x: hide array-bounds warning by Arnd Bergmann · 7 years ago
  5. 5405fc4 NFSv4.x: Add kernel parameter to control the callback server by Trond Myklebust · 8 years ago
  6. bb6aeba NFSv4.x: Switch to using svc_set_num_threads() to manage the callback threads by Trond Myklebust · 8 years ago
  7. 3b01c11 NFSv4.x: Fix up the global tracking of the callback server by Trond Myklebust · 8 years ago
  8. d002526 SUNRPC: Initialise struct svc_serv backchannel fields during __svc_create() by Trond Myklebust · 8 years ago
  9. f4b52bb NFSv4.x: Set up struct svc_serv_ops for the callback channel by Trond Myklebust · 8 years ago
  10. 98b0f80 NFSv4.x: Fix a refcount leak in nfs_callback_up_net by Trond Myklebust · 8 years ago
  11. 7656677 NFS: Enable client side NFSv4.1 backchannel to use other transports by Chuck Lever · 9 years ago
  12. 4e4adb2 Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  13. 0847ef8 NFS: Remove duplicate svc_xprt_put from nfs41_callback_up by Kinglong Mee · 9 years ago
  14. b9e13cd nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation by Jeff Layton · 9 years ago
  15. ea126e7 nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into it by Jeff Layton · 9 years ago
  16. 6f02dc8 nfs: deny backchannel RPCs with an incorrect authflavor instead of dropping them by Jeff Layton · 9 years ago
  17. 5d05e54 nfs: fix high load average due to callback thread sleeping by Jeff Layton · 9 years ago
  18. 6ffa30d nfs: don't call blocking operations while !TASK_RUNNING by Jeff Layton · 9 years ago
  19. 66f09ca nfs: do not start the callback thread until we set rqstp->rq_task by Trond Myklebust · 10 years ago
  20. 8879997 nfs: Ensure that nfs_callback_start_svc sets the server rq_task... by Trond Myklebust · 10 years ago
  21. f11b2a1 nfs4: copy acceptor name from context to nfs_client by Jeff Layton · 10 years ago
  22. 54bcfa6 nfs: Use PTR_ERR_OR_ZERO in 'nfs41_callback_up' function by Geyslan G. Bem · 11 years ago
  23. be0c5d8 Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  24. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  25. 42c2c42 NFSv4.2: Added NFS v4.2 support to the NFS client by Steve Dickson · 11 years ago
  26. 25d280a nfs: allow the v4.1 callback thread to freeze by Jeff Layton · 11 years ago
  27. e9b7e91 NFSv4: Fix the return value for nfs_callback_start_svc by Trond Myklebust · 12 years ago
  28. bd81cce Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  29. 758201e NFSv4: Fix the minor version callback channel startup by Trond Myklebust · 12 years ago
  30. 1dc42e0 NFS: add debug messages to callback down function by Stanislav Kinsbursky · 12 years ago
  31. b3d19c5 NFS: callback per-net usage counting introduced by Stanislav Kinsbursky · 12 years ago
  32. 29dcc16 NFS: make nfs_callback_tcpport6 per network context by Stanislav Kinsbursky · 12 years ago
  33. bbe0a3a NFS: make nfs_callback_tcpport per network context by Stanislav Kinsbursky · 12 years ago
  34. 23c20ec NFS: callback up - users counting cleanup by Stanislav Kinsbursky · 12 years ago
  35. 8e24614 NFS: callback service start function introduced by Stanislav Kinsbursky · 12 years ago
  36. 691c457 NFS: callback up - transport backchannel cleanup by Stanislav Kinsbursky · 12 years ago
  37. c946556 NFS: move per-net callback thread initialization to nfs_callback_up_net() by Stanislav Kinsbursky · 12 years ago
  38. dd01842 NFS: callback service creation function introduced by Stanislav Kinsbursky · 12 years ago
  39. c8ceb41 NFS: pass net to nfs_callback_down() by Stanislav Kinsbursky · 12 years ago
  40. 5b444cc svcrpc: remove handling of unknown errors from svc_recv by J. Bruce Fields · 12 years ago
  41. b042414 nfs: increase number of permitted callback connections. by NeilBrown · 12 years ago
  42. fac1e8e NFS: Keep module parameters in the generic NFS client by Bryan Schumaker · 12 years ago
  43. 12918b1 NFS: hard-code init_net for NFS callback transports by Stanislav Kinsbursky · 12 years ago
  44. 03a4e1f nfsd4: move principal name into svc_cred by J. Bruce Fields · 12 years ago
  45. 786185b SUNRPC: move per-net operations from svc_destroy() by Stanislav Kinsbursky · 12 years ago
  46. 9793f7c SUNRPC: new svc_bind() routine introduced by Stanislav Kinsbursky · 12 years ago
  47. 1728017 NFS: Fix a number of sparse warnings by Trond Myklebust · 12 years ago
  48. 4e0038b SUNRPC: Move clnt->cl_server into struct rpc_xprt by Trond Myklebust · 12 years ago
  49. a030889 NFS: start printks w/ NFS: even if __func__ shown by Weston Andros Adamson · 12 years ago
  50. 7bb782c NFS: create callback transports in parent transport network namespace by Stanislav Kinsbursky · 12 years ago
  51. 11fd165 sunrpc: use better NUMA affinities by Eric Dumazet · 13 years ago
  52. 778be23 NFS do not find client in NFSv4 pg_authenticate by Andy Adamson · 13 years ago
  53. 4a19de0 NFS rename client back channel transport field by Andy Adamson · 13 years ago
  54. ece0de6 NFS RPC_AUTH_GSS unsupported on v4.1 back channel by Andy Adamson · 13 years ago
  55. c36fca5 NFS refactor nfs_find_client and reference client across callback processing by Andy Adamson · 13 years ago
  56. 2c2618c NFS associate sessionid with callback connection by Andy Adamson · 13 years ago
  57. 01c9a0b NFS use svc_create_xprt for NFSv4.1 callback service by Andy Adamson · 13 years ago
  58. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  59. fc5d00b sunrpc: Add net argument to svc_create_xprt by Pavel Emelyanov · 14 years ago
  60. 9bbb9e5 param: use ops in struct kernel_param, rather than get and set fns directly by Rusty Russell · 14 years ago
  61. d6783b2 SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt() by Chuck Lever · 14 years ago
  62. 07bccc2 nfs41: add support for callback with RPC version number 4 by Alexandros Batsakis · 14 years ago
  63. d4e935b The rpc server does not require that service threads take the BKL. by J. Bruce Fields · 14 years ago
  64. c140aa9 NFSv4: Clean up the nfs.callback_tcpport option by Trond Myklebust · 15 years ago
  65. 1f84603 Merge branch 'devel-for-2.6.31' into for-2.6.31 by Trond Myklebust · 15 years ago
  66. 18fc316 NFS: Fix false error return from nfs_callback_up() if ipv6.ko is not available by Chuck Lever · 15 years ago
  67. e82dc22 nfs41: Allow NFSv4 and NFSv4.1 callback services to coexist by Andy Adamson · 15 years ago
  68. 8f97524 nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callbacks by Benny Halevy · 15 years ago
  69. a43cde9 nfs41: Implement NFSv4.1 callback service process. by Ricardo Labiaga · 15 years ago
  70. 7146851 nfs41: minorversion support for nfs4_{init,destroy}_callback by Benny Halevy · 15 years ago
  71. f738f51 NFS: Start PF_INET6 callback listener only if IPv6 support is available by Chuck Lever · 15 years ago
  72. 26298ca NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacks by Chuck Lever · 15 years ago
  73. 49a9072 SUNRPC: Remove @family argument from svc_create() and svc_create_pooled() by Chuck Lever · 15 years ago
  74. 9652ada SUNRPC: Change svc_create_xprt() to take a @family argument by Chuck Lever · 15 years ago
  75. 945b34a rpc: allow gss callbacks to client by Olga Kornievskaia · 15 years ago
  76. 18de973 NFS: Enable NFSv4 callback server to listen on AF_INET6 sockets by Chuck Lever · 16 years ago
  77. e851db5 SUNRPC: Add address family field to svc_serv data structure by Chuck Lever · 16 years ago
  78. 5afc597 nfs4: fix potential race with rapid nfs_callback_up/down cycle by Jeff Layton · 16 years ago
  79. ee84dfc nfs4: remove BKL from nfs_callback_up and nfs_callback_down by Jeff Layton · 16 years ago
  80. 3110ff8 nfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  81. 06e02d6 NFS: don't let nfs_callback_svc exit on unexpected svc_recv errors (try #2) by Jeff Layton · 16 years ago
  82. e1ba1ab nfsd: fix comment by J. Bruce Fields · 16 years ago
  83. a277e33 NFS: convert nfs4 callback thread to kthread API by Jeff Layton · 16 years ago
  84. 5216a8e Wrap buffers used for rpc debug printks into RPC_IFDEBUG by Pavel Emelyanov · 16 years ago
  85. 1227a74 NFS: flush signals before taking down callback thread by Jeff Layton · 16 years ago
  86. 8e60029 NFS: fix reference counting for NFSv4 callback thread by Jeff Layton · 16 years ago
  87. d7c9f1e svc: Change services to use new svc_create_xprt service by Tom Tucker · 16 years ago
  88. ff05264 NFS: Change nfs_find_client() to take "struct sockaddr *" by Chuck Lever · 16 years ago
  89. 1d98fe6 NFS: Move dprintks from callback.c to callback_proc.c by Chuck Lever · 16 years ago
  90. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  91. 27459f0 [PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addresses by Chuck Lever · 17 years ago
  92. ad06e4b [PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst for printing by Chuck Lever · 17 years ago
  93. 482fb94 [PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with portmapper by Chuck Lever · 17 years ago
  94. 6fb2b47 [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process by NeilBrown · 18 years ago
  95. bc591cc [PATCH] knfsd: add a callback for when last rpc thread finishes by NeilBrown · 18 years ago
  96. 24c8dbb NFS: Generalise the nfs_client structure by David Howells · 18 years ago
  97. adfa6f9 NFS: Rename struct nfs4_client to struct nfs_client by David Howells · 18 years ago
  98. 5ae1fbc NFS: Fix NFS4 callback up/down prototypes by David Howells · 18 years ago
  99. 7d4e274 NFS: Fix up split of fs/nfs/inode.c by David Howells · 18 years ago
  100. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago