summaryrefslogtreecommitdiff
path: root/fs/cachefiles
AgeCommit message (Expand)Author
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
2018-10-18cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro
2018-07-25cachefiles: Wait rather than BUG'ing on "Unexpected object collision"Kiran Kumar Modukuri
2018-07-25cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flagKiran Kumar Modukuri
2018-07-25fscache: Fix reference overput in fscache_attach_object() error handlingKiran Kumar Modukuri
2018-07-25cachefiles: Fix refcounting bug in backing-file read monitoringKiran Kumar Modukuri
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-21cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells
2018-04-04fscache: Add tracepointsDavid Howells
2018-04-04fscache, cachefiles: Fix checker warningsDavid Howells
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-27fs: annotate ->poll() instancesAl Viro
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells