summaryrefslogtreecommitdiffstats
path: root/fs/fscache/stats.c
Commit message (Expand)AuthorAgeFilesLines
* fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells2021-04-231-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-16/+1
* fscache, cachefiles: Fix checker warningsDavid Howells2018-04-041-1/+0
* drop redundant ->owner initializationsAl Viro2016-05-291-1/+0
* FS-Cache: Count the number of initialised operationsDavid Howells2015-04-021-1/+3
* FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells2015-02-241-0/+10
* fs/fscache/stats.c: fix memory leakAnurup m2013-04-291-1/+1
* NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a pageDavid Howells2012-12-201-2/+4
* FS-Cache: Provide proper invalidationDavid Howells2012-12-201-1/+10
* fs-cache: order the debugfs stats correctlyDavid Howells2010-04-071-2/+2
* CacheFiles: Catch an overly long wait for an old active objectDavid Howells2009-11-191-1/+3
* FS-Cache: Start processing an object's operations on that object's deathDavid Howells2009-11-191-4/+8
* FS-Cache: Add a retirement stat counterDavid Howells2009-11-191-2/+4
* FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells2009-11-191-0/+11
* FS-Cache: Handle read request vs lookup, creation or other cache failureDavid Howells2009-11-191-2/+4
* FS-Cache: Fix lock misorder in fscache_write_op()David Howells2009-11-191-2/+8
* FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phaseDavid Howells2009-11-191-4/+8
* FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells2009-11-191-0/+37
* FS-Cache: Add use of /proc and presentation of statisticsDavid Howells2009-04-031-0/+212