1. bd3813d Merge tag 'md/3.14-fixes' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  2. 789b5e0 md/raid5: Fix CPU hotplug callback registration by Oleg Nesterov · 11 years ago
  3. 1877db7 md/raid1: restore ability for check and repair to fix read errors. by NeilBrown · 11 years ago
  4. 96d2e8b Merge branch 'bcache-for-3.14' of git://evilpiepirate.org/~kent/linux-bcache into for-linus by Jens Axboe · 11 years ago
  5. 53d8ab2 Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  6. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  7. e3b4825 bcache: bugfix - gc thread now gets woken when cache is full by Nicholas Swenson · 11 years ago
  8. 3572324 bcache: Minor fixes from kbuild robot by Kent Overstreet · 11 years ago
  9. 9471744 bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USED by Darrick J. Wong · 11 years ago
  10. 5c85121b Merge tag 'md/3.14' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  11. fe41c2c Merge tag 'dm-3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 11 years ago
  12. 5066a4d dm log userspace: allow mark requests to piggyback on flush requests by Dongmao Zhang · 11 years ago
  13. f075e0f Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  14. 7da9d45 md/raid5: close recently introduced race in stripe_head management. by NeilBrown · 11 years ago
  15. fca0284 dm space map metadata: fix bug in resizing of thin metadata by Joe Thornber · 11 years ago
  16. d3bad75 Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  17. 2e68c4e dm cache: add policy name to status output by Mike Snitzer · 11 years ago
  18. 74aa45c dm thin: fix pool feature parsing by Mike Snitzer · 11 years ago
  19. 9f97e4b md/raid5: fix long-standing problem with bitmap handling on write failure. by NeilBrown · 11 years ago
  20. cb335f8 md: check command validity early in md_ioctl(). by Nicolas Schichan · 11 years ago
  21. 1a60864 Merge tag 'md/3.13-fixes' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  22. 2995fa7 dm sysfs: fix a module unload race by Mikulas Patocka · 11 years ago
  23. 55b082e dm snapshot: use dm-bufio prefetch by Mikulas Patocka · 11 years ago
  24. 55494bf dm snapshot: use dm-bufio by Mikulas Patocka · 11 years ago
  25. 2cadabd dm snapshot: prepare for switch to using dm-bufio by Mikulas Patocka · 11 years ago
  26. 119bc54 dm snapshot: use GFP_KERNEL when initializing exceptions by Mikulas Patocka · 11 years ago
  27. 830778a md: ensure metadata is writen after raid level change. by NeilBrown · 11 years ago
  28. 0b59bb6 md/raid10: avoid fullsync when not necessary. by NeilBrown · 11 years ago
  29. 7eb4188 md: allow a partially recovered device to be hot-added to an array. by NeilBrown · 11 years ago
  30. f466722 md: Change handling of save_raid_disk and metadata update during recovery. by NeilBrown · 11 years ago
  31. 8313b8e md: fix problem when adding device to read-only array with bitmap. by NeilBrown · 11 years ago
  32. e8b8491 md/raid10: fix bug when raid10 recovery fails to recover a block. by NeilBrown · 11 years ago
  33. 5af9bef md/raid5: fix a recently broken BUG_ON(). by NeilBrown · 11 years ago
  34. 41a336e md/raid1: fix request counting bug in new 'barrier' code. by NeilBrown · 11 years ago
  35. b50c259 md/raid10: fix two bugs in handling of known-bad-blocks. by NeilBrown · 11 years ago
  36. 1cc03eb md/raid5: Fix possible confusion when multiple write errors occur. by NeilBrown · 11 years ago
  37. b3ff8a2 cgroup: remove stray references to css_id by Hugh Dickins · 11 years ago
  38. 6a38861 dm cache: add block sizes and total cache blocks to status output by Mike Snitzer · 11 years ago
  39. f164e69 dm btree: add dm_btree_find_lowest_key by Joe Thornber · 11 years ago
  40. 9dd6358 bcache: Fix auxiliary search trees for key size > cacheline size by Kent Overstreet · 11 years ago
  41. 3b3e9e5 bcache: Don't return -EINTR when insert finished by Kent Overstreet · 11 years ago
  42. e0a985a bcache: Improve bucket_prio() calculation by Kent Overstreet · 11 years ago
  43. 3bdad1e bcache: Add bch_bkey_equal_header() by Nicholas Swenson · 11 years ago
  44. 0f49cf3 bcache: update bch_bkey_try_merge by Nicholas Swenson · 11 years ago
  45. 829a60b bcache: Move insert_fixup() to btree_keys_ops by Kent Overstreet · 11 years ago
  46. 89ebb4a bcache: Convert sorting to btree_keys by Kent Overstreet · 11 years ago
  47. dc9d98d bcache: Convert debug code to btree_keys by Kent Overstreet · 11 years ago
  48. c052dd9 bcache: Convert btree_iter to struct btree_keys by Kent Overstreet · 11 years ago
  49. f67342d bcache: Refactor bset_tree sysfs stats by Kent Overstreet · 11 years ago
  50. 59158fd bcache: Add bch_btree_keys_u64s_remaining() by Kent Overstreet · 11 years ago
  51. a85e968 bcache: Add struct btree_keys by Kent Overstreet · 11 years ago
  52. 65d4523 bcache: Abstract out stuff needed for sorting by Kent Overstreet · 11 years ago
  53. ee81128 bcache: Rename/shuffle various code around by Kent Overstreet · 11 years ago
  54. 67539e8 bcache: Add struct bset_sort_state by Kent Overstreet · 11 years ago
  55. 911c961 bcache: Split out sort_extent_cmp() by Kent Overstreet · 11 years ago
  56. fafff81 bcache: Bkey indexing renaming by Kent Overstreet · 11 years ago
  57. 085d2a3 bcache: Make bch_keylist_realloc() take u64s, not nptrs by Kent Overstreet · 11 years ago
  58. 9a02b7e bcache: Remove/fix some header dependencies by Kent Overstreet · 11 years ago
  59. 0a45114 bcache: Use a mempool for mergesort temporary space by Kent Overstreet · 11 years ago
  60. 78b77bf bcache: Btree verify code improvements by Kent Overstreet · 11 years ago
  61. 88b9f8c bcache: kill index() by Kent Overstreet · 11 years ago
  62. 5c41c8a bcache: Trivial error handling fix by Kent Overstreet · 11 years ago
  63. c78afc6 bcache/md: Use raid stripe size by Kent Overstreet · 11 years ago
  64. 5f5837d bcache: Do bkey_put() in btree_split() error path by Kent Overstreet · 11 years ago
  65. 7836541 bcache: Rework allocator reserves by Kent Overstreet · 11 years ago
  66. 1dd13c8 bcache: kill closure locking code by Kent Overstreet · 11 years ago
  67. cb7a583 bcache: kill closure locking usage by Kent Overstreet · 11 years ago
  68. a5ae430 bcache: Zero less memory by Kent Overstreet · 11 years ago
  69. d56d000 bcache: Don't touch bucket gen for dirty ptrs by Kent Overstreet · 11 years ago
  70. b0f32a5 bcache: Minor btree cache fix by Kent Overstreet · 11 years ago
  71. 5775e21 bcache: Performance fix for when journal entry is full by Kent Overstreet · 11 years ago
  72. b3fa7e7 bcache: Minor journal fix by Kent Overstreet · 11 years ago
  73. ef71ec0 bcache: Data corruption fix by Kent Overstreet · 11 years ago
  74. 7e664b3 dm space map metadata: fix extending the space map by Joe Thornber · 11 years ago
  75. 12c91a5 dm space map common: make sure new space is used during extend by Joe Thornber · 11 years ago
  76. be35f48 dm: wait until embedded kobject is released before destroying a device by Mikulas Patocka · 11 years ago
  77. 1ddd641 dm: remove pointless kobject comparison in dm_get_from_kobject by Mikulas Patocka · 11 years ago
  78. c1a6416 dm snapshot: call destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() by Chuansheng Liu · 11 years ago
  79. 78e03d6 dm cache policy mq: introduce three promotion threshold tunables by Joe Thornber · 11 years ago
  80. b815805 dm cache policy mq: use list_del_init instead of list_del + INIT_LIST_HEAD by Wei Yongjun · 11 years ago
  81. 8b64e88 dm thin: fix set_pool_mode exposed pool operation races by Mike Snitzer · 11 years ago
  82. 6d16202 dm thin: eliminate the no_free_space flag by Mike Snitzer · 11 years ago
  83. 787a996c dm thin: add error_if_no_space feature by Mike Snitzer · 11 years ago
  84. 8c0f0e8 dm thin: requeue bios to DM core if no_free_space and in read-only mode by Mike Snitzer · 11 years ago
  85. 399cadd dm thin: cleanup and improve no space handling by Mike Snitzer · 11 years ago
  86. 6f7f51d dm thin: log info when growing the data or metadata device by Mike Snitzer · 11 years ago
  87. b533065 dm thin: handle metadata failures more consistently by Joe Thornber · 11 years ago
  88. 88a6621 dm thin: factor out check_low_water_mark and use bools by Joe Thornber · 11 years ago
  89. daec338 dm thin: add mappings to end of prepared_* lists by Mike Snitzer · 11 years ago
  90. 8d30abf dm thin: return error from alloc_data_block if pool is not in write mode by Joe Thornber · 11 years ago
  91. 7f21466 dm thin: use bool rather than unsigned for flags in structures by Mike Snitzer · 11 years ago
  92. 1034318 dm persistent data: cleanup dm-thin specific references in text by Mike Snitzer · 11 years ago
  93. c46985e dm space map metadata: limit errors in sm_metadata_new_block by Mike Snitzer · 11 years ago
  94. 4206546 dm delay: use per-bio data instead of a mempool and slab cache by Mikulas Patocka · 11 years ago
  95. 57a2f23 dm table: remove unused buggy code that extends the targets array by Mikulas Patocka · 11 years ago
  96. 19fa1a6 dm thin: fix discard support to a previously shared block by Joe Thornber · 11 years ago
  97. 16961b0 dm thin: initialize dm_thin_new_mapping returned by get_next_mapping by Mike Snitzer · 11 years ago
  98. b28bc9b Merge tag 'v3.13-rc6' into for-3.14/core by Jens Axboe · 11 years ago
  99. c5fdd53 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  100. 5bd2010 Merge 3.13-rc5 into staging-next by Greg Kroah-Hartman · 11 years ago