summaryrefslogtreecommitdiffstats
path: root/fs/fscache
Commit message (Expand)AuthorAgeFilesLines
* 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
* FS-Cache: Allow the current state of all objects to be dumpedDavid Howells2009-11-1910-1/+479
* FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsDavid Howells2009-11-193-6/+91
* SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells2009-11-193-3/+5
* FS-Cache: Fixup renamed filenames in comments in internal.hDavid Howells2009-05-271-9/+9
* FS-Cache: Implement data I/O part of netfs APIDavid Howells2009-04-033-1/+839
* FS-Cache: Add and document asynchronous operation handlingDavid Howells2009-04-034-3/+469
* FS-Cache: Implement the cookie management part of the netfs APIDavid Howells2009-04-031-0/+444
* FS-Cache: Object management state machineDavid Howells2009-04-033-2/+837
* FS-Cache: Bit waiting helpersDavid Howells2009-04-032-0/+23
* FS-Cache: Add netfs registrationDavid Howells2009-04-032-1/+105
* FS-Cache: Provide a slab for cookie allocationDavid Howells2009-04-034-0/+80
* FS-Cache: Add cache managementDavid Howells2009-04-032-0/+256
* FS-Cache: Add cache tag handlingDavid Howells2009-04-033-0/+187
* FS-Cache: Root index definitionDavid Howells2009-04-033-0/+151
* FS-Cache: Add use of /proc and presentation of statisticsDavid Howells2009-04-037-0/+561
* FS-Cache: Add main configuration option, module entry points and debuggingDavid Howells2009-04-034-0/+270
OpenPOWER on IntegriCloud