aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/rdwr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2018-11-30fscache, cachefiles: remove redundant variable 'cache'Colin Ian King1-3/+0
2018-11-28cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is activeKiran Kumar Modukuri1-0/+6
2018-07-25cachefiles: Fix refcounting bug in backing-file read monitoringKiran Kumar Modukuri1-5/+12
2018-04-04fscache, cachefiles: Fix checker warningsDavid Howells1-0/+1
2017-11-15mm: remove __GFP_COLDMel Gorman1-4/+2
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman1-2/+2
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-19/+19
2015-11-16FS-Cache: Add missing initialization of ret in cachefiles_write_page()Geert Uytterhoeven1-1/+1
2015-11-11FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells1-30/+37
2015-11-11cachefiles: perform test on s_blocksize when opening cache file.NeilBrown1-6/+0
2015-04-15VFS: fs/cachefiles: d_backing_inode() annotationsDavid Howells1-7/+7
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells1-1/+1
2014-10-09cachefiles_write_page(): switch to __kernel_write()Al Viro1-29/+19
2014-09-17cachefiles: remove two unused pagevecs.NeilBrown1-6/+0
2014-04-03fs: cachefiles: use add_to_page_cache_lru()Johannes Weiner1-20/+13
2013-07-03mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIMel Gorman1-23/+7
2013-04-09lift sb_start_write() out of ->write()Al Viro1-0/+2
2012-12-20CacheFiles: Add missing retrieval completionsDavid Howells1-4/+10
2012-12-20CacheFiles: Implement invalidationDavid Howells1-1/+4
2012-12-20FS-Cache: Fix operation state management and accountingDavid Howells1-5/+26
2012-12-20CacheFiles: Make some debugging statements conditionalDavid Howells1-7/+7
2012-12-20CacheFiles: Downgrade the requirements passed to the allocatorDavid Howells1-8/+10
2012-12-20CacheFiles: Fix the marking of cached pagesDavid Howells1-23/+11
2012-07-30fs: cachefiles: add support for large files in filesystem cachingJustin Lecher1-1/+1
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro1-4/+4
2010-07-22fscache: convert operation to use workqueue instead of slow-workTejun Heo1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro1-2/+0
2009-12-01CacheFiles: Update IMA counters when using dentry_openMarc Dionne1-0/+2
2009-11-19CacheFiles: Handle truncate unlocking the page we're readingDavid Howells1-6/+93
2009-11-19CacheFiles: Don't write a full page if there's only a partial page to cacheDavid Howells1-4/+19
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedDavid Howells1-2/+4
2009-04-03CacheFiles: A cache that backs onto a mounted filesystemDavid Howells1-0/+879