summaryrefslogtreecommitdiff
path: root/Documentation/filesystems/caching
AgeCommit message (Expand)Author
2020-07-13docs: filesystems: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-05Documentation: filesystems: caching/operations: drop doubled wordRandy Dunlap
2020-05-05docs: filesystems: caching/backend-api.txt: convert it to ReSTMauro Carvalho Chehab
2020-05-05docs: filesystems: caching/cachefiles.txt: convert to ReSTMauro Carvalho Chehab
2020-05-05docs: filesystems: caching/operations.txt: convert it to ReSTMauro Carvalho Chehab
2020-05-05docs: filesystems: caching/netfs-api.txt: convert it to ReSTMauro Carvalho Chehab
2020-05-05docs: filesystems: convert caching/fscache.txt to ReST formatMauro Carvalho Chehab
2020-05-05docs: filesystems: convert caching/object.txt to ReSTMauro Carvalho Chehab
2018-11-20Documentation: Use "while" instead of "whilst"Will Deacon
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells
2017-09-06fscache: remove unused ->now_uncached callbackJan Kara
2015-04-02FS-Cache: Count the number of initialised operationsDavid Howells
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells
2013-09-06fscache: Netfs function for cleanup post readpagesMilosz Tanski
2013-09-06FS-Cache: Fix heading in documentationDavid Howells
2013-09-06FS-Cache: Add interface to check consistency of a cached objectDavid Howells
2012-12-20FS-Cache: Provide proper invalidationDavid Howells
2012-12-20FS-Cache: Fix operation state management and accountingDavid Howells
2011-09-27doc: fix broken referencesPaul Bolle
2011-07-07FS-Cache: Add a helper to bulk uncache pages on an inodeDavid Howells
2011-03-31Fix common misspellingsLucas De Marchi
2010-07-22fscache: convert object to use workqueue instead of slow-workTejun Heo
2009-11-19CacheFiles: Catch an overly long wait for an old active objectDavid Howells
2009-11-19FS-Cache: Start processing an object's operations on that object's deathDavid Howells
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells
2009-11-19FS-Cache: Handle read request vs lookup, creation or other cache failureDavid Howells
2009-11-19FS-Cache: Fix lock misorder in fscache_write_op()David Howells
2009-11-19FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phaseDavid Howells
2009-11-19FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedDavid Howells
2009-06-12trivial: Miscellaneous documentation typo fixesMatt LaPlante
2009-04-24CacheFiles: Fix the documentation to use the correct credential pointer namesMarc Dionne
2009-04-03CacheFiles: A cache that backs onto a mounted filesystemDavid Howells
2009-04-03FS-Cache: Add and document asynchronous operation handlingDavid Howells
2009-04-03FS-Cache: Object management state machineDavid Howells
2009-04-03FS-Cache: Add use of /proc and presentation of statisticsDavid Howells
2009-04-03FS-Cache: Add the FS-Cache cache backend API and documentationDavid Howells
2009-04-03FS-Cache: Add the FS-Cache netfs API and documentationDavid Howells