summaryrefslogtreecommitdiff
path: root/fs/cachefiles
AgeCommit message (Expand)Author
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
2021-12-03fs: add is_idmapped_mnt() helperChristian Brauner
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe
2021-09-27mm/filemap: Convert page wait queues to be foliosMatthew Wilcox (Oracle)
2021-08-27cachefiles: Change %p in format strings to something elseDavid Howells
2021-08-27fscache, cachefiles: Remove the histogram stuffDavid Howells
2021-08-25cachefiles: Use file_inode() rather than accessing ->f_inodeDavid Howells
2021-08-25netfs: Move cookie debug ID to struct netfs_cache_resourcesDavid Howells
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells
2021-03-24Merge tag 'afs-cachefiles-fixes-20210323' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2021-03-24cachefiles: do not yet allow on idmapped mountsChristian Brauner
2021-03-23fs/cachefiles: Remove wait_bit_key layout dependencyMatthew Wilcox (Oracle)
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-24namei: prepare for idmapped mountsChristian Brauner
2021-01-24namei: introduce struct renamedataChristian Brauner
2021-01-24xattr: handle idmapped mountsTycho Andersen
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-20cachefiles: Drop superfluous readpages aops NULL checkTakashi Iwai
2020-10-26cachefiles: Handle readpage error correctlyMatthew Wilcox (Oracle)
2020-07-08cachefiles: switch to kernel_writeChristoph Hellwig
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds
2020-05-08cachefiles: Fix race between read_waiter and read_copier involving op->to_doLei Xue
2020-05-05docs: filesystems: caching/cachefiles.txt: convert to ReSTMauro Carvalho Chehab
2020-05-04cachefiles: Fix corruption of the return value in cachefiles_read_or_alloc_pa...David Howells
2020-02-03cachefiles: drop direct usage of ->bmap method.Carlos Maiolino
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-14fs/cachefiles/namei.c: remove duplicate headerSabyasachi Gupta
2018-11-30fscache, cachefiles: remove redundant variable 'cache'Colin Ian King
2018-11-30cachefiles: avoid deprecated get_seconds()Arnd Bergmann
2018-11-30cachefiles: Explicitly cast enumerated type in put_objectNathan Chancellor
2018-11-28cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is activeKiran Kumar Modukuri
2018-11-28cachefiles: Fix an assertion failure when trying to update a failed objectDavid Howells