1. 8835c12 bcache: Add make_btree_freeing_key() by Kent Overstreet · 11 years ago
  2. f269af5 bcache: Add btree_node_write_sync() by Kent Overstreet · 11 years ago
  3. 0eacac2 bcache: PRECEDING_KEY() by Kent Overstreet · 11 years ago
  4. d5cc66e bcache: bch_(btree|extent)_ptr_invalid() by Kent Overstreet · 11 years ago
  5. 3a3b6a4 bcache: Don't bother with bucket refcount for btree node allocations by Kent Overstreet · 11 years ago
  6. 280481d bcache: Debug code improvements by Kent Overstreet · 11 years ago
  7. e58ff15 bcache: Fix bch_ptr_bad() by Kent Overstreet · 11 years ago
  8. 81ab419 bcache: Pull on disk data structures out into a separate header by Kent Overstreet · 11 years ago
  9. 2599b53 bcache: Move sector allocator to alloc.c by Kent Overstreet · 11 years ago
  10. 220bb38 bcache: Break up struct search by Kent Overstreet · 11 years ago
  11. cc7b881 bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes() by Kent Overstreet · 11 years ago
  12. 6054c6d bcache: Don't use op->insert_collision by Kent Overstreet · 11 years ago
  13. 1b207d8 bcache: Kill op->replace by Kent Overstreet · 11 years ago
  14. faadf0c bcache: Drop some closure stuff by Kent Overstreet · 11 years ago
  15. b54d693 bcache: Kill op->cl by Kent Overstreet · 11 years ago
  16. c18536a bcache: Prune struct btree_op by Kent Overstreet · 11 years ago
  17. cc23196 bcache: Clean up cache_lookup_fn by Kent Overstreet · 11 years ago
  18. 2c1953e bcache: Convert bch_btree_read_async() to bch_btree_map_keys() by Kent Overstreet · 11 years ago
  19. df8e897 bcache: Move some stuff to btree.c by Kent Overstreet · 11 years ago
  20. 48dad8b bcache: Add btree_map() functions by Kent Overstreet · 11 years ago
  21. 5e6926d bcache: Convert writeback to a kthread by Kent Overstreet · 11 years ago
  22. 72a4451 bcache: Convert gc to a kthread by Kent Overstreet · 11 years ago
  23. 35fcd84 bcache: Convert bucket_wait to wait_queue_head_t by Kent Overstreet · 11 years ago
  24. e8e1d46 bcache: Convert try_wait to wait_queue_head_t by Kent Overstreet · 11 years ago
  25. 0b93207 bcache: Move keylist out of btree_op by Kent Overstreet · 11 years ago
  26. a34a8bf bcache: Refactor journalling flow control by Kent Overstreet · 11 years ago
  27. cdd972b bcache: Refactor read request code a bit by Kent Overstreet · 11 years ago
  28. 84f0db0 bcache: Refactor request_write() by Kent Overstreet · 11 years ago
  29. c2f95ae bcache: Clean up keylist code by Kent Overstreet · 11 years ago
  30. 4f3d401 bcache: Add explicit keylist arg to btree_insert() by Kent Overstreet · 11 years ago
  31. e7c590e bcache: Convert btree_insert_check_key() to btree_insert_node() by Kent Overstreet · 11 years ago
  32. 403b6cd bcache: Insert multiple keys at a time by Kent Overstreet · 11 years ago
  33. 26c949f bcache: Add btree_insert_node() by Kent Overstreet · 11 years ago
  34. d6fd3b1 bcache: Explicitly track btree node's parent by Kent Overstreet · 11 years ago
  35. 8304ad4 bcache: Remove unnecessary check in should_split() by Kent Overstreet · 11 years ago
  36. 2d679fc bcache: Stripe size isn't necessarily a power of two by Kent Overstreet · 11 years ago
  37. 77c320e bcache: Add on error panic/unregister setting by Kent Overstreet · 11 years ago
  38. 49b1212 bcache: Use blkdev_issue_discard() by Kent Overstreet · 11 years ago
  39. dd9ec84 bcache: Fix a lockdep splat by Kent Overstreet · 11 years ago
  40. 7857d5d4 bcache: Fix a journalling performance bug by Kent Overstreet · 11 years ago
  41. 1fa8455 bcache: Fix dirty_data accounting by Kent Overstreet · 11 years ago
  42. d4eddd4 bcache: Fixed incorrect order of arguments to bio_alloc_bioset() by Kent Overstreet · 11 years ago
  43. 2fe80d3 bcache: Fix a null ptr deref regression by Kent Overstreet · 11 years ago
  44. c0f04d8 bcache: Fix flushes in writeback mode by Kent Overstreet · 11 years ago
  45. 8478643 bcache: Fix for handling overlapping extents when reading in a btree node by Kent Overstreet · 11 years ago
  46. a698e08 bcache: Fix a shrinker deadlock by Kent Overstreet · 11 years ago
  47. 79e3dab bcache: Fix a dumb CPU spinning bug in writeback by Kent Overstreet · 11 years ago
  48. 1394d67 bcache: Fix a flush/fua performance bug by Kent Overstreet · 11 years ago
  49. c2a4f31 bcache: Fix a writeback performance regression by Kent Overstreet · 11 years ago
  50. 61cbd25 bcache: Correct printf()-style format length modifier by Geert Uytterhoeven · 11 years ago
  51. c426c4f bcache: Fix for when no journal entries are found by Kent Overstreet · 11 years ago
  52. aee6f1c bcache: Strip endline when writing the label through sysfs by Gabriel de Perthuis · 11 years ago
  53. 6d9d21e bcache: Fix a dumb journal discard bug by Kent Overstreet · 11 years ago
  54. 7dc19d5 drivers: convert shrinkers to new count/scan API by Dave Chinner · 11 years ago
  55. d4c90b1 Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  56. 79826c3 bcache: Allocation kthread fixes by Kent Overstreet · 11 years ago
  57. 29ebf46 bcache: Fix GC_SECTORS_USED() calculation by Kent Overstreet · 11 years ago
  58. faa5673 bcache: Journal replay fix by Kent Overstreet · 11 years ago
  59. 5caa52a bcache: Shutdown fix by Kent Overstreet · 11 years ago
  60. c9502ea bcache: Fix a sysfs splat on shutdown by Kent Overstreet · 11 years ago
  61. 54d12f2 bcache: Advertise that flushes are supported by Kent Overstreet · 11 years ago
  62. d2a65ce bcache: check for allocation failures by Dan Carpenter · 11 years ago
  63. 6aa8f1a bcache: Fix a dumb race by Kent Overstreet · 11 years ago
  64. 80cc38b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  65. 8e51e41 bcache: Use standard utility code by Kent Overstreet · 11 years ago
  66. f3059a5 bcache: Delete fuzz tester by Kent Overstreet · 11 years ago
  67. 36c9ea9 bcache: Document shrinker reserve better by Kent Overstreet · 11 years ago
  68. e49c7c3 bcache: FUA fixes by Kent Overstreet · 11 years ago
  69. ab9e140 bcache: Send label uevents by Gabriel de Perthuis · 11 years ago
  70. a25c32b bcache: Send a uevent with a cached device's UUID by Gabriel de Perthuis · 11 years ago
  71. 72c2706 bcache: Write out full stripes by Kent Overstreet · 11 years ago
  72. 279afba bcache: Track dirty data by stripe by Kent Overstreet · 11 years ago
  73. 444fc0b bcache: Initialize sectors_dirty when attaching by Kent Overstreet · 11 years ago
  74. 6ded34d bcache: Improve lazy sorting by Kent Overstreet · 11 years ago
  75. 85b1492 bcache: Rip out pkey()/pbtree() by Kent Overstreet · 11 years ago
  76. c37511b bcache: Fix/revamp tracepoints by Kent Overstreet · 11 years ago
  77. 5794351 bcache: Refactor btree io by Kent Overstreet · 11 years ago
  78. 119ba0f bcache: Convert allocator thread to kthread by Kent Overstreet · 11 years ago
  79. a9dd53a bcache: Warn when a device is already registered. by Gabriel de Perthuis · 11 years ago
  80. bbc77aa bcache: fix a spurious gcc complaint, use scnprintf by Kent Overstreet · 11 years ago
  81. 5c69412 md: bcache: io.c: fix a potential NULL pointer dereference by Kumar Amit Mehta · 11 years ago
  82. 48a7302 md: bcache: Fixed a typo with the word 'arithmetic' by Phil Viana · 11 years ago
  83. f59fce8 bcache: Fix error handling in init code by Kent Overstreet · 11 years ago
  84. bbb1c3b bcache: drop "select CLOSURES" by Paul Bolle · 11 years ago
  85. 867e116 bcache: Fix incompatible pointer type warning by Emil Goode · 11 years ago
  86. ee66850 bcache: Use bd_link_disk_holder() by Kent Overstreet · 12 years ago
  87. 86b26b8 bcache: Allocator cleanup/fixes by Kent Overstreet · 11 years ago
  88. 8abb2a5 bcache: Make sure blocksize isn't smaller than device blocksize by Kent Overstreet · 11 years ago
  89. a09ded8 bcache: Fix merge_bvec_fn usage for when it modifies the bvm by Kent Overstreet · 11 years ago
  90. 1545f13 bcache: Correctly check against BIO_MAX_PAGES by Kent Overstreet · 12 years ago
  91. bca97ad bcache: Hack around stuff that clones up to bi_max_vecs by Kent Overstreet · 11 years ago
  92. 4f0fd95 bcache: Set ra_pages based on backing device's ra_pages by Kent Overstreet · 12 years ago
  93. 2903381 bcache: Take data offset from the bdev superblock. by Kent Overstreet · 12 years ago
  94. cef5279 bcache: Disable broken btree fuzz tester by Kent Overstreet · 12 years ago
  95. 91bbcfc bcache: Fix a format string overflow by Kent Overstreet · 12 years ago
  96. 8ef7479 bcache: Fix a minor memory leak on device teardown by Kent Overstreet · 12 years ago
  97. cc0f4ea bcache: Use WARN_ONCE() instead of __WARN() by Kent Overstreet · 12 years ago
  98. cd953ed bcache: Add missing #include <linux/prefetch.h> by Geert Uytterhoeven · 12 years ago
  99. c19ed23 bcache: Sparse fixes by Kent Overstreet · 12 years ago
  100. 169ef1c bcache: Don't export utility code, prefix with bch_ by Kent Overstreet · 12 years ago