1. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 6 years ago
  2. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 6 years ago
  3. e5a9554 fscache: use appropriate radix tree accessors by Matthew Wilcox · 6 years ago
  4. ec0328e fscache: Maintain a catalogue of allocated cookies by David Howells · 6 years ago
  5. ee1235a fscache: Pass object size in rather than calling back for it by David Howells · 6 years ago
  6. 402cb8d fscache: Attach the index key and aux data to the cookie by David Howells · 6 years ago
  7. 08c2e3d fscache: Add more tracepoints by David Howells · 6 years ago
  8. a18feb5 fscache: Add tracepoints by David Howells · 6 years ago
  9. 2c98425 fscache: Fix hanging wait on page discarded by writeback by David Howells · 6 years ago
  10. d0fb31e fscache: Detect multiple relinquishment of a cookie by David Howells · 6 years ago
  11. b27ddd4 fscache: Pass the correct cancelled indications to fscache_op_complete() by David Howells · 6 years ago
  12. bfa3837 fscache, cachefiles: Fix checker warnings by David Howells · 6 years ago
  13. dc5d4afb sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 6 years ago
  14. 487e2c9 Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  15. 8667982 mm, pagevec: remove cold parameter for pagevecs by Mel Gorman · 7 years ago
  16. 5e4def2 Pass mode to wait_on_atomic_t() action funcs and provide default actions by David Howells · 7 years ago
  17. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  18. d124b2c FS-Cache: fix dereference of NULL user_key_payload by Eric Biggers · 7 years ago
  19. ebfddb3 fscache: fix fscache_objlist_show format processing by Arnd Bergmann · 7 years ago
  20. 397162f mm: remove nr_pages argument from pagevec_lookup{,_range}() by Jan Kara · 7 years ago
  21. d72dc8a mm: make pagevec_lookup() update index by Jan Kara · 7 years ago
  22. 0837e49 KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload() by David Howells · 7 years ago
  23. e26bfeb fscache: Fix dead object requeue by David Howells · 7 years ago
  24. 6bdded5 fscache: Clear outstanding writes when disabling a cookie by David Howells · 8 years ago
  25. 62deb81 FS-Cache: Initialise stores_lock in netfs cookie by David Howells · 8 years ago
  26. b223f4e2 Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into work.misc by Al Viro · 8 years ago
  27. d213845 FS-Cache: wake write waiter after invalidating writes by Yan, Zheng · 8 years ago
  28. 84c60b1 drop redundant ->owner initializations by Al Viro · 8 years ago
  29. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  30. 102f4d9 FS-Cache: Handle a write to the page immediately beyond the EOF marker by David Howells · 9 years ago
  31. b130ed5 FS-Cache: Don't override netfs's primary_index if registering failed by Kinglong Mee · 9 years ago
  32. 86108c2 FS-Cache: Increase reference of parent after registering, netfs success by Kinglong Mee · 9 years ago
  33. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  34. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  35. 4a47132 FS-Cache: Retain the netfs context in the retrieval op earlier by David Howells · 9 years ago
  36. d3b97ca FS-Cache: The operation cancellation method needs calling in more places by David Howells · 9 years ago
  37. a39caad FS-Cache: Put an aborted initialised op so that it is accounted correctly by David Howells · 9 years ago
  38. 73c04a4 FS-Cache: Fix cancellation of in-progress operation by David Howells · 9 years ago
  39. 03cdd0e FS-Cache: Count the number of initialised operations by David Howells · 9 years ago
  40. 1339ec9 FS-Cache: Out of line fscache_operation_init() by David Howells · 9 years ago
  41. 418b7eb FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations too by David Howells · 9 years ago
  42. 8702152 FS-Cache: fscache_object_is_dead() has wrong logic, kill it by David Howells · 9 years ago
  43. f09b443 FS-Cache: Synchronise object death state change vs operation submission by David Howells · 9 years ago
  44. 6515d1d FS-Cache: Handle a new operation submitted against a killed object by David Howells · 9 years ago
  45. 30ceec6 FS-Cache: When submitting an op, cancel it if the target object is dying by David Howells · 9 years ago
  46. 3c30598 FS-Cache: Move fscache_report_unexpected_submission() to make it more available by David Howells · 9 years ago
  47. 182d919 FS-Cache: Count culled objects and objects rejected due to lack of space by David Howells · 9 years ago
  48. d5d9622 fs/fscache/object-list.c: use __seq_open_private() by Rob Jones · 10 years ago
  49. 3e1199d FS-Cache: refcount becomes corrupt under vma pressure. by Milosz Tanski · 10 years ago
  50. 920bce2 FS-Cache: Reduce cookie ref count if submit fails. by Milosz Tanski · 10 years ago
  51. 9776de9 FS-Cache: Timeout for releasepage() by Milosz Tanski · 10 years ago
  52. 3e58406 fs/fscache: make ctl_table static by Fabian Frederick · 10 years ago
  53. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  54. 75a3294 fscache: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 10 years ago
  55. 3185a88 fs/fscache: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  56. 36dfd11 fs/fscache: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  57. 7026f19 FS-Cache: Handle removal of unadded object to the fscache_object_list rb tree by David Howells · 10 years ago
  58. 0910c0b Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  59. 170d800 block: Replace __get_cpu_var uses by Christoph Lameter · 11 years ago
  60. 94d30ae FS-Cache: Provide the ability to enable/disable cookies by David Howells · 11 years ago
  61. 8fb883f FS-Cache: Add use/unuse/wake cookie wrappers by David Howells · 11 years ago
  62. e9ff04d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  63. 5e4c0d97 lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt by Jan Kara · 11 years ago
  64. 9c89d62 fscache: check consistency does not decrement refcount by Milosz Tanski · 11 years ago
  65. 5a6f282 fscache: Netfs function for cleanup post readpages by Milosz Tanski · 11 years ago
  66. da9803b FS-Cache: Add interface to check consistency of a cached object by David Howells · 11 years ago
  67. dcfae32 FS-Cache: Don't use spin_is_locked() in assertions by David Howells · 11 years ago
  68. 1bb4b7f9 FS-Cache: The retrieval remaining-pages counter needs to be atomic_t by David Howells · 11 years ago
  69. 1362729 FS-Cache: Simplify cookie retention for fscache_objects, fixing oops by David Howells · 11 years ago
  70. caaef69 FS-Cache: Fix object state machine to have separate work and wait states by David Howells · 11 years ago
  71. 493f7bc FS-Cache: Wrap checks on object state by David Howells · 11 years ago
  72. 610be24 FS-Cache: Uninline fscache_object_init() by David Howells · 11 years ago
  73. 0c59a95 FS-Cache: Don't sleep in page release if __GFP_FS is not set by David Howells · 11 years ago
  74. ee8be57 fs/fscache: remove spin_lock() from the condition in while() by Sebastian Andrzej Siewior · 11 years ago
  75. ec686c9 fs/fscache/stats.c: fix memory leak by Anurup m · 11 years ago
  76. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  77. 91c7fbb FS-Cache: Clear remaining page count on retrieval cancellation by David Howells · 12 years ago
  78. 1f372df FS-Cache: Mark cancellation of in-progress operation by David Howells · 12 years ago
  79. 7ef001e FS-Cache: One of the write operation paths doesn't set the object state by David Howells · 12 years ago
  80. 9c04caa FS-Cache: Fix signal handling during waits by David Howells · 12 years ago
  81. 9696952 FS-Cache: Add transition to handle invalidate immediately after lookup by David Howells · 12 years ago
  82. 8c209ce NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a page by David Howells · 12 years ago
  83. 8d76349 FS-Cache: Exclusive op submission can BUG if there's been an I/O error by David Howells · 12 years ago
  84. 75bc411 FS-Cache: Limit the number of I/O error reports for a cache by David Howells · 12 years ago
  85. c2d35bf FS-Cache: Don't mask off the object event mask when printing it by David Howells · 12 years ago
  86. 03acc4b FS-Cache: Initialise the object event mask with the calculated mask by David Howells · 12 years ago
  87. b4cf1e0 CacheFiles: Add missing retrieval completions by David Howells · 12 years ago
  88. ef778e7 FS-Cache: Provide proper invalidation by David Howells · 12 years ago
  89. 9f10523 FS-Cache: Fix operation state management and accounting by David Howells · 12 years ago
  90. ef46ed8 FS-Cache: Make cookie relinquishment wait for outstanding reads by David Howells · 12 years ago
  91. 0f972b5 FS-Cache: Check that there are no read ops when cookie relinquished by David Howells · 12 years ago
  92. 5f4f9f4 CacheFiles: Downgrade the requirements passed to the allocator by David Howells · 12 years ago
  93. c4d6d8d CacheFiles: Fix the marking of cached pages by David Howells · 12 years ago
  94. b307d46 FS-Cache: Fix __fscache_uncache_all_inode_pages()'s outer loop by Jan Beulich · 13 years ago
  95. c902ce1 FS-Cache: Add a helper to bulk uncache pages on an inode by David Howells · 13 years ago
  96. e50c1f6 fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFS by Amerigo Wang · 13 years ago
  97. ba28b93 FS-Cache: Fix operation handling by Akshat Aranya · 14 years ago
  98. 12fdff3 Add a dummy printk function for the maintenance of unused printks by David Howells · 14 years ago
  99. 40f2b6f fscache: fix build on !CONFIG_SYSCTL by Tejun Heo · 14 years ago
  100. d098adf fscache: drop references to slow-work by Tejun Heo · 14 years ago