aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/rdwr.c
AgeCommit message (Expand)Author
2020-06-03cachefiles: Fix race between read_waiter and read_copier involving op->to_doLei Xue
2020-05-20cachefiles: 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
2018-11-30fscache, cachefiles: remove redundant variable 'cache'Colin Ian King
2018-11-28cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is activeKiran Kumar Modukuri
2018-07-25cachefiles: Fix refcounting bug in backing-file read monitoringKiran Kumar Modukuri
2018-04-04fscache, cachefiles: Fix checker warningsDavid Howells
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-11-16FS-Cache: Add missing initialization of ret in cachefiles_write_page()Geert Uytterhoeven
2015-11-11FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells
2015-11-11cachefiles: perform test on s_blocksize when opening cache file.NeilBrown
2015-04-15VFS: fs/cachefiles: d_backing_inode() annotationsDavid Howells
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells
2014-10-09cachefiles_write_page(): switch to __kernel_write()Al Viro
2014-09-17cachefiles: remove two unused pagevecs.NeilBrown
2014-04-03fs: cachefiles: use add_to_page_cache_lru()Johannes Weiner
2013-07-03mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIMel Gorman
2013-04-09lift sb_start_write() out of ->write()Al Viro
2012-12-20CacheFiles: Add missing retrieval completionsDavid Howells
2012-12-20CacheFiles: Implement invalidationDavid Howells
2012-12-20FS-Cache: Fix operation state management and accountingDavid Howells
2012-12-20CacheFiles: Make some debugging statements conditionalDavid Howells
2012-12-20CacheFiles: Downgrade the requirements passed to the allocatorDavid Howells
2012-12-20CacheFiles: Fix the marking of cached pagesDavid Howells
2012-07-30fs: cachefiles: add support for large files in filesystem cachingJustin Lecher
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro
2010-07-22fscache: convert operation to use workqueue instead of slow-workTejun Heo
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro
2009-12-01CacheFiles: Update IMA counters when using dentry_openMarc Dionne
2009-11-19CacheFiles: Handle truncate unlocking the page we're readingDavid Howells
2009-11-19CacheFiles: Don't write a full page if there's only a partial page to cacheDavid Howells
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedDavid Howells
2009-04-03CacheFiles: A cache that backs onto a mounted filesystemDavid Howells