1. 16a96bd fscache: Provide a function to resize a cookie by David Howells · 3 years, 2 months ago
  2. d64f455 fscache: Provide a means to begin an operation by David Howells · 3 years, 2 months ago
  3. d24af13 fscache: Implement cookie invalidation by David Howells · 3 years, 2 months ago
  4. 12bb21a fscache: Implement cookie user counting and resource pinning 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. e6acd32 fscache: Implement volume-level access helpers by David Howells · 3 years, 2 months ago
  7. 23e12e2 fscache: Implement cache-level access helpers by David Howells · 3 years, 2 months ago
  8. 7f3283a fscache: Implement cookie registration by David Howells · 3 years, 2 months ago
  9. 62ab633 fscache: Implement volume registration by David Howells · 3 years, 2 months ago
  10. 9549332 fscache: Implement cache registration by David Howells · 3 years, 2 months ago
  11. e8a07c9 fscache: Implement a hash function by David Howells · 3 years, 2 months ago
  12. 1e1236b fscache: Introduce new driver by David Howells · 3 years, 2 months ago
  13. 2cee6fb fscache: Remove the contents of the fscache driver, pending rewrite by David Howells · 3 years, 2 months ago
  14. 20ec197 fscache: Use refcount_t for the cookie refcount instead of atomic_t by David Howells · 3 years, 9 months ago
  15. 33cba85 fscache: Fix fscache_cookie_put() to not deref after dec by David Howells · 3 years, 6 months ago
  16. 35b7257 fscache: Fix cookie key hashing by David Howells · 3 years, 6 months ago
  17. 58f386a fscache: Remove the object list procfile by David Howells · 3 years, 8 months ago
  18. 6ae9bd8 fscache, cachefiles: Remove the histogram stuff by David Howells · 3 years, 8 months ago
  19. 884a768 fscache: Procfile to display cookies by David Howells · 4 years, 11 months ago
  20. 26aaeff fscache, cachefiles: Add alternate API to use kiocb for read/write to cache by David Howells · 3 years, 10 months ago
  21. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  22. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  23. 1ff2288 fscache: Fix incomplete initialisation of inline key space by David Howells · 6 years ago
  24. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  25. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 7 years ago
  26. ec0328e fscache: Maintain a catalogue of allocated cookies by David Howells · 7 years ago
  27. 402cb8d fscache: Attach the index key and aux data to the cookie by David Howells · 7 years ago
  28. a18feb5 fscache: Add tracepoints by David Howells · 7 years ago
  29. 5e4def2 Pass mode to wait_on_atomic_t() action funcs and provide default actions by David Howells · 7 years ago
  30. d3b97ca FS-Cache: The operation cancellation method needs calling in more places by David Howells · 10 years ago
  31. 03cdd0e FS-Cache: Count the number of initialised operations by David Howells · 10 years ago
  32. 418b7eb FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations too by David Howells · 10 years ago
  33. 182d919 FS-Cache: Count culled objects and objects rejected due to lack of space by David Howells · 10 years ago
  34. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  35. 36dfd11 fs/fscache: convert printk to pr_foo() by Fabian Frederick · 11 years ago
  36. da9803b FS-Cache: Add interface to check consistency of a cached object by David Howells · 11 years ago
  37. 1362729 FS-Cache: Simplify cookie retention for fscache_objects, fixing oops by David Howells · 12 years ago
  38. caaef69 FS-Cache: Fix object state machine to have separate work and wait states by David Howells · 12 years ago
  39. 91c7fbb FS-Cache: Clear remaining page count on retrieval cancellation by David Howells · 12 years ago
  40. 8c209ce NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a page by David Howells · 12 years ago
  41. 8d76349 FS-Cache: Exclusive op submission can BUG if there's been an I/O error by David Howells · 12 years ago
  42. ef778e7 FS-Cache: Provide proper invalidation by David Howells · 12 years ago
  43. 12fdff3 Add a dummy printk function for the maintenance of unused printks by David Howells · 14 years ago
  44. 8af7c12 fscache: convert operation to use workqueue instead of slow-work by Tejun Heo · 14 years ago
  45. 8b8edef fscache: convert object to use workqueue instead of slow-work by Tejun Heo · 14 years ago
  46. 4fa9f4e FS-Cache: Provide nop fscache_stat_d() if CONFIG_FSCACHE_STATS=n by David Howells · 15 years ago
  47. fee096d CacheFiles: Catch an overly long wait for an old active object by David Howells · 15 years ago
  48. 60d543c FS-Cache: Start processing an object's operations on that object's death by David Howells · 15 years ago
  49. 2175bb0 FS-Cache: Add a retirement stat counter by David Howells · 15 years ago
  50. 201a154 FS-Cache: Handle pages pending storage that get evicted under OOM conditions by David Howells · 15 years ago
  51. e3d4d28 FS-Cache: Handle read request vs lookup, creation or other cache failure by David Howells · 15 years ago
  52. 1bccf51 FS-Cache: Fix lock misorder in fscache_write_op() by David Howells · 15 years ago
  53. 5753c44 FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phase by David Howells · 15 years ago
  54. 52bd75f FS-Cache: Add counters for entry/exit to/from cache operation functions by David Howells · 15 years ago
  55. 4fbf429 FS-Cache: Allow the current state of all objects to be dumped by David Howells · 15 years ago
  56. 348ca10 FS-Cache: Fixup renamed filenames in comments in internal.h by David Howells · 16 years ago
  57. b510882 FS-Cache: Implement data I/O part of netfs API by David Howells · 16 years ago
  58. 952efe7 FS-Cache: Add and document asynchronous operation handling by David Howells · 16 years ago
  59. 36c95590 FS-Cache: Object management state machine by David Howells · 16 years ago
  60. 2868cbe FS-Cache: Bit waiting helpers by David Howells · 16 years ago
  61. 955d0091 FS-Cache: Provide a slab for cookie allocation by David Howells · 16 years ago
  62. 0e04d4c FS-Cache: Add cache tag handling by David Howells · 16 years ago
  63. a689164 FS-Cache: Root index definition by David Howells · 16 years ago
  64. 7394daa FS-Cache: Add use of /proc and presentation of statistics by David Howells · 16 years ago
  65. 06b3db1 FS-Cache: Add main configuration option, module entry points and debugging by David Howells · 16 years ago