summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/rdwr.c
Commit message (Expand)AuthorAgeFilesLines
* 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