summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/rdwr.c
Commit message (Expand)AuthorAgeFilesLines
* mm/filemap: Convert page wait queues to be foliosMatthew Wilcox (Oracle)2021-09-271-8/+8
* fs/cachefiles: Remove wait_bit_key layout dependencyMatthew Wilcox (Oracle)2021-03-231-4/+3
* cachefiles: Drop superfluous readpages aops NULL checkTakashi Iwai2021-01-201-2/+0
* cachefiles: Handle readpage error correctlyMatthew Wilcox (Oracle)2020-10-261-1/+2
* cachefiles: switch to kernel_writeChristoph Hellwig2020-07-081-1/+1
* cachefiles: Fix race between read_waiter and read_copier involving op->to_doLei Xue2020-05-081-1/+1
* cachefiles: Fix corruption of the return value in cachefiles_read_or_alloc_pa...David Howells2020-05-041-5/+5
* cachefiles: drop direct usage of ->bmap method.Carlos Maiolino2020-02-031-13/+14
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
* fscache, cachefiles: remove redundant variable 'cache'Colin Ian King2018-11-301-3/+0
* cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is activeKiran Kumar Modukuri2018-11-281-0/+6
* cachefiles: Fix refcounting bug in backing-file read monitoringKiran Kumar Modukuri2018-07-251-5/+12
* fscache, cachefiles: Fix checker warningsDavid Howells2018-04-041-0/+1
* mm: remove __GFP_COLDMel Gorman2017-11-151-4/+2
* mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-151-2/+2
* sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-201-1/+1
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-19/+19
* FS-Cache: Add missing initialization of ret in cachefiles_write_page()Geert Uytterhoeven2015-11-161-1/+1
* FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells2015-11-111-30/+37
* cachefiles: perform test on s_blocksize when opening cache file.NeilBrown2015-11-111-6/+0
* VFS: fs/cachefiles: d_backing_inode() annotationsDavid Howells2015-04-151-7/+7
* Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells2015-02-221-1/+1
* cachefiles_write_page(): switch to __kernel_write()Al Viro2014-10-091-29/+19
* cachefiles: remove two unused pagevecs.NeilBrown2014-09-171-6/+0
* fs: cachefiles: use add_to_page_cache_lru()Johannes Weiner2014-04-031-20/+13
* mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIMel Gorman2013-07-031-23/+7
* lift sb_start_write() out of ->write()Al Viro2013-04-091-0/+2
* CacheFiles: Add missing retrieval completionsDavid Howells2012-12-201-4/+10
* CacheFiles: Implement invalidationDavid Howells2012-12-201-1/+4
* FS-Cache: Fix operation state management and accountingDavid Howells2012-12-201-5/+26
* CacheFiles: Make some debugging statements conditionalDavid Howells2012-12-201-7/+7
* CacheFiles: Downgrade the requirements passed to the allocatorDavid Howells2012-12-201-8/+10
* CacheFiles: Fix the marking of cached pagesDavid Howells2012-12-201-23/+11
* fs: cachefiles: add support for large files in filesystem cachingJustin Lecher2012-07-301-1/+1
* switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-231-4/+4
* fscache: convert operation to use workqueue instead of slow-workTejun Heo2010-07-221-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Untangling ima mess, part 2: deal with countersAl Viro2009-12-161-2/+0
* CacheFiles: Update IMA counters when using dentry_openMarc Dionne2009-12-011-0/+2
* CacheFiles: Handle truncate unlocking the page we're readingDavid Howells2009-11-191-6/+93
* CacheFiles: Don't write a full page if there's only a partial page to cacheDavid Howells2009-11-191-4/+19
* FS-Cache: Allow the current state of all objects to be dumpedDavid Howells2009-11-191-2/+4
* CacheFiles: A cache that backs onto a mounted filesystemDavid Howells2009-04-031-0/+879