1. e6435f1 fscache: Add a tracepoint for cookie use/unuse by David Howells · 3 years, 1 month ago
  2. d24af13 fscache: Implement cookie invalidation by David Howells · 3 years, 2 months ago
  3. 12bb21a fscache: Implement cookie user counting and resource pinning by David Howells · 3 years, 2 months ago
  4. 5d00e42 fscache: Implement simple cookie state machine by David Howells · 3 years, 2 months ago
  5. a7733fb fscache: Implement cookie-level access helpers by David Howells · 3 years, 2 months ago
  6. 7f3283a fscache: Implement cookie registration by David Howells · 3 years, 2 months ago
  7. 2cee6fb fscache: Remove the contents of the fscache driver, pending rewrite by David Howells · 3 years, 2 months ago
  8. 20ec197 fscache: Use refcount_t for the cookie refcount instead of atomic_t by David Howells · 3 years, 9 months ago
  9. 33cba85 fscache: Fix fscache_cookie_put() to not deref after dec by David Howells · 3 years, 6 months ago
  10. 35b7257 fscache: Fix cookie key hashing by David Howells · 3 years, 6 months ago
  11. c97a72d fscache: Change %p in format strings to something else by David Howells · 4 years, 2 months ago
  12. 58f386a fscache: Remove the object list procfile by David Howells · 3 years, 8 months ago
  13. 884a768 fscache: Procfile to display cookies by David Howells · 4 years, 11 months ago
  14. 2908f5e fscache: Add a cookie debug ID and use that in traces by David Howells · 4 years, 11 months ago
  15. efc930f docs: filesystems: caching/netfs-api.txt: convert it to ReST by Mauro Carvalho Chehab · 4 years, 8 months ago
  16. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  17. fa520c4 fscache: Fix out of bound read in long cookie keys by Eric Sandeen · 6 years ago
  18. 1ff2288 fscache: Fix incomplete initialisation of inline key space by David Howells · 6 years ago
  19. f29507c fscache: Fix reference overput in fscache_attach_object() error handling by Kiran Kumar Modukuri · 7 years ago
  20. e5a9554 fscache: use appropriate radix tree accessors by Matthew Wilcox · 7 years ago
  21. ec0328e fscache: Maintain a catalogue of allocated cookies by David Howells · 7 years ago
  22. ee1235a fscache: Pass object size in rather than calling back for it by David Howells · 7 years ago
  23. 402cb8d fscache: Attach the index key and aux data to the cookie by David Howells · 7 years ago
  24. 08c2e3d fscache: Add more tracepoints by David Howells · 7 years ago
  25. a18feb5 fscache: Add tracepoints by David Howells · 7 years ago
  26. d0fb31e fscache: Detect multiple relinquishment of a cookie by David Howells · 7 years ago
  27. dc5d4afb sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 7 years ago
  28. 5e4def2 Pass mode to wait_on_atomic_t() action funcs and provide default actions by David Howells · 7 years ago
  29. 6bdded5 fscache: Clear outstanding writes when disabling a cookie by David Howells · 8 years ago
  30. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  31. d3b97ca FS-Cache: The operation cancellation method needs calling in more places by David Howells · 10 years ago
  32. 8702152 FS-Cache: fscache_object_is_dead() has wrong logic, kill it by David Howells · 10 years ago
  33. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  34. 36dfd11 fs/fscache: convert printk to pr_foo() by Fabian Frederick · 11 years ago
  35. 94d30ae FS-Cache: Provide the ability to enable/disable cookies by David Howells · 11 years ago
  36. 8fb883f FS-Cache: Add use/unuse/wake cookie wrappers by David Howells · 11 years ago
  37. 9c89d62 fscache: check consistency does not decrement refcount by Milosz Tanski · 11 years ago
  38. da9803b FS-Cache: Add interface to check consistency of a cached object by David Howells · 11 years ago
  39. 1362729 FS-Cache: Simplify cookie retention for fscache_objects, fixing oops by David Howells · 12 years ago
  40. caaef69 FS-Cache: Fix object state machine to have separate work and wait states by David Howells · 12 years ago
  41. 493f7bc FS-Cache: Wrap checks on object state by David Howells · 12 years ago
  42. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  43. ef778e7 FS-Cache: Provide proper invalidation by David Howells · 12 years ago
  44. ef46ed8 FS-Cache: Make cookie relinquishment wait for outstanding reads by David Howells · 12 years ago
  45. 0f972b5 FS-Cache: Check that there are no read ops when cookie relinquished by David Howells · 12 years ago
  46. 2175bb0 FS-Cache: Add a retirement stat counter by David Howells · 15 years ago
  47. 1bccf51 FS-Cache: Fix lock misorder in fscache_write_op() by David Howells · 15 years ago
  48. b34df79 FS-Cache: Use radix tree preload correctly in tracking of pages to be stored by David Howells · 15 years ago
  49. 7e311a2 FS-Cache: Clear netfs pointers in cookie after detaching object, not before by David Howells · 15 years ago
  50. 52bd75f FS-Cache: Add counters for entry/exit to/from cache operation functions by David Howells · 15 years ago
  51. 4fbf429 FS-Cache: Allow the current state of all objects to be dumped by David Howells · 15 years ago
  52. ccc4fc3 FS-Cache: Implement the cookie management part of the netfs API by David Howells · 16 years ago
  53. 955d0091 FS-Cache: Provide a slab for cookie allocation by David Howells · 16 years ago