summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles
Commit message (Expand)AuthorAgeFilesLines
...
| * cachefiles: Implement culling daemon commandsDavid Howells2022-01-073-2/+320
| * cachefiles: Mark a backing file in use with an inode flagDavid Howells2022-01-072-0/+37
| * cachefiles: Implement metadata/coherency data storage in xattrsDavid Howells2022-01-073-1/+204
| * cachefiles: Implement key to filename encodingDavid Howells2022-01-073-0/+144
| * cachefiles: Implement object lifecycle funcsDavid Howells2022-01-073-2/+135
| * cachefiles: Implement volume supportDavid Howells2022-01-076-2/+171
| * cachefiles: Implement cache registration and withdrawalDavid Howells2022-01-075-3/+240
| * cachefiles: Implement a function to get/create a directory in the cacheDavid Howells2022-01-072-0/+150
| * vfs, cachefiles: Mark a backing file in use with an inode flagDavid Howells2022-01-072-0/+44
| * cachefiles: Provide a function to check how much space there isDavid Howells2022-01-074-1/+112
| * cachefiles: Register a miscdev and parse commands over itDavid Howells2022-01-074-0/+752
| * cachefiles: Add security derivationDavid Howells2022-01-073-1/+134
| * cachefiles: Add cache error reporting macroDavid Howells2022-01-071-0/+11
| * cachefiles: Add a couple of tracepoints for logging errorsDavid Howells2022-01-071-0/+1
| * cachefiles: Add some error injection supportDavid Howells2022-01-075-1/+108
| * cachefiles: Define structsDavid Howells2022-01-071-0/+46
| * cachefiles: Introduce rewritten driverDavid Howells2022-01-074-0/+198
| * cachefiles: Delete the cachefiles driver pending rewriteDavid Howells2022-01-0713-5083/+0
* | fs: add is_idmapped_mnt() helperChristian Brauner2021-12-031-1/+1
|/
* Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-6/+6
|\
| * fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-6/+6
* | mm/filemap: Convert page wait queues to be foliosMatthew Wilcox (Oracle)2021-09-271-8/+8
|/
* cachefiles: Change %p in format strings to something elseDavid Howells2021-08-275-34/+28
* fscache, cachefiles: Remove the histogram stuffDavid Howells2021-08-276-180/+0
* cachefiles: Use file_inode() rather than accessing ->f_inodeDavid Howells2021-08-251-2/+2
* netfs: Move cookie debug ID to struct netfs_cache_resourcesDavid Howells2021-08-251-1/+1
* fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells2021-04-234-2/+433
* Merge tag 'afs-cachefiles-fixes-20210323' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2021-03-241-4/+3
|\
| * fs/cachefiles: Remove wait_bit_key layout dependencyMatthew Wilcox (Oracle)2021-03-231-4/+3
* | cachefiles: do not yet allow on idmapped mountsChristian Brauner2021-03-241-0/+6
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-233-23/+31
|\
| * namei: prepare for idmapped mountsChristian Brauner2021-01-241-4/+8
| * namei: introduce struct renamedataChristian Brauner2021-01-241-2/+7
| * xattr: handle idmapped mountsTycho Andersen2021-01-241-15/+14
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* | cachefiles: Drop superfluous readpages aops NULL checkTakashi Iwai2021-01-201-2/+0
|/
* cachefiles: Handle readpage error correctlyMatthew Wilcox (Oracle)2020-10-261-1/+2
* cachefiles: switch to kernel_writeChristoph Hellwig2020-07-081-1/+1
* Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-011-2/+2
|\
| * docs: filesystems: caching/cachefiles.txt: convert to ReSTMauro Carvalho Chehab2020-05-051-2/+2
* | cachefiles: Fix race between read_waiter and read_copier involving op->to_doLei Xue2020-05-081-1/+1
* | cachefiles: Fix corruption of the return value in cachefiles_read_or_alloc_pa...David Howells2020-05-041-5/+5
|/
* cachefiles: drop direct usage of ->bmap method.Carlos Maiolino2020-02-031-13/+14
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-2411-55/+11
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* fs/cachefiles/namei.c: remove duplicate headerSabyasachi Gupta2019-05-141-1/+0
* fscache, cachefiles: remove redundant variable 'cache'Colin Ian King2018-11-301-3/+0
* cachefiles: avoid deprecated get_seconds()Arnd Bergmann2018-11-301-1/+1
* cachefiles: Explicitly cast enumerated type in put_objectNathan Chancellor2018-11-301-2/+4
* cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is activeKiran Kumar Modukuri2018-11-281-0/+6