summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles
Commit message (Expand)AuthorAgeFilesLines
* 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
* cachefiles: Fix an assertion failure when trying to update a failed objectDavid Howells2018-11-281-1/+2
* cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro2018-10-181-1/+1
* cachefiles: Wait rather than BUG'ing on "Unexpected object collision"Kiran Kumar Modukuri2018-07-251-1/+0
* cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flagKiran Kumar Modukuri2018-07-251-1/+1
* fscache: Fix reference overput in fscache_attach_object() error handlingKiran Kumar Modukuri2018-07-251-1/+2
* cachefiles: Fix refcounting bug in backing-file read monitoringKiran Kumar Modukuri2018-07-251-5/+12
* Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-17/+2
|\
| * proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-17/+2
* | cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro2018-05-211-0/+10
|/
* fscache: Pass object size in rather than calling back for itDavid Howells2018-04-062-5/+6
* fscache: Attach the index key and aux data to the cookieDavid Howells2018-04-043-36/+37
* fscache: Add tracepointsDavid Howells2018-04-044-13/+50
* fscache, cachefiles: Fix checker warningsDavid Howells2018-04-041-0/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* fs: annotate ->poll() instancesAl Viro2017-11-271-3/+3
* mm: remove __GFP_COLDMel Gorman2017-11-151-4/+2
* mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-151-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-201-1/+1
* sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar2017-06-201-1/+1
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-203-3/+3