mbox series

[0/2] Readdir fixes

Message ID 20220322205421.726627-1-trondmy@kernel.org (mailing list archive)
Headers show
Series Readdir fixes | expand

Message

Trond Myklebust March 22, 2022, 8:54 p.m. UTC
From: Trond Myklebust <trond.myklebust@hammerspace.com>

Two fixes that apply on top of the linux-next branch. The first one
fixes a potential deadlock due to hash collisions. The second fixes a
validation issue.

Trond Myklebust (2):
  NFS: Don't deadlock when cookie hashes collide
  NFS: Fix revalidation of empty readdir pages

 fs/nfs/dir.c | 38 +++++++++++++++++++++++++-------------
 1 file changed, 25 insertions(+), 13 deletions(-)