Files
kernel_arpi/include/linux
Frank van der Linden 95ad37f90c NFSv4.2: add client side xattr caching.
Implement client side caching for NFSv4.2 extended attributes. The cache
is a per-inode hashtable, with name/value entries. There is one special
entry for the listxattr cache.

NFS inodes have a pointer to a cache structure. The cache structure is
allocated on demand, freed when the cache is invalidated.

Memory shrinkers keep the size in check. Large entries (> PAGE_SIZE)
are collected by a separate shrinker, and freed more aggressively
than others.

Signed-off-by: Frank van der Linden <fllinden@amazon.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
2020-07-13 17:52:46 -04:00
..
2020-05-24 20:48:11 +02:00
2020-07-08 10:48:35 -07:00
2020-06-25 08:24:32 -07:00
2020-06-09 09:39:13 -07:00
2020-05-28 07:59:45 -07:00
2020-06-02 15:15:46 +01:00
2020-05-28 10:31:09 +02:00
2020-05-28 11:11:45 -07:00
2020-05-29 14:52:53 +02:00
2020-06-26 00:27:38 -07:00