Merge tag 'fscache-fixes-20200508-2' of git://git.kernel.org/pub/scm/linux/kernel...
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sun, 10 May 2020 13:30:42 +0000 (09:30 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 11 May 2020 18:06:50 +0000 (14:06 -0400)
commit2b666a110b493b3e8fbf561718ae794e13813651
tree70f764c8314acc897c9b62524244f363e8926ef0
parentce99aa62e1eb793e259d023c7f6ccb7c4879917b
parent7bb0c5338436dae953622470d52689265867f032
Merge tag 'fscache-fixes-20200508-2' of git://git./linux/kernel/git/dhowells/linux-fs

 (1) The reorganisation of bmap() use accidentally caused the return value
     of cachefiles_read_or_alloc_pages() to get corrupted.

 (2) The NFS superblock index key accidentally got changed to include a
     number of kernel pointers - meaning that the key isn't matchable after
     a reboot.

 (3) A redundant check in nfs_fscache_get_super_cookie().

 (4) The NFS change_attr sometimes set in the auxiliary data for the
     caching of an file and sometimes not, which causes the cache to get
     discarded when it shouldn't.

 (5) There's a race between cachefiles_read_waiter() and
     cachefiles_read_copier() that causes an occasional assertion failure.
fs/nfs/super.c