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