1. b936bf8 dm cache: avoid conflicting remove_mapping() in mq policy by Geert Uytterhoeven · 11 years ago
  2. c271f5b Merge tag 'md/3.11-fixes' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  3. f94c0b6 md/raid5: fix interaction of 'replace' and 'recovery'. by NeilBrown · 11 years ago
  4. 0eb25bb md/raid10: remove use-after-free bug. by NeilBrown · 11 years ago
  5. d4c90b1 Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  6. 30bc9b5 md/raid1: fix bio handling problems in process_checks() by NeilBrown · 11 years ago
  7. 5024c29 md: Remove recent change which allows devices to skip recovery. by NeilBrown · 11 years ago
  8. 7bb23c4 md/raid10: fix two problems with RAID10 resync. by NeilBrown · 11 years ago
  9. 79826c3 bcache: Allocation kthread fixes by Kent Overstreet · 11 years ago
  10. 29ebf46 bcache: Fix GC_SECTORS_USED() calculation by Kent Overstreet · 11 years ago
  11. faa5673 bcache: Journal replay fix by Kent Overstreet · 11 years ago
  12. 5caa52a bcache: Shutdown fix by Kent Overstreet · 11 years ago
  13. c9502ea bcache: Fix a sysfs splat on shutdown by Kent Overstreet · 11 years ago
  14. 54d12f2 bcache: Advertise that flushes are supported by Kent Overstreet · 11 years ago
  15. d2a65ce bcache: check for allocation failures by Dan Carpenter · 11 years ago
  16. 6aa8f1a bcache: Fix a dumb race by Kent Overstreet · 11 years ago
  17. 9903883f Merge tag 'dm-3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm by Linus Torvalds · 11 years ago
  18. 9d0eb0a dm: add switch target by Jim Ramsay · 11 years ago
  19. 2a7faeb dm: optimize reorder structure by Mikulas Patocka · 11 years ago
  20. 83d5e5b dm: optimize use SRCU and RCU by Mikulas Patocka · 11 years ago
  21. 2480945 dm bufio: submit writes outside lock by Mikulas Patocka · 11 years ago
  22. 43aeaa2 dm cache: fix arm link errors with inline by Mikulas Patocka · 11 years ago
  23. 553d8fe dm verity: use __ffs and __fls by Mikulas Patocka · 11 years ago
  24. 75e3a0f dm flakey: correct ctr alloc failure mesg by Alasdair G Kergon · 11 years ago
  25. 5d8be84 dm verity: remove pointless comparison by Mikulas Patocka · 11 years ago
  26. 220cd05 dm: use __GFP_HIGHMEM in __vmalloc by Mikulas Patocka · 11 years ago
  27. b1bf2de dm verity: fix inability to use a few specific devices sizes by Mikulas Patocka · 11 years ago
  28. 1c0e883 dm ioctl: set noio flag to avoid __vmalloc deadlock by Mikulas Patocka · 11 years ago
  29. 6c182cd dm mpath: fix ioctl deadlock when no paths by Hannes Reinecke · 11 years ago
  30. 80cc38b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  31. 1376512 md/raid10: fix bug which causes all RAID10 reshapes to move no data. by NeilBrown · 11 years ago
  32. fdcfbbb md/raid5: allow 5-device RAID6 to be reshaped to 4-device. by NeilBrown · 11 years ago
  33. 78eaa0d md/raid10: fix two bugs affecting RAID10 reshape. by NeilBrown · 11 years ago
  34. 8e51e41 bcache: Use standard utility code by Kent Overstreet · 11 years ago
  35. f3059a5 bcache: Delete fuzz tester by Kent Overstreet · 11 years ago
  36. 36c9ea9 bcache: Document shrinker reserve better by Kent Overstreet · 11 years ago
  37. e49c7c3 bcache: FUA fixes by Kent Overstreet · 11 years ago
  38. ab9e140 bcache: Send label uevents by Gabriel de Perthuis · 11 years ago
  39. a25c32b bcache: Send a uevent with a cached device's UUID by Gabriel de Perthuis · 11 years ago
  40. 72c2706 bcache: Write out full stripes by Kent Overstreet · 11 years ago
  41. 279afba bcache: Track dirty data by stripe by Kent Overstreet · 11 years ago
  42. 444fc0b bcache: Initialize sectors_dirty when attaching by Kent Overstreet · 11 years ago
  43. 6ded34d bcache: Improve lazy sorting by Kent Overstreet · 11 years ago
  44. 85b1492 bcache: Rip out pkey()/pbtree() by Kent Overstreet · 11 years ago
  45. c37511b bcache: Fix/revamp tracepoints by Kent Overstreet · 11 years ago
  46. 5794351 bcache: Refactor btree io by Kent Overstreet · 11 years ago
  47. 119ba0f bcache: Convert allocator thread to kthread by Kent Overstreet · 11 years ago
  48. a9dd53a bcache: Warn when a device is already registered. by Gabriel de Perthuis · 11 years ago
  49. bbc77aa bcache: fix a spurious gcc complaint, use scnprintf by Kent Overstreet · 11 years ago
  50. 5c69412 md: bcache: io.c: fix a potential NULL pointer dereference by Kumar Amit Mehta · 11 years ago
  51. c4a3955 MD: Remember the last sync operation that was performed by Jonathan Brassow · 11 years ago
  52. eea136d md: fix buglet in RAID5 -> RAID0 conversion. by NeilBrown · 11 years ago
  53. 48a7302 md: bcache: Fixed a typo with the word 'arithmetic' by Phil Viana · 11 years ago
  54. 725d6e5 md/raid10: check In_sync flag in 'enough()'. by NeilBrown · 11 years ago
  55. 635f641 md/raid10: locking changes for 'enough()'. by NeilBrown · 11 years ago
  56. b29bebd md: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
  57. 90f5f7a md: Wait for md_check_recovery before attempting device removal. by Hannes Reinecke · 11 years ago
  58. 3f6bbd3 dm-raid: silence compiler warning on rebuilds_per_group. by NeilBrown · 11 years ago
  59. a4dc163 DM RAID: Fix raid_resume not reviving failed devices in all cases by Jonathan Brassow · 11 years ago
  60. f381e71 DM RAID: Break-up untidy function by Jonathan Brassow · 11 years ago
  61. 9092c02 DM RAID: Add ability to restore transiently failed devices on resume by Jonathan Brassow · 11 years ago
  62. 82ea4be Merge tag 'md-3.10-fixes' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  63. 5026d7a md/raid1,5,10: Disable WRITE SAME until a recovery strategy is in place by H. Peter Anvin · 11 years ago
  64. e2d5992 md/raid1,raid10: use freeze_array in place of raise_barrier in various places. by NeilBrown · 11 years ago
  65. 3056e3a md/raid1: consider WRITE as successful only if at least one non-Faulty and non-rebuilding drive completed it. by Alex Lyakas · 11 years ago
  66. 6b6204e md: md_stop_writes() should always freeze recovery. by NeilBrown · 11 years ago
  67. b2cc9c1 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  68. 4997b72 raid5: Initialize bi_vcnt by Kent Overstreet · 11 years ago
  69. 610bba8 dm thin: fix metadata dev resize detection by Alasdair G Kergon · 11 years ago
  70. c0a363f Merge branch 'bcache-for-upstream' of git://evilpiepirate.org/~kent/linux-bcache into for-linus by Jens Axboe · 11 years ago
  71. f59fce8 bcache: Fix error handling in init code by Kent Overstreet · 11 years ago
  72. bbb1c3b bcache: drop "select CLOSURES" by Paul Bolle · 11 years ago
  73. 867e116 bcache: Fix incompatible pointer type warning by Emil Goode · 11 years ago
  74. 2f14f4b dm cache: set config value by Joe Thornber · 11 years ago
  75. 2c73c47 dm cache: move config fns by Alasdair G Kergon · 11 years ago
  76. ac8c3f3 dm thin: generate event when metadata threshold passed by Joe Thornber · 11 years ago
  77. 2fc4802 dm persistent metadata: add space map threshold callback by Joe Thornber · 11 years ago
  78. 7c3d3f2 dm persistent data: add threshold callback to space map by Joe Thornber · 11 years ago
  79. 24347e9 dm thin: detect metadata device resizing by Joe Thornber · 11 years ago
  80. 1921c56 dm persistent data: support space map resizing by Joe Thornber · 11 years ago
  81. 5d0db96 dm thin: open dev read only when possible by Joe Thornber · 11 years ago
  82. b17446d dm thin: refactor data dev resize by Joe Thornber · 11 years ago
  83. 8c5008f dm cache: replace memcpy with struct assignment by Joe Thornber · 11 years ago
  84. aeed142 dm cache: fix typos in comments by Joe Thornber · 11 years ago
  85. e12c1fd dm cache policy: fix description of lookup fn by Alasdair G Kergon · 11 years ago
  86. 88a488f dm persistent data: fix error message typos by Joe Thornber · 11 years ago
  87. f8350da dm cache: tune migration throttling by Joe Thornber · 11 years ago
  88. 042bcef dm mpath: enable WRITE SAME support by Mike Snitzer · 11 years ago
  89. dc019b2 dm table: fix write same support by Mike Snitzer · 11 years ago
  90. 502624b dm bufio: avoid a possible __vmalloc deadlock by Mikulas Patocka · 11 years ago
  91. 09e8b81 dm snapshot: fix error return code in snapshot_ctr by Wei Yongjun · 11 years ago
  92. fa4d683 dm cache: fix error return code in cache_create by Wei Yongjun · 11 years ago
  93. d793e684 dm stripe: fix regression in stripe_width calculation by Mike Snitzer · 11 years ago
  94. ebb3727 Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  95. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  96. db2a144 block_device_operations->release() should return void by Al Viro · 11 years ago
  97. ee66850 bcache: Use bd_link_disk_holder() by Kent Overstreet · 11 years ago
  98. 86b26b8 bcache: Allocator cleanup/fixes by Kent Overstreet · 11 years ago
  99. 32f9f57 MD: ignore discard request for hard disks of hybid raid1/raid10 array by Shaohua Li · 11 years ago
  100. 486adf7 md: bad block list should default to disabled. by NeilBrown · 11 years ago