1. 9397f74 fscache: Fix hanging wait on page discarded by writeback by David Howells · 6 years ago
  2. d213845 FS-Cache: wake write waiter after invalidating writes by Yan, Zheng · 8 years ago
  3. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  4. 102f4d9 FS-Cache: Handle a write to the page immediately beyond the EOF marker by David Howells · 9 years ago
  5. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  6. 4a47132 FS-Cache: Retain the netfs context in the retrieval op earlier by David Howells · 9 years ago
  7. d3b97ca FS-Cache: The operation cancellation method needs calling in more places by David Howells · 9 years ago
  8. a39caad FS-Cache: Put an aborted initialised op so that it is accounted correctly by David Howells · 9 years ago
  9. 418b7eb FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations too by David Howells · 9 years ago
  10. 8702152 FS-Cache: fscache_object_is_dead() has wrong logic, kill it by David Howells · 9 years ago
  11. 3e1199d FS-Cache: refcount becomes corrupt under vma pressure. by Milosz Tanski · 10 years ago
  12. 9776de9 FS-Cache: Timeout for releasepage() by Milosz Tanski · 10 years ago
  13. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  14. 36dfd11 fs/fscache: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  15. 94d30ae FS-Cache: Provide the ability to enable/disable cookies by David Howells · 11 years ago
  16. 8fb883f FS-Cache: Add use/unuse/wake cookie wrappers by David Howells · 11 years ago
  17. 5e4c0d97 lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt by Jan Kara · 11 years ago
  18. 5a6f282 fscache: Netfs function for cleanup post readpages by Milosz Tanski · 11 years ago
  19. da9803b FS-Cache: Add interface to check consistency of a cached object by David Howells · 11 years ago
  20. 1bb4b7f9 FS-Cache: The retrieval remaining-pages counter needs to be atomic_t by David Howells · 11 years ago
  21. 1362729 FS-Cache: Simplify cookie retention for fscache_objects, fixing oops by David Howells · 11 years ago
  22. caaef69 FS-Cache: Fix object state machine to have separate work and wait states by David Howells · 11 years ago
  23. 0c59a95 FS-Cache: Don't sleep in page release if __GFP_FS is not set by David Howells · 11 years ago
  24. ee8be57 fs/fscache: remove spin_lock() from the condition in while() by Sebastian Andrzej Siewior · 11 years ago
  25. 91c7fbb FS-Cache: Clear remaining page count on retrieval cancellation by David Howells · 11 years ago
  26. 1f372df FS-Cache: Mark cancellation of in-progress operation by David Howells · 11 years ago
  27. 7ef001e FS-Cache: One of the write operation paths doesn't set the object state by David Howells · 11 years ago
  28. 9c04caa FS-Cache: Fix signal handling during waits by David Howells · 11 years ago
  29. 8c209ce NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a page by David Howells · 11 years ago
  30. b4cf1e0 CacheFiles: Add missing retrieval completions by David Howells · 11 years ago
  31. ef778e7 FS-Cache: Provide proper invalidation by David Howells · 11 years ago
  32. 9f10523 FS-Cache: Fix operation state management and accounting by David Howells · 11 years ago
  33. 5f4f9f4 CacheFiles: Downgrade the requirements passed to the allocator by David Howells · 11 years ago
  34. c4d6d8d CacheFiles: Fix the marking of cached pages by David Howells · 11 years ago
  35. b307d46 FS-Cache: Fix __fscache_uncache_all_inode_pages()'s outer loop by Jan Beulich · 13 years ago
  36. c902ce1 FS-Cache: Add a helper to bulk uncache pages on an inode by David Howells · 13 years ago
  37. e50c1f6 fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFS by Amerigo Wang · 13 years ago
  38. 8af7c12 fscache: convert operation to use workqueue instead of slow-work by Tejun Heo · 14 years ago
  39. 08a6685 FS-Cache: Remove unneeded null checks by Dan Carpenter · 14 years ago
  40. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  41. 1147d0f fscache: add missing unlock by Dan Carpenter · 14 years ago
  42. 60d543c FS-Cache: Start processing an object's operations on that object's death by David Howells · 15 years ago
  43. 201a154 FS-Cache: Handle pages pending storage that get evicted under OOM conditions by David Howells · 15 years ago
  44. 285e728 FS-Cache: Don't delete pending pages from the page-store tracking tree by David Howells · 15 years ago
  45. 1bccf51 FS-Cache: Fix lock misorder in fscache_write_op() by David Howells · 15 years ago
  46. 5753c44 FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phase by David Howells · 15 years ago
  47. 52bd75f FS-Cache: Add counters for entry/exit to/from cache operation functions by David Howells · 15 years ago
  48. 4fbf429 FS-Cache: Allow the current state of all objects to be dumped by David Howells · 15 years ago
  49. 440f0af FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work items by David Howells · 15 years ago
  50. b510882 FS-Cache: Implement data I/O part of netfs API by David Howells · 15 years ago