kernel-ark/Documentation/filesystems/caching
David Howells 60d543ca72 FS-Cache: Start processing an object's operations on that object's death
Start processing an object's operations when that object moves into the DYING
state as the object cannot be destroyed until all its outstanding operations
have completed.

Furthermore, make sure that read and allocation operations handle being woken
up on a dead object.  Such events are recorded in the Allocs.abt and
Retrvls.abt statistics as viewable through /proc/fs/fscache/stats.

The code for waiting for object activation for the read and allocation
operations is also extracted into its own function as it is much the same in
all cases, differing only in the stats incremented.

Signed-off-by: David Howells <dhowells@redhat.com>
2009-11-19 18:11:45 +00:00
..
backend-api.txt FS-Cache: Add use of /proc and presentation of statistics 2009-04-03 16:42:37 +01:00
cachefiles.txt CacheFiles: Fix the documentation to use the correct credential pointer names 2009-04-24 13:28:30 -07:00
fscache.txt FS-Cache: Start processing an object's operations on that object's death 2009-11-19 18:11:45 +00:00
netfs-api.txt FS-Cache: Handle pages pending storage that get evicted under OOM conditions 2009-11-19 18:11:35 +00:00
object.txt FS-Cache: Object management state machine 2009-04-03 16:42:38 +01:00
operations.txt FS-Cache: Add and document asynchronous operation handling 2009-04-03 16:42:39 +01:00