summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-01-07afs: Copy local writes to the cache when writing to the serverDavid Howells
2022-01-07afs: Convert afs to use the new fscache APIDavid Howells
2022-01-07fscache, cachefiles: Display stat of culling eventsDavid Howells
2022-01-07fscache, cachefiles: Display stats of no-space eventsDavid Howells
2022-01-07cachefiles: Allow cachefiles to actually functionDavid Howells
2022-01-07fscache, cachefiles: Store the volume coherency dataDavid Howells
2022-01-07cachefiles: Implement the I/O routinesDavid Howells
2022-01-07cachefiles: Implement cookie resize for truncateDavid Howells
2022-01-07cachefiles: Implement begin and end I/O operationDavid Howells
2022-01-07cachefiles: Implement backing file wranglingDavid Howells
2022-01-07cachefiles: Implement culling daemon commandsDavid Howells
2022-01-07cachefiles: Mark a backing file in use with an inode flagDavid Howells
2022-01-07cachefiles: Implement metadata/coherency data storage in xattrsDavid Howells
2022-01-07cachefiles: Implement key to filename encodingDavid Howells
2022-01-07cachefiles: Implement object lifecycle funcsDavid Howells
2022-01-07cachefiles: Implement volume supportDavid Howells
2022-01-07cachefiles: Implement cache registration and withdrawalDavid Howells
2022-01-07cachefiles: Implement a function to get/create a directory in the cacheDavid Howells
2022-01-07vfs, cachefiles: Mark a backing file in use with an inode flagDavid Howells
2022-01-07cachefiles: Provide a function to check how much space there isDavid Howells
2022-01-07cachefiles: Register a miscdev and parse commands over itDavid Howells
2022-01-07cachefiles: Add security derivationDavid Howells
2022-01-07cachefiles: Add cache error reporting macroDavid Howells
2022-01-07cachefiles: Add a couple of tracepoints for logging errorsDavid Howells
2022-01-07cachefiles: Add some error injection supportDavid Howells
2022-01-07cachefiles: Define structsDavid Howells
2022-01-07cachefiles: Introduce rewritten driverDavid Howells
2022-01-07fscache: Provide a function to resize a cookieDavid Howells
2022-01-07vfs, fscache: Implement pinning of cache usage for writebackDavid Howells
2022-01-07fscache: Implement higher-level write I/O interfaceDavid Howells
2022-01-07netfs: Pass more information on how to deal with a hole in the cacheDavid Howells
2022-01-07fscache: Provide read/write stat counters for the cacheDavid Howells
2022-01-07fscache: Count data storage objects in a cacheDavid Howells
2022-01-07fscache: Provide a means to begin an operationDavid Howells
2022-01-07fscache: Implement cookie invalidationDavid Howells
2022-01-07fscache: Implement cookie user counting and resource pinningDavid Howells
2022-01-07fscache: Implement simple cookie state machineDavid Howells
2022-01-07fscache: Add a function for a cache backend to note an I/O errorDavid Howells
2022-01-07fscache: Provide and use cache methods to lookup/create/free a volumeDavid Howells
2022-01-07fscache: Implement functions add/remove a cacheDavid Howells
2022-01-07fscache: Implement cookie-level access helpersDavid Howells
2022-01-07fscache: Implement volume-level access helpersDavid Howells
2022-01-07fscache: Implement cache-level access helpersDavid Howells
2022-01-07fscache: Implement cookie registrationDavid Howells
2022-01-07fscache: Implement volume registrationDavid Howells
2022-01-07fscache: Implement cache registrationDavid Howells
2022-01-07fscache: Implement a hash functionDavid Howells
2022-01-07fscache: Introduce new driverDavid Howells
2022-01-07netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd spaceDavid Howells
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells