Searched hist:"979 df72e6f963b42ee484f2eca049c3344da0ba7" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | internal.h | diff 979df72e6f963b42ee484f2eca049c3344da0ba7 Tue Jul 25 10:28:19 CDT 2006 Trond Myklebust <Trond.Myklebust@netapp.com> NFS: Add an ACCESS cache memory shrinker
A pinned inode may in theory end up filling memory with cached ACCESS calls. This patch ensures that the VM may shrink away the cache in these particular cases. The shrinker works by iterating through the list of inodes on the global nfs_access_lru_list, and removing the least recently used access cache entry until it is done (or until the entire cache is empty).
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
|
H A D | super.c | diff 979df72e6f963b42ee484f2eca049c3344da0ba7 Tue Jul 25 10:28:19 CDT 2006 Trond Myklebust <Trond.Myklebust@netapp.com> NFS: Add an ACCESS cache memory shrinker
A pinned inode may in theory end up filling memory with cached ACCESS calls. This patch ensures that the VM may shrink away the cache in these particular cases. The shrinker works by iterating through the list of inodes on the global nfs_access_lru_list, and removing the least recently used access cache entry until it is done (or until the entire cache is empty).
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
|
H A D | dir.c | diff 979df72e6f963b42ee484f2eca049c3344da0ba7 Tue Jul 25 10:28:19 CDT 2006 Trond Myklebust <Trond.Myklebust@netapp.com> NFS: Add an ACCESS cache memory shrinker
A pinned inode may in theory end up filling memory with cached ACCESS calls. This patch ensures that the VM may shrink away the cache in these particular cases. The shrinker works by iterating through the list of inodes on the global nfs_access_lru_list, and removing the least recently used access cache entry until it is done (or until the entire cache is empty).
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
|