linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] nfsd: don't let nfs4_file pin down the inode when it has no open state
@ 2014-07-23 20:17 Jeff Layton
  2014-07-23 20:17 ` [PATCH v2 1/4] nfsd: Store the filehandle with the struct nfs4_file Jeff Layton
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Jeff Layton @ 2014-07-23 20:17 UTC (permalink / raw)
  To: bfields; +Cc: linux-nfs, trond.myklebust, hch

v2:
- eliminate the st_inode field from struct nfs4_ol_stateid

This is a port of the patches that Trond sent the other day onto the
current tip of Bruce's for-3.17 branch. It basically changes how
nfs4_file objects are hashed. Instead of using the inode pointer (and
pinning down an inode in the process), it uses the filehandle. This
allows us to avoid taking an inode reference directly for the nfs4_file.
With this, they're only taken by virtue of the files in the fi_fds
array.

Jeff Layton (1):
  nfsd: Do not let nfs4_file pin the struct inode

Trond Myklebust (3):
  nfsd: Store the filehandle with the struct nfs4_file
  nfsd: Use the filehandle to look up the struct nfs4_file instead of
    inode
  nfsd: nfs4_check_fh - make it actually check the filehandle

 fs/nfsd/nfs4state.c | 86 +++++++++++++++++++++++++++++++++--------------------
 fs/nfsd/state.h     |  2 +-
 2 files changed, 54 insertions(+), 34 deletions(-)

-- 
1.9.3


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-07-25  1:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-23 20:17 [PATCH v2 0/4] nfsd: don't let nfs4_file pin down the inode when it has no open state Jeff Layton
2014-07-23 20:17 ` [PATCH v2 1/4] nfsd: Store the filehandle with the struct nfs4_file Jeff Layton
2014-07-23 20:17 ` [PATCH v2 2/4] nfsd: Use the filehandle to look up the struct nfs4_file instead of inode Jeff Layton
2014-07-23 20:17 ` [PATCH v2 3/4] nfsd: nfs4_check_fh - make it actually check the filehandle Jeff Layton
2014-07-23 20:17 ` [PATCH v2 4/4] nfsd: Do not let nfs4_file pin the struct inode Jeff Layton
2014-07-23 20:47 ` [PATCH v2 0/4] nfsd: don't let nfs4_file pin down the inode when it has no open state J. Bruce Fields
2014-07-24 15:22   ` Christoph Hellwig
2014-07-25  1:40     ` J. Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).