]> Git Repo - linux.git/commitdiff
Merge tag 'fscache-fixes-20200508-2' of git://git.kernel.org/pub/scm/linux/kernel...
authorTrond Myklebust <[email protected]>
Sun, 10 May 2020 13:30:42 +0000 (09:30 -0400)
committerTrond Myklebust <[email protected]>
Mon, 11 May 2020 18:06:50 +0000 (14:06 -0400)
 (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.

1  2 
fs/nfs/super.c

diff --cc fs/nfs/super.c
Simple merge
This page took 0.059306 seconds and 4 git commands to generate.