aboutsummaryrefslogtreecommitdiff
path: root/fs/cachefiles
AgeCommit message (Expand)AuthorFilesLines
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheGravatar David Howells 4-2/+433
2021-03-24Merge tag 'afs-cachefiles-fixes-20210323' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-4/+3
2021-03-24cachefiles: do not yet allow on idmapped mountsGravatar Christian Brauner 1-0/+6
2021-03-23fs/cachefiles: Remove wait_bit_key layout dependencyGravatar Matthew Wilcox (Oracle) 1-4/+3
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-23/+31
2021-01-24namei: prepare for idmapped mountsGravatar Christian Brauner 1-4/+8
2021-01-24namei: introduce struct renamedataGravatar Christian Brauner 1-2/+7
2021-01-24xattr: handle idmapped mountsGravatar Tycho Andersen 1-15/+14
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2021-01-20cachefiles: Drop superfluous readpages aops NULL checkGravatar Takashi Iwai 1-2/+0
2020-10-26cachefiles: Handle readpage error correctlyGravatar Matthew Wilcox (Oracle) 1-1/+2
2020-07-08cachefiles: switch to kernel_writeGravatar Christoph Hellwig 1-1/+1
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-2/+2
2020-05-08cachefiles: Fix race between read_waiter and read_copier involving op->to_doGravatar Lei Xue 1-1/+1
2020-05-05docs: filesystems: caching/cachefiles.txt: convert to ReSTGravatar Mauro Carvalho Chehab 1-2/+2
2020-05-04cachefiles: Fix corruption of the return value in cachefiles_read_or_alloc_pa...Gravatar David Howells 1-5/+5
2020-02-03cachefiles: drop direct usage of ->bmap method.Gravatar Carlos Maiolino 1-13/+14
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 11-55/+11
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-14fs/cachefiles/namei.c: remove duplicate headerGravatar Sabyasachi Gupta 1-1/+0
2018-11-30fscache, cachefiles: remove redundant variable 'cache'Gravatar Colin Ian King 1-3/+0
2018-11-30cachefiles: avoid deprecated get_seconds()Gravatar Arnd Bergmann 1-1/+1
2018-11-30cachefiles: Explicitly cast enumerated type in put_objectGravatar Nathan Chancellor 1-2/+4
2018-11-28cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is activeGravatar Kiran Kumar Modukuri 1-0/+6
2018-11-28cachefiles: Fix an assertion failure when trying to update a failed objectGravatar David Howells 1-1/+2
2018-10-18cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Gravatar Al Viro 1-1/+1
2018-07-25cachefiles: Wait rather than BUG'ing on "Unexpected object collision"Gravatar Kiran Kumar Modukuri 1-1/+0
2018-07-25cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flagGravatar Kiran Kumar Modukuri 1-1/+1
2018-07-25fscache: Fix reference overput in fscache_attach_object() error handlingGravatar Kiran Kumar Modukuri 1-1/+2
2018-07-25cachefiles: Fix refcounting bug in backing-file read monitoringGravatar Kiran Kumar Modukuri 1-5/+12
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-17/+2
2018-05-21cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashedGravatar Al Viro 1-0/+10
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-17/+2
2018-04-06fscache: Pass object size in rather than calling back for itGravatar David Howells 2-5/+6
2018-04-04fscache: Attach the index key and aux data to the cookieGravatar David Howells 3-36/+37
2018-04-04fscache: Add tracepointsGravatar David Howells 4-13/+50
2018-04-04fscache, cachefiles: Fix checker warningsGravatar David Howells 1-0/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-3/+3
2017-11-27fs: annotate ->poll() instancesGravatar Al Viro 1-3/+3
2017-11-15mm: remove __GFP_COLDGravatar Mel Gorman 1-4/+2
2017-11-15mm, pagevec: remove cold parameter for pagevecsGravatar Mel Gorman 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-1/+1
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingGravatar Ingo Molnar 1-1/+1
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Gravatar Ingo Molnar 1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 3-3/+3
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-4/+4
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersGravatar Andreas Gruenbacher 2-4/+4