stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix NFSv4 lookup revalidation
@ 2019-07-31  7:13 Qian Lu
  2019-07-31  7:13 ` [PATCH 1/4] NFS: Fix dentry revalidation on NFSv4 lookup Qian Lu
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Qian Lu @ 2019-07-31  7:13 UTC (permalink / raw)
  To: gregkh; +Cc: stable, trond.myklebust, Qian Lu

Hello Greg,

Can you please consider including the following patches in the stable
linux-4.14.y branch?

The following patch series attempts to address the issues raised by
Stan Hu around NFSv4 lookup revalidation.

The first patch in the series should, in principle suffice to address
the exact issue raised by Stan, however when looking at the
implementation of nfs4_lookup_revalidate(), it becomes clear that we're
not doing enough to revalidate the dentry itself when performing NFSv4.1
opens either.

Trond Myklebust (3):
  NFS: Fix dentry revalidation on NFSv4 lookup
  NFS: Refactor nfs_lookup_revalidate()
  NFSv4: Fix lookup revalidate of regular files

zhangliguang (1):
  NFS: Remove redundant semicolon

 fs/nfs/dir.c      | 295 ++++++++++++++++++++++++++++++------------------------
 fs/nfs/nfs4proc.c |  15 ++-
 2 files changed, 174 insertions(+), 136 deletions(-)

-- 
2.15.3.AMZN


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

end of thread, other threads:[~2019-07-31 16:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-31  7:13 [PATCH 0/4] Fix NFSv4 lookup revalidation Qian Lu
2019-07-31  7:13 ` [PATCH 1/4] NFS: Fix dentry revalidation on NFSv4 lookup Qian Lu
2019-07-31  7:13 ` [PATCH 2/4] NFS: Refactor nfs_lookup_revalidate() Qian Lu
2019-07-31  7:13 ` [PATCH 3/4] NFSv4: Fix lookup revalidate of regular files Qian Lu
2019-07-31  7:13 ` [PATCH 4/4] NFS: Remove redundant semicolon Qian Lu
2019-07-31  9:33   ` Greg KH
2019-07-31  9:34 ` [PATCH 0/4] Fix NFSv4 lookup revalidation Greg KH
2019-07-31 16:12   ` Qian Lu

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