aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs/fscache/stats.c: fix memory leakAnurup m2013-05-071-1/+1
* FS-Cache: Clear remaining page count on retrieval cancellationDavid Howells2012-12-203-5/+20
* FS-Cache: Mark cancellation of in-progress operationDavid Howells2012-12-202-8/+9
* 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
* FS-Cache: Add transition to handle invalidate immediately after lookup David Howells2012-12-201-0/+3
* NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a pageDavid Howells2012-12-203-7/+19
* FS-Cache: Exclusive op submission can BUG if there's been an I/O errorDavid Howells2012-12-203-9/+28
* FS-Cache: Limit the number of I/O error reports for a cacheDavid Howells2012-12-201-4/+4
* FS-Cache: Don't mask off the object event mask when printing itDavid Howells2012-12-201-1/+1
* FS-Cache: Initialise the object event mask with the calculated maskDavid Howells2012-12-201-1/+2
* CacheFiles: Add missing retrieval completionsDavid Howells2012-12-201-0/+2
* FS-Cache: Provide proper invalidationDavid Howells2012-12-206-1/+235
* FS-Cache: Fix operation state management and accountingDavid Howells2012-12-203-38/+80
* FS-Cache: Make cookie relinquishment wait for outstanding readsDavid Howells2012-12-202-6/+22
* FS-Cache: Check that there are no read ops when cookie relinquishedDavid Howells2012-12-201-0/+8
* 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-252-23/+0
* FS-Cache: Fix operation handlingAkshat Aranya2011-01-141-1/+1
* Add a dummy printk function for the maintenance of unused printksDavid Howells2010-08-121-10/+4
* fscache: fix build on !CONFIG_SYSCTLTejun Heo2010-07-241-0/+2
* fscache: drop references to slow-workTejun Heo2010-07-222-8/+0
* fscache: convert operation to use workqueue instead of slow-workTejun Heo2010-07-224-87/+40
* fscache: convert object to use workqueue instead of slow-workTejun Heo2010-07-224-59/+141
* FS-Cache: Remove unneeded null checksDan Carpenter2010-06-011-20/+16
* fs/fscache/object-list.c: fix warning on 32-bitAndrew Morton2010-05-261-1/+1
* fs-cache: order the debugfs stats correctlyDavid Howells2010-04-071-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-0/+3
* SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells2010-03-292-5/+5
* fscache: add missing unlockDan Carpenter2010-03-241-0/+1
* FS-Cache: Remove the EXPERIMENTAL flagChristian Kujau2010-03-081-1/+0
* FS-Cache: Avoid maybe-used-uninitialised warning on variableDavid Howells2009-12-161-1/+1
* FS-Cache: Provide nop fscache_stat_d() if CONFIG_FSCACHE_STATS=nDavid Howells2009-11-201-0/+1
* CacheFiles: Catch an overly long wait for an old active objectDavid Howells2009-11-193-2/+13
* FS-Cache: Actually requeue an object when requestedDavid Howells2009-11-191-2/+1
* FS-Cache: Start processing an object's operations on that object's deathDavid Howells2009-11-194-61/+69
* FS-Cache: Make sure FSCACHE_COOKIE_LOOKING_UP cleared on lookup failureDavid Howells2009-11-191-5/+12
* FS-Cache: Add a retirement stat counterDavid Howells2009-11-193-2/+7
* FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells2009-11-193-2/+93
* FS-Cache: Handle read request vs lookup, creation or other cache failureDavid Howells2009-11-193-2/+10
* FS-Cache: Don't delete pending pages from the page-store tracking treeDavid Howells2009-11-191-2/+5
* FS-Cache: Fix lock misorder in fscache_write_op()David Howells2009-11-194-19/+48
* FS-Cache: The object-available state can't rely on the cookie to be availableDavid Howells2009-11-191-2/+7
* FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phaseDavid Howells2009-11-194-39/+113
* FS-Cache: Use radix tree preload correctly in tracking of pages to be storedDavid Howells2009-11-191-1/+3
* FS-Cache: Clear netfs pointers in cookie after detaching object, not beforeDavid Howells2009-11-191-4/+4
* FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells2009-11-196-9/+118