aboutsummaryrefslogtreecommitdiff
path: root/fs/cachefiles
AgeCommit message (Expand)Author
2022-05-18cachefiles: add tracepoints for on-demand read modeJeffle Xu
2022-05-18cachefiles: enable on-demand read modeJeffle Xu
2022-05-18cachefiles: implement on-demand readJeffle Xu
2022-05-18cachefiles: notify the user daemon when withdrawing cookieJeffle Xu
2022-05-18cachefiles: unbind cachefiles gracefully in on-demand modeJeffle Xu
2022-05-18cachefiles: notify the user daemon when looking up cookieJeffle Xu
2022-05-18cachefiles: extract write routineJeffle Xu
2022-04-08cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattrDave Wysochanski
2022-04-08cachefiles: unmark inode in use in error pathJeffle Xu
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells
2022-03-11cachefiles: Fix volume coherency attributeDavid Howells
2022-03-08fs: remove kiocb.ki_hintChristoph Hellwig
2022-03-03cachefiles: Fix incorrect length to fallocate()David Howells
2022-02-01netfs, cachefiles: Add a method to query presence of data in the cacheDavid Howells
2022-01-21cachefiles: Check that the backing filesystem supports tmpfilesDavid Howells
2022-01-21cachefiles: Explain checks in a commentDavid Howells
2022-01-21cachefiles: Trace active-mark failureDavid Howells
2022-01-21cachefiles: Make some tracepoint adjustmentsDavid Howells
2022-01-21cachefiles: set default tag name if it's unspecifiedJeffle Xu
2022-01-21cachefiles: Calculate the blockshift in terms of bytes, not pagesDavid Howells
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
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-07cachefiles: Delete the cachefiles driver pending rewriteDavid Howells