1. 40834dd Merge android-4.9.105 (859e0a8) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  2. b9822c2 bcache: fix kcrashes with fio in RAID5 backend dev by Tang Junhui · 6 years ago
  3. 1cdb7f9 block: Use pointer to backing_dev_info from request_queue by Jan Kara · 7 years ago
  4. 9102ed6 bcache: fix wrong cache_misses statistics by tang.junhui · 7 years ago
  5. 9db9b5f bcache: recover data from backing when data is clean by Rui Hua · 7 years ago
  6. 322e659 bcache: only permit to recovery read error when cache device is clean by Coly Li · 7 years ago
  7. 8f51f38 bcache: do not subtract sectors_to_gc for bypassed IO by Tang Junhui · 7 years ago
  8. 8629aed bcache: Make gc wakeup sane, remove set_task_state() by Kent Overstreet · 8 years ago
  9. 491221f block: export bio_free_pages to other modules by Guoqing Jiang · 8 years ago
  10. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  11. 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 8 years ago
  12. ad0d9e7 bcache: use bio op accessors by Mike Christie · 8 years ago
  13. c8d9324 bcache: use op_is_write instead of checking for REQ_WRITE by Mike Christie · 8 years ago
  14. dece163 block: change ->make_request_fn() and users to return a queue cookie by Jens Axboe · 9 years ago
  15. 749b61d bcache: remove driver private bio splitting code by Kent Overstreet · 11 years ago
  16. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  17. 77b5a08 bcache: don't embed 'return' statements in closure macros by Jens Axboe · 9 years ago
  18. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  19. dac5621 bio: skip atomic inc/dec of ->bi_cnt for most use cases by Jens Axboe · 9 years ago
  20. aae4933 md/bcache: use generic io stats accounting functions to simplify io stat accounting by Gu Zheng · 10 years ago
  21. 60ae81e bcache: bcache_write tracepoint was crashing by Slava Pestov · 10 years ago
  22. 3f5e0a3 bcache: Kill dead cgroup code by Kent Overstreet · 10 years ago
  23. da415a0 bcache: Fix moving_gc deadlocking with a foreground write by Nicholas Swenson · 10 years ago
  24. 1b4eaf3 bcache: Fix flash_dev_cache_miss() for real this time by Kent Overstreet · 10 years ago
  25. 96d2e8b Merge branch 'bcache-for-3.14' of git://evilpiepirate.org/~kent/linux-bcache into for-linus by Jens Axboe · 10 years ago
  26. 53d8ab2 Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  27. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  28. e3b4825 bcache: bugfix - gc thread now gets woken when cache is full by Nicholas Swenson · 11 years ago
  29. b3ff8a2 cgroup: remove stray references to css_id by Hugh Dickins · 10 years ago
  30. 085d2a3 bcache: Make bch_keylist_realloc() take u64s, not nptrs by Kent Overstreet · 11 years ago
  31. a5ae430 bcache: Zero less memory by Kent Overstreet · 11 years ago
  32. d56d000 bcache: Don't touch bucket gen for dirty ptrs by Kent Overstreet · 11 years ago
  33. 20d0189 block: Introduce new bio_split() by Kent Overstreet · 11 years ago
  34. 59d276f block: Add bio_clone_fast() by Kent Overstreet · 11 years ago
  35. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  36. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  37. ed9c47b bcache: Kill unaligned bvec hack by Kent Overstreet · 11 years ago
  38. 5ceaaad bcache: Bypass torture test by Kent Overstreet · 11 years ago
  39. c4d951d bcache: Fix sysfs splat on shutdown with flash only devs by Kent Overstreet · 11 years ago
  40. 8aee122 bcache: Kill sequential_merge option by Kent Overstreet · 11 years ago
  41. 81ab419 bcache: Pull on disk data structures out into a separate header by Kent Overstreet · 11 years ago
  42. 2599b53 bcache: Move sector allocator to alloc.c by Kent Overstreet · 11 years ago
  43. 220bb38 bcache: Break up struct search by Kent Overstreet · 11 years ago
  44. cc7b881 bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes() by Kent Overstreet · 11 years ago
  45. 6054c6d bcache: Don't use op->insert_collision by Kent Overstreet · 11 years ago
  46. 1b207d8 bcache: Kill op->replace by Kent Overstreet · 11 years ago
  47. b54d693 bcache: Kill op->cl by Kent Overstreet · 11 years ago
  48. c18536a bcache: Prune struct btree_op by Kent Overstreet · 11 years ago
  49. cc23196 bcache: Clean up cache_lookup_fn by Kent Overstreet · 11 years ago
  50. 2c1953e bcache: Convert bch_btree_read_async() to bch_btree_map_keys() by Kent Overstreet · 11 years ago
  51. df8e897 bcache: Move some stuff to btree.c by Kent Overstreet · 11 years ago
  52. 72a4451 bcache: Convert gc to a kthread by Kent Overstreet · 11 years ago
  53. 35fcd84 bcache: Convert bucket_wait to wait_queue_head_t by Kent Overstreet · 11 years ago
  54. 0b93207 bcache: Move keylist out of btree_op by Kent Overstreet · 11 years ago
  55. a34a8bf bcache: Refactor journalling flow control by Kent Overstreet · 11 years ago
  56. cdd972b bcache: Refactor read request code a bit by Kent Overstreet · 11 years ago
  57. 84f0db0 bcache: Refactor request_write() by Kent Overstreet · 11 years ago
  58. c2f95ae bcache: Clean up keylist code by Kent Overstreet · 11 years ago
  59. 4f3d401 bcache: Add explicit keylist arg to btree_insert() by Kent Overstreet · 11 years ago
  60. e7c590e bcache: Convert btree_insert_check_key() to btree_insert_node() by Kent Overstreet · 11 years ago
  61. d4eddd4 bcache: Fixed incorrect order of arguments to bio_alloc_bioset() by Kent Overstreet · 11 years ago
  62. 2fe80d3 bcache: Fix a null ptr deref regression by Kent Overstreet · 11 years ago
  63. c0f04d8 bcache: Fix flushes in writeback mode by Kent Overstreet · 11 years ago
  64. 54d12f2 bcache: Advertise that flushes are supported by Kent Overstreet · 11 years ago
  65. 8e51e41 bcache: Use standard utility code by Kent Overstreet · 11 years ago
  66. e49c7c3 bcache: FUA fixes by Kent Overstreet · 11 years ago
  67. 72c2706 bcache: Write out full stripes by Kent Overstreet · 11 years ago
  68. 279afba bcache: Track dirty data by stripe by Kent Overstreet · 11 years ago
  69. c37511b bcache: Fix/revamp tracepoints by Kent Overstreet · 11 years ago
  70. 2903381 bcache: Take data offset from the bdev superblock. by Kent Overstreet · 11 years ago
  71. 169ef1c bcache: Don't export utility code, prefix with bch_ by Kent Overstreet · 11 years ago
  72. b1a67b0 bcache: Style/checkpatch fixes by Kent Overstreet · 11 years ago
  73. cafe563 bcache: A block layer cache by Kent Overstreet · 11 years ago