aboutsummaryrefslogtreecommitdiff
path: root/fs/cachefiles/rdwr.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-30fscache, cachefiles: remove redundant variable 'cache'Gravatar Colin Ian King 1-3/+0
2018-11-28cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is activeGravatar Kiran Kumar Modukuri 1-0/+6
2018-07-25cachefiles: Fix refcounting bug in backing-file read monitoringGravatar Kiran Kumar Modukuri 1-5/+12
2018-04-04fscache, cachefiles: Fix checker warningsGravatar David Howells 1-0/+1
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-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingGravatar Ingo Molnar 1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-19/+19
2015-11-16FS-Cache: Add missing initialization of ret in cachefiles_write_page()Gravatar Geert Uytterhoeven 1-1/+1
2015-11-11FS-Cache: Handle a write to the page immediately beyond the EOF markerGravatar David Howells 1-30/+37
2015-11-11cachefiles: perform test on s_blocksize when opening cache file.Gravatar NeilBrown 1-6/+0
2015-04-15VFS: fs/cachefiles: d_backing_inode() annotationsGravatar David Howells 1-7/+7
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsGravatar David Howells 1-1/+1
2014-10-09cachefiles_write_page(): switch to __kernel_write()Gravatar Al Viro 1-29/+19
2014-09-17cachefiles: remove two unused pagevecs.Gravatar NeilBrown 1-6/+0
2014-04-03fs: cachefiles: use add_to_page_cache_lru()Gravatar Johannes Weiner 1-20/+13
2013-07-03mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIGravatar Mel Gorman 1-23/+7
2013-04-09lift sb_start_write() out of ->write()Gravatar Al Viro 1-0/+2
2012-12-20CacheFiles: Add missing retrieval completionsGravatar David Howells 1-4/+10
2012-12-20CacheFiles: Implement invalidationGravatar David Howells 1-1/+4
2012-12-20FS-Cache: Fix operation state management and accountingGravatar David Howells 1-5/+26
2012-12-20CacheFiles: Make some debugging statements conditionalGravatar David Howells 1-7/+7
2012-12-20CacheFiles: Downgrade the requirements passed to the allocatorGravatar David Howells 1-8/+10
2012-12-20CacheFiles: Fix the marking of cached pagesGravatar David Howells 1-23/+11
2012-07-30fs: cachefiles: add support for large files in filesystem cachingGravatar Justin Lecher 1-1/+1
2012-07-23switch dentry_open() to struct path, make it grab references itselfGravatar Al Viro 1-4/+4
2010-07-22fscache: convert operation to use workqueue instead of slow-workGravatar Tejun Heo 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-16Untangling ima mess, part 2: deal with countersGravatar Al Viro 1-2/+0
2009-12-01CacheFiles: Update IMA counters when using dentry_openGravatar Marc Dionne 1-0/+2
2009-11-19CacheFiles: Handle truncate unlocking the page we're readingGravatar David Howells 1-6/+93
2009-11-19CacheFiles: Don't write a full page if there's only a partial page to cacheGravatar David Howells 1-4/+19
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedGravatar David Howells 1-2/+4
2009-04-03CacheFiles: A cache that backs onto a mounted filesystemGravatar David Howells 1-0/+879