summaryrefslogtreecommitdiffstats
path: root/fs/fscache/page.c
Commit message (Expand)AuthorAgeFilesLines
* fscache: Pass object size in rather than calling back for itDavid Howells2018-04-061-0/+5
* fscache: Add more tracepointsDavid Howells2018-04-041-4/+47
* fscache: Fix hanging wait on page discarded by writebackDavid Howells2018-04-041-4/+9
* fscache: Pass the correct cancelled indications to fscache_op_complete()David Howells2018-04-041-6/+9
* mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-151-1/+1
* mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara2017-09-061-1/+1
* mm: make pagevec_lookup() update indexJan Kara2017-09-061-3/+2
* FS-Cache: wake write waiter after invalidating writesYan, Zheng2016-06-011-0/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-5/+5
* FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells2015-11-111-1/+1
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-3/+3
* FS-Cache: Retain the netfs context in the retrieval op earlierDavid Howells2015-04-021-10/+10
* FS-Cache: The operation cancellation method needs calling in more placesDavid Howells2015-04-021-24/+22
* FS-Cache: Put an aborted initialised op so that it is accounted correctlyDavid Howells2015-04-021-7/+7
* FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations tooDavid Howells2015-04-021-2/+2
* FS-Cache: fscache_object_is_dead() has wrong logic, kill itDavid Howells2015-04-021-2/+4
* FS-Cache: refcount becomes corrupt under vma pressure.Milosz Tanski2014-09-171-3/+4
* FS-Cache: Timeout for releasepage()Milosz Tanski2014-08-271-1/+17
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-3/+1
* fs/fscache: convert printk to pr_foo()Fabian Frederick2014-06-041-4/+2
* FS-Cache: Provide the ability to enable/disable cookiesDavid Howells2013-09-271-6/+11
* FS-Cache: Add use/unuse/wake cookie wrappersDavid Howells2013-09-271-11/+31
* lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara2013-09-111-1/+1
* fscache: Netfs function for cleanup post readpagesMilosz Tanski2013-09-061-0/+16
* FS-Cache: Add interface to check consistency of a cached objectDavid Howells2013-09-061-24/+31
* FS-Cache: The retrieval remaining-pages counter needs to be atomic_tDavid Howells2013-06-191-5/+5
* FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells2013-06-191-6/+20
* FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells2013-06-191-6/+5
* FS-Cache: Don't sleep in page release if __GFP_FS is not setDavid Howells2013-06-191-1/+1
* fs/fscache: remove spin_lock() from the condition in while()Sebastian Andrzej Siewior2013-06-191-6/+10
* FS-Cache: Clear remaining page count on retrieval cancellationDavid Howells2012-12-201-3/+14
* FS-Cache: Mark cancellation of in-progress operationDavid Howells2012-12-201-5/+5
* FS-Cache: One of the write operation paths doesn't set the object stateDavid Howells2012-12-201-2/+20
* FS-Cache: Fix signal handling during waitsDavid Howells2012-12-201-1/+1
* NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a pageDavid Howells2012-12-201-5/+14
* CacheFiles: Add missing retrieval completionsDavid Howells2012-12-201-0/+2
* FS-Cache: Provide proper invalidationDavid Howells2012-12-201-0/+51
* FS-Cache: Fix operation state management and accountingDavid Howells2012-12-201-4/+21
* CacheFiles: Downgrade the requirements passed to the allocatorDavid Howells2012-12-201-1/+1
* CacheFiles: Fix the marking of cached pagesDavid Howells2012-12-201-23/+36
* FS-Cache: Fix __fscache_uncache_all_inode_pages()'s outer loopJan Beulich2011-07-211-9/+5
* FS-Cache: Add a helper to bulk uncache pages on an inodeDavid Howells2011-07-071-0/+44
* fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFSAmerigo Wang2011-05-251-13/+0
* fscache: convert operation to use workqueue instead of slow-workTejun Heo2010-07-221-28/+8
* FS-Cache: Remove unneeded null checksDan Carpenter2010-06-011-20/+16
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* fscache: add missing unlockDan Carpenter2010-03-241-0/+1
* FS-Cache: Start processing an object's operations on that object's deathDavid Howells2009-11-191-57/+55
* FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells2009-11-191-2/+77
* FS-Cache: Don't delete pending pages from the page-store tracking treeDavid Howells2009-11-191-2/+5
OpenPOWER on IntegriCloud