linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Optionally default to cached info when server is down
@ 2020-01-06 20:39 Trond Myklebust
  2020-01-06 20:39 ` [PATCH 1/2] NFS: Trust cached access if we've already revalidated the inode once Trond Myklebust
  0 siblings, 1 reply; 3+ messages in thread
From: Trond Myklebust @ 2020-01-06 20:39 UTC (permalink / raw)
  To: Anna Schumaker; +Cc: linux-nfs

Add a mount option that allows the NFS client to default to using
cached information (attributes, permissions, data, etc) if the NFS
server is down.

Trond Myklebust (2):
  NFS: Trust cached access if we've already revalidated the inode once
  NFS: Add mount option 'softreval'

 fs/nfs/dir.c              |  4 ++--
 fs/nfs/inode.c            |  8 +++++++-
 fs/nfs/nfs3proc.c         |  7 ++++++-
 fs/nfs/nfs4proc.c         | 33 ++++++++++++++++++++++++++-------
 fs/nfs/proc.c             |  7 ++++++-
 fs/nfs/super.c            | 16 ++++++++++++++--
 include/linux/nfs_fs_sb.h |  1 +
 7 files changed, 62 insertions(+), 14 deletions(-)

-- 
2.24.1


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

end of thread, other threads:[~2020-01-06 20:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-06 20:39 [PATCH 0/2] Optionally default to cached info when server is down Trond Myklebust
2020-01-06 20:39 ` [PATCH 1/2] NFS: Trust cached access if we've already revalidated the inode once Trond Myklebust
2020-01-06 20:39   ` [PATCH 2/2] NFS: Add mount option 'softreval' Trond Myklebust

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).