Add functionality to allow multiple client backchannel threads and allow tuning of the advertised backchannel slot table size. Note: the very first patch is actually a fix for an existing Oopsable condition, and so should probably be pushed into Linux 4.8... Trond Myklebust (6): NFSv4.x: Fix a refcount leak in nfs_callback_up_net NFSv4.x: Set up struct svc_serv_ops for the callback channel SUNRPC: Initialise struct svc_serv backchannel fields during __svc_create() NFSv4.x: Fix up the global tracking of the callback server NFSv4.x: Switch to using svc_set_num_threads() to manage the callback threads NFSv4.x: Add kernel parameter to control the callback server Documentation/kernel-parameters.txt | 12 ++++ fs/nfs/callback.c | 137 +++++++++++++++--------------------- fs/nfs/callback.h | 3 + fs/nfs/nfs4_fs.h | 1 + fs/nfs/nfs4proc.c | 7 +- fs/nfs/nfs4session.h | 1 + fs/nfs/super.c | 10 +++ net/sunrpc/svc.c | 17 +++++ 8 files changed, 102 insertions(+), 86 deletions(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html