1. 196d38b block: Generic bio chaining by Kent Overstreet · 11 years ago
  2. e90abc8 block: Remove bi_idx hacks by Kent Overstreet · 11 years ago
  3. 1c3b13e dm: Refactor for new bio cloning/splitting by Kent Overstreet · 11 years ago
  4. 59d276f block: Add bio_clone_fast() by Kent Overstreet · 11 years ago
  5. 003b5c5 block: Convert drivers to immutable biovecs by Kent Overstreet · 11 years ago
  6. 458b76e block: Kill bio_segments()/bi_vcnt usage by Kent Overstreet · 11 years ago
  7. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  8. a4ad39b1 block: Convert bio_iovec() to bvec_iter by Kent Overstreet · 11 years ago
  9. 75d5d81 dm: Use bvec_iter for dm_bio_record() by Kent Overstreet · 11 years ago
  10. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  11. ed9c47b bcache: Kill unaligned bvec hack by Kent Overstreet · 11 years ago
  12. 33879d4 block: submit_bio_wait() conversions by Kent Overstreet · 11 years ago
  13. 6d6e352 Merge tag 'md/3.13' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  14. 60aaf93 md/raid5: Use conf->device_lock protect changing of multi-thread resources. by majianpeng · 11 years ago
  15. d206dcf md/raid5: Before freeing old multi-thread worker, it should flush them. by majianpeng · 11 years ago
  16. e59aa23 md/raid5: For stripe with R5_ReadNoMerge, we replace REQ_FLUSH with REQ_NOMERGE. by majianpeng · 11 years ago
  17. 79ef3a8 raid1: Rewrite the implementation of iobarrier. by majianpeng · 11 years ago
  18. 8e005f7 raid1: Add some macros to make code clearly. by majianpeng · 11 years ago
  19. 07169fd4 raid1: Replace raise_barrier/lower_barrier with freeze_array/unfreeze_array when reconfiguring the array. by majianpeng · 11 years ago
  20. b364e3d raid1: Add a field array_frozen to indicate whether raid in freeze state. by majianpeng · 11 years ago
  21. 82592c3 md: Convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  22. 30b8feb md/raid5: avoid deadlock when raid5 array has unack badblocks during md_stop_writes. by NeilBrown · 11 years ago
  23. c91abf5 md: use MD_RECOVERY_INTR instead of kthread_should_stop in resync thread. by NeilBrown · 11 years ago
  24. 29f097c md: fix some places where mddev_lock return value is not checked. by NeilBrown · 11 years ago
  25. edfa1f6 raid5: Retry R5_ReadNoMerge flag when hit a read error. by Bian Yu · 11 years ago
  26. 4bda556 raid5: relieve lock contention in get_active_stripe() by Shaohua Li · 11 years ago
  27. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  28. f412f2c Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  29. b89241e llists: move llist_reverse_order from raid5 to llist.c by Christoph Hellwig · 11 years ago
  30. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  31. 566c09c raid5: relieve lock contention in get_active_stripe() by Shaohua Li · 11 years ago
  32. ba8805b md/raid5.c: add proper locking to error path of raid5_start_reshape. by NeilBrown · 11 years ago
  33. 02e5f5c md: fix calculation of stacking limits on level change. by NeilBrown · 11 years ago
  34. ad4068d raid5: Use slow_path to release stripe when mddev->thread is null by majianpeng · 11 years ago
  35. 7f2dc5c Merge tag 'dm-3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 11 years ago
  36. 0910c0b Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  37. 7b6b2bc dm cache: resolve small nits and improve Documentation by Mike Snitzer · 11 years ago
  38. 65790ff dm cache: add cache block invalidation support by Joe Thornber · 11 years ago
  39. 532906a dm cache: add remove_cblock method to policy interface by Joe Thornber · 11 years ago
  40. 633618e dm cache policy mq: reduce memory requirements by Joe Thornber · 11 years ago
  41. 53d4981 dm cache metadata: check the metadata version when reading the superblock by Joe Thornber · 11 years ago
  42. 2ee57d5 dm cache: add passthrough mode by Joe Thornber · 11 years ago
  43. f494a9c dm cache: cache shrinking support by Joe Thornber · 11 years ago
  44. c869494 bcache: defensively handle format strings by Kees Cook · 11 years ago
  45. 5ceaaad bcache: Bypass torture test by Kent Overstreet · 11 years ago
  46. 098fb25 bcache: Delete some slower inline asm by Kent Overstreet · 11 years ago
  47. 28935ab bcache: Use ida for bcache block dev minor by Kent Overstreet · 11 years ago
  48. c4d951d bcache: Fix sysfs splat on shutdown with flash only devs by Kent Overstreet · 11 years ago
  49. 48a915a bcache: Better full stripe scanning by Kent Overstreet · 11 years ago
  50. 17e21a9 bcache: Have btree_split() insert into parent directly by Kent Overstreet · 11 years ago
  51. 65d22e9 bcache: Move spinlock into struct time_stats by Kent Overstreet · 11 years ago
  52. 8aee122 bcache: Kill sequential_merge option by Kent Overstreet · 11 years ago
  53. 5031016 bcache: Kill bch_next_recurse_key() by Kent Overstreet · 11 years ago
  54. bc9389e bcache: Avoid deadlocking in garbage collection by Kent Overstreet · 11 years ago
  55. a1f0358 bcache: Incremental gc by Kent Overstreet · 11 years ago
  56. 8835c12 bcache: Add make_btree_freeing_key() by Kent Overstreet · 11 years ago
  57. f269af5 bcache: Add btree_node_write_sync() by Kent Overstreet · 11 years ago
  58. 0eacac2 bcache: PRECEDING_KEY() by Kent Overstreet · 11 years ago
  59. d5cc66e bcache: bch_(btree|extent)_ptr_invalid() by Kent Overstreet · 11 years ago
  60. 3a3b6a4 bcache: Don't bother with bucket refcount for btree node allocations by Kent Overstreet · 11 years ago
  61. 280481d bcache: Debug code improvements by Kent Overstreet · 11 years ago
  62. e58ff15 bcache: Fix bch_ptr_bad() by Kent Overstreet · 11 years ago
  63. 81ab419 bcache: Pull on disk data structures out into a separate header by Kent Overstreet · 11 years ago
  64. 2599b53 bcache: Move sector allocator to alloc.c by Kent Overstreet · 11 years ago
  65. 220bb38 bcache: Break up struct search by Kent Overstreet · 11 years ago
  66. cc7b881 bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes() by Kent Overstreet · 11 years ago
  67. 6054c6d bcache: Don't use op->insert_collision by Kent Overstreet · 11 years ago
  68. 1b207d8 bcache: Kill op->replace by Kent Overstreet · 11 years ago
  69. faadf0c bcache: Drop some closure stuff by Kent Overstreet · 11 years ago
  70. b54d693 bcache: Kill op->cl by Kent Overstreet · 11 years ago
  71. c18536a bcache: Prune struct btree_op by Kent Overstreet · 11 years ago
  72. cc23196 bcache: Clean up cache_lookup_fn by Kent Overstreet · 11 years ago
  73. 2c1953e bcache: Convert bch_btree_read_async() to bch_btree_map_keys() by Kent Overstreet · 11 years ago
  74. df8e897 bcache: Move some stuff to btree.c by Kent Overstreet · 11 years ago
  75. 48dad8b bcache: Add btree_map() functions by Kent Overstreet · 11 years ago
  76. 5e6926d bcache: Convert writeback to a kthread by Kent Overstreet · 11 years ago
  77. 72a4451 bcache: Convert gc to a kthread by Kent Overstreet · 11 years ago
  78. 35fcd84 bcache: Convert bucket_wait to wait_queue_head_t by Kent Overstreet · 11 years ago
  79. e8e1d46 bcache: Convert try_wait to wait_queue_head_t by Kent Overstreet · 11 years ago
  80. 0b93207 bcache: Move keylist out of btree_op by Kent Overstreet · 11 years ago
  81. a34a8bf bcache: Refactor journalling flow control by Kent Overstreet · 11 years ago
  82. cdd972b bcache: Refactor read request code a bit by Kent Overstreet · 11 years ago
  83. 84f0db0 bcache: Refactor request_write() by Kent Overstreet · 11 years ago
  84. c2f95ae bcache: Clean up keylist code by Kent Overstreet · 11 years ago
  85. 4f3d401 bcache: Add explicit keylist arg to btree_insert() by Kent Overstreet · 11 years ago
  86. e7c590e bcache: Convert btree_insert_check_key() to btree_insert_node() by Kent Overstreet · 11 years ago
  87. 403b6cd bcache: Insert multiple keys at a time by Kent Overstreet · 11 years ago
  88. 26c949f bcache: Add btree_insert_node() by Kent Overstreet · 11 years ago
  89. d6fd3b1 bcache: Explicitly track btree node's parent by Kent Overstreet · 11 years ago
  90. 8304ad4 bcache: Remove unnecessary check in should_split() by Kent Overstreet · 11 years ago
  91. 2d679fc bcache: Stripe size isn't necessarily a power of two by Kent Overstreet · 11 years ago
  92. 77c320e bcache: Add on error panic/unregister setting by Kent Overstreet · 11 years ago
  93. 49b1212 bcache: Use blkdev_issue_discard() by Kent Overstreet · 11 years ago
  94. dd9ec84 bcache: Fix a lockdep splat by Kent Overstreet · 11 years ago
  95. 7857d5d4 bcache: Fix a journalling performance bug by Kent Overstreet · 11 years ago
  96. 1fa8455 bcache: Fix dirty_data accounting by Kent Overstreet · 11 years ago
  97. c9d28d5 dm cache: promotion optimisation for writes by Joe Thornber · 11 years ago
  98. c86c307 dm cache: be much more aggressive about promoting writes to discarded blocks by Joe Thornber · 11 years ago
  99. 01911c1 dm cache policy mq: implement writeback_work() and mq_{set,clear}_dirty() by Joe Thornber · 11 years ago
  100. ffcbcb6 dm cache: optimize commit_if_needed by Heinz Mauelshagen · 11 years ago