summaryrefslogtreecommitdiff
path: root/fs/fscache
Commit message (Expand)AuthorAge
* Add a dummy printk function for the maintenance of unused printksDavid Howells2010-08-12
* fscache: fix build on !CONFIG_SYSCTLTejun Heo2010-07-24
* fscache: drop references to slow-workTejun Heo2010-07-22
* fscache: convert operation to use workqueue instead of slow-workTejun Heo2010-07-22
* fscache: convert object to use workqueue instead of slow-workTejun Heo2010-07-22
* FS-Cache: Remove unneeded null checksDan Carpenter2010-06-01
* fs/fscache/object-list.c: fix warning on 32-bitAndrew Morton2010-05-26
* fs-cache: order the debugfs stats correctlyDavid Howells2010-04-07
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells2010-03-29
* fscache: add missing unlockDan Carpenter2010-03-24
* FS-Cache: Remove the EXPERIMENTAL flagChristian Kujau2010-03-08
* FS-Cache: Avoid maybe-used-uninitialised warning on variableDavid Howells2009-12-16
* FS-Cache: Provide nop fscache_stat_d() if CONFIG_FSCACHE_STATS=nDavid Howells2009-11-20
* CacheFiles: Catch an overly long wait for an old active objectDavid Howells2009-11-19
* FS-Cache: Actually requeue an object when requestedDavid Howells2009-11-19
* FS-Cache: Start processing an object's operations on that object's deathDavid Howells2009-11-19
* FS-Cache: Make sure FSCACHE_COOKIE_LOOKING_UP cleared on lookup failureDavid Howells2009-11-19
* FS-Cache: Add a retirement stat counterDavid Howells2009-11-19
* FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells2009-11-19
* FS-Cache: Handle read request vs lookup, creation or other cache failureDavid Howells2009-11-19
* FS-Cache: Don't delete pending pages from the page-store tracking treeDavid Howells2009-11-19
* FS-Cache: Fix lock misorder in fscache_write_op()David Howells2009-11-19
* FS-Cache: The object-available state can't rely on the cookie to be availableDavid Howells2009-11-19
* FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phaseDavid Howells2009-11-19
* FS-Cache: Use radix tree preload correctly in tracking of pages to be storedDavid Howells2009-11-19
* FS-Cache: Clear netfs pointers in cookie after detaching object, not beforeDavid Howells2009-11-19
* FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells2009-11-19
* FS-Cache: Allow the current state of all objects to be dumpedDavid Howells2009-11-19
* FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsDavid Howells2009-11-19
* SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells2009-11-19
* FS-Cache: Fixup renamed filenames in comments in internal.hDavid Howells2009-05-27
* FS-Cache: Implement data I/O part of netfs APIDavid Howells2009-04-03
* FS-Cache: Add and document asynchronous operation handlingDavid Howells2009-04-03
* FS-Cache: Implement the cookie management part of the netfs APIDavid Howells2009-04-03
* FS-Cache: Object management state machineDavid Howells2009-04-03
* FS-Cache: Bit waiting helpersDavid Howells2009-04-03
* FS-Cache: Add netfs registrationDavid Howells2009-04-03
* FS-Cache: Provide a slab for cookie allocationDavid Howells2009-04-03
* FS-Cache: Add cache managementDavid Howells2009-04-03
* FS-Cache: Add cache tag handlingDavid Howells2009-04-03
* FS-Cache: Root index definitionDavid Howells2009-04-03
* FS-Cache: Add use of /proc and presentation of statisticsDavid Howells2009-04-03
* FS-Cache: Add main configuration option, module entry points and debuggingDavid Howells2009-04-03