aboutsummaryrefslogtreecommitdiff
path: root/fs/cachefiles/interface.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-27cachefiles: Change %p in format strings to something elseGravatar David Howells 1-3/+3
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheGravatar David Howells 1-2/+3
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2018-04-06fscache: Pass object size in rather than calling back for itGravatar David Howells 1-3/+2
2018-04-04fscache: Attach the index key and aux data to the cookieGravatar David Howells 1-14/+24
2018-04-04fscache: Add tracepointsGravatar David Howells 1-4/+14
2016-09-27cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]Gravatar David Howells 1-1/+7
2016-06-01FS-Cache: make check_consistency callback return intGravatar Yan, Zheng 1-1/+1
2016-02-01CacheFiles: Provide read-and-reset release counters for cachefilesdGravatar David Howells 1-9/+2
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2015-04-15VFS: fs/cachefiles: d_backing_inode() annotationsGravatar David Howells 1-1/+1
2015-04-15VFS: Cachefiles should perform fs modifications on the top layer onlyGravatar David Howells 1-2/+2
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsGravatar David Howells 1-2/+2
2014-09-30CacheFiles: Handle object being killed before being set upGravatar David Howells 1-13/+20
2014-06-06fs/cachefiles: replace kerror by pr_errGravatar Fabian Frederick 1-1/+1
2014-06-06FS/CACHEFILES: convert printk to pr_foo()Gravatar Fabian Frederick 1-2/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2013-11-09locks: break delegations on any attribute modificationGravatar J. Bruce Fields 1-2/+2
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesGravatar David Howells 1-1/+1
2013-09-06CacheFiles: Implement interface to check cache consistencyGravatar David Howells 1-0/+26
2013-06-19cachefiles: remove unused macro list_to_page()Gravatar Haicheng Li 1-2/+0
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsGravatar David Howells 1-1/+10
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesGravatar David Howells 1-1/+1
2012-12-20FS-Cache: Mark cancellation of in-progress operationGravatar David Howells 1-1/+1
2012-12-20CacheFiles: Implement invalidationGravatar David Howells 1-0/+49
2012-12-20CacheFiles: Downgrade the requirements passed to the allocatorGravatar David Howells 1-4/+4
2012-01-03fs: move code out of buffer.cGravatar Al Viro 1-1/+0
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-11-19CacheFiles: Don't log lookup/create failing with ENOBUFSGravatar David Howells 1-2/+3
2009-11-19CacheFiles: Catch an overly long wait for an old active objectGravatar David Howells 1-2/+4
2009-11-19CacheFiles: Don't write a full page if there's only a partial page to cacheGravatar David Howells 1-3/+17
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedGravatar David Howells 1-0/+1
2009-06-11enforce ->sync_fs is only called for rw superblockGravatar Christoph Hellwig 1-0/+2
2009-06-11vfs: Rename fsync_super() to sync_filesystem() (version 4)Gravatar Jan Kara 1-1/+1
2009-04-03CacheFiles: A cache that backs onto a mounted filesystemGravatar David Howells 1-0/+449