ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / fs / fscache /
2010-04-07 David Howellsfs-cache: order the debugfs stats correctly
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-29 David HowellsSLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_...
2010-03-24 Dan Carpenterfscache: add missing unlock
2010-03-08 Christian KujauFS-Cache: Remove the EXPERIMENTAL flag
2009-12-16 David HowellsFS-Cache: Avoid maybe-used-uninitialised warning on...
2009-11-20 David HowellsFS-Cache: Provide nop fscache_stat_d() if CONFIG_FSCACH...
2009-11-19 David HowellsCacheFiles: Catch an overly long wait for an old active...
2009-11-19 David HowellsFS-Cache: Actually requeue an object when requested
2009-11-19 David HowellsFS-Cache: Start processing an object's operations on...
2009-11-19 David HowellsFS-Cache: Make sure FSCACHE_COOKIE_LOOKING_UP cleared...
2009-11-19 David HowellsFS-Cache: Add a retirement stat counter
2009-11-19 David HowellsFS-Cache: Handle pages pending storage that get evicted...
2009-11-19 David HowellsFS-Cache: Handle read request vs lookup, creation or...
2009-11-19 David HowellsFS-Cache: Don't delete pending pages from the page...
2009-11-19 David HowellsFS-Cache: Fix lock misorder in fscache_write_op()
2009-11-19 David HowellsFS-Cache: The object-available state can't rely on...
2009-11-19 David HowellsFS-Cache: Permit cache retrieval ops to be interrupted...
2009-11-19 David HowellsFS-Cache: Use radix tree preload correctly in tracking...
2009-11-19 David HowellsFS-Cache: Clear netfs pointers in cookie after detachin...
2009-11-19 David HowellsFS-Cache: Add counters for entry/exit to/from cache...
2009-11-19 David HowellsFS-Cache: Allow the current state of all objects to...
2009-11-19 David HowellsFS-Cache: Annotate slow-work runqueue proc lines for...
2009-11-19 David HowellsSLOW_WORK: Wait for outstanding work items belonging...
2009-05-27 David HowellsFS-Cache: Fixup renamed filenames in comments in internal.h
2009-04-03 David HowellsFS-Cache: Implement data I/O part of netfs API
2009-04-03 David HowellsFS-Cache: Add and document asynchronous operation handling
2009-04-03 David HowellsFS-Cache: Implement the cookie management part of the...
2009-04-03 David HowellsFS-Cache: Object management state machine
2009-04-03 David HowellsFS-Cache: Bit waiting helpers
2009-04-03 David HowellsFS-Cache: Add netfs registration
2009-04-03 David HowellsFS-Cache: Provide a slab for cookie allocation
2009-04-03 David HowellsFS-Cache: Add cache management
2009-04-03 David HowellsFS-Cache: Add cache tag handling
2009-04-03 David HowellsFS-Cache: Root index definition
2009-04-03 David HowellsFS-Cache: Add use of /proc and presentation of statistics
2009-04-03 David HowellsFS-Cache: Add main configuration option, module entry...