LWN.net Logo

NFS: callback threads containerization

From:  Stanislav Kinsbursky <skinsbursky@parallels.com>
To:  Trond.Myklebust@netapp.com
Subject:  [PATCH v4 00/10] NFS: callback threads containerization
Date:  Mon, 20 Aug 2012 17:59:59 +0400
Message-ID:  <20120820134734.17404.53946.stgit@localhost.localdomain>
Cc:  bfields@fieldses.org, linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org, devel@openvz.org
Archive-link:  Article, Thread

v4: rebased on trondmy/linux-next

Hi, Trond.
This patch set is the last significant part of client containerization.
It's pending for a long time already. And I really feel, that it's ready for
inclusion.
Without this patch set per-net callback resources management is broken.
Hoping you can take it for next kernel.

The following series implements...

---

Stanislav Kinsbursky (10):
      NFS: pass net to nfs_callback_down()
      NFS: callback service creation function introduced
      NFS: move per-net callback thread initialization to nfs_callback_up_net()
      NFS: callback up - transport backchannel cleanup
      NFS: callback service start function introduced
      NFS: callback up - users counting cleanup
      NFS: make nfs_callback_tcpport per network context
      NFS: make nfs_callback_tcpport6 per network context
      NFS: callback per-net usage counting introduced
      NFS: add debug messages to callback down function


 fs/nfs/callback.c   |  302 ++++++++++++++++++++++++++++++++++-----------------
 fs/nfs/callback.h   |    4 -
 fs/nfs/netns.h      |    3 +
 fs/nfs/nfs4client.c |    2 
 fs/nfs/nfs4state.c  |    6 +
 5 files changed, 211 insertions(+), 106 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds