aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/trace/events/fscache.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-12-07fscache: Fix oops due to race with cookie_lru and use_cookieDave Wysochanski1-0/+2
2022-08-09fscache: add tracepoint when failing cookieJeff Layton1-0/+2
2022-01-11fscache: Add a tracepoint for cookie use/unuseDavid Howells1-0/+44
2022-01-07cachefiles: Implement begin and end I/O operationDavid Howells1-0/+2
2022-01-07cachefiles: Implement object lifecycle funcsDavid Howells1-0/+4
2022-01-07fscache: Provide a function to resize a cookieDavid Howells1-0/+25
2022-01-07fscache: Implement raw I/O interfaceDavid Howells1-0/+2
2022-01-07fscache: Provide a means to begin an operationDavid Howells1-0/+6
2022-01-07fscache: Implement cookie invalidationDavid Howells1-0/+25
2022-01-07fscache: Implement cookie user counting and resource pinningDavid Howells1-0/+12
2022-01-07fscache: Implement simple cookie state machineDavid Howells1-0/+4
2022-01-07fscache: Provide and use cache methods to lookup/create/free a volumeDavid Howells1-1/+10
2022-01-07fscache: Implement cookie-level access helpersDavid Howells1-0/+29
2022-01-07fscache: Implement volume-level access helpersDavid Howells1-0/+34
2022-01-07fscache: Implement cache-level access helpersDavid Howells1-0/+41
2022-01-07fscache: Implement cookie registrationDavid Howells1-0/+111
2022-01-07fscache: Implement volume registrationDavid Howells1-1/+60
2022-01-07fscache: Implement cache registrationDavid Howells1-0/+43
2022-01-07fscache: Introduce new driverDavid Howells1-0/+49
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells1-523/+0
2021-08-27fscache: Use refcount_t for the cookie refcount instead of atomic_tDavid Howells1-22/+22
2021-08-27fscache: Fix fscache_cookie_put() to not deref after decDavid Howells1-17/+7
2021-08-27fscache: Add a cookie debug ID and use that in tracesDavid Howells1-58/+58
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2018-04-06fscache: Maintain a catalogue of allocated cookiesDavid Howells1-0/+8
2018-04-04fscache: Add more tracepointsDavid Howells1-0/+252
2018-04-04fscache: Add tracepointsDavid Howells1-0/+277