1. c7cfdf5 dm flakey: dont use map_context by Mikulas Patocka · 12 years ago
  2. 89c7cd8 dm raid1: rename read_record to bio_record by Mikulas Patocka · 12 years ago
  3. ddbd658 dm: move target request nr to dm_target_io by Mikulas Patocka · 12 years ago
  4. 42bc954 dm snapshot: use per_bio_data by Mikulas Patocka · 12 years ago
  5. e42c3f9 dm verity: use per_bio_data by Mikulas Patocka · 12 years ago
  6. 39cf0ed dm raid1: use per_bio_data by Mikulas Patocka · 12 years ago
  7. c0820cf dm: introduce per_bio_data by Mikulas Patocka · 12 years ago
  8. 70d6c40 dm kcopyd: add WRITE SAME support to dm_kcopyd_zero by Mike Snitzer · 12 years ago
  9. 4f0b70b dm linear: add WRITE SAME support by Mike Snitzer · 12 years ago
  10. 23508a9 dm: add WRITE SAME support by Mike Snitzer · 12 years ago
  11. d54eaa5 dm: prepare to support WRITE SAME by Mike Snitzer · 12 years ago
  12. 9c5091f dm ioctl: use kmalloc if possible by Mikulas Patocka · 12 years ago
  13. 5023e5c dm ioctl: remove PF_MEMALLOC by Mikulas Patocka · 12 years ago
  14. 7960123 dm persistent data: improve improve space map block alloc failure message by Joe Thornber · 12 years ago
  15. c397741 dm thin: use DMERR_LIMIT for errors by Mike Snitzer · 12 years ago
  16. 89ddeb8 dm persistent data: use DMERR_LIMIT for errors by Mike Snitzer · 12 years ago
  17. a5bd968 dm block manager: reinstate message when validator fails by Mike Snitzer · 12 years ago
  18. 3a0f9aa dm raid: round region_size to power of two by Jonathan Brassow · 12 years ago
  19. 2aab385 dm thin: cleanup dead code by Joe Thornber · 12 years ago
  20. f286ba0 dm thin: rename cell_defer_except to cell_defer_no_holder by Joe Thornber · 12 years ago
  21. 9aa0c0e dm snapshot: optimize track_chunk by Mikulas Patocka · 12 years ago
  22. 19cbbc6 dm raid: use DM_ENDIO_INCOMPLETE by Mikulas Patocka · 12 years ago
  23. 7c27213 dm raid1: remove impossible mempool_alloc error test by Mikulas Patocka · 12 years ago
  24. 018debe dm thin: emit ignore_discard in status when discards disabled by Mike Snitzer · 12 years ago
  25. e3cbf94 dm persistent data: fix nested btree deletion by Joe Thornber · 12 years ago
  26. 563af18 dm thin: wake worker when discard is prepared by Joe Thornber · 12 years ago
  27. e808807 dm thin: fix race between simultaneous io and discards to same block by Joe Thornber · 12 years ago
  28. b7ca9c9 dm thin: replace dm_cell_release_singleton with cell_defer_except by Joe Thornber · 12 years ago
  29. c1a9467 dm: disable WRITE SAME by Mike Snitzer · 12 years ago
  30. e910d7e dm ioctl: prevent unsafe change to dm_ioctl data_size by Alasdair G Kergon · 12 years ago
  31. 550929f dm persistent data: rename node to btree_node by Mikulas Patocka · 12 years ago
  32. 4ccc804586 Merge tag 'md-3.7-fixes' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  33. 874807a md/raid1{,0}: fix deadlock in bitmap_unplug. by NeilBrown · 12 years ago
  34. 1d838d7 Merge tag 'md-3.7-fixes' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  35. a8c32a5 dm: fix deadlock with request based dm and queue request_fn recursion by Jens Axboe · 12 years ago
  36. 884162d md/raid10: decrement correct pending counter when writing to replacement. by NeilBrown · 12 years ago
  37. e7c0c3f md/raid10: close race that lose writes lost when replacement completes. by NeilBrown · 12 years ago
  38. ca64cae md/raid5: Make sure we clear R5_Discard when discard is finished. by NeilBrown · 12 years ago
  39. ef5b7c6 md/raid5: move resolving of reconstruct_state earlier in stripe_handle. by NeilBrown · 12 years ago
  40. 4ac6875 md/raid5: round discard alignment up to power of 2. by NeilBrown · 12 years ago
  41. 5eff3c4 md: make sure everything is freed when dm-raid stops an array. by NeilBrown · 12 years ago
  42. 35f9ac2 md: Avoid write invalid address if read_seqretry returned true. by majianpeng · 12 years ago
  43. ab05613 md: Reassigned the parameters if read_seqretry returned true in func md_is_badblock. by majianpeng · 12 years ago
  44. ed30be0 MD RAID10: Fix oops when creating RAID10 arrays via dm-raid.c by Jonathan Brassow · 12 years ago
  45. 02b898f md/raid1: Fix assembling of arrays containing Replacements. by NeilBrown · 12 years ago
  46. 0be1fec md faulty: use disk_stack_limits() by Eric Sandeen · 12 years ago
  47. 9db9088 Merge tag 'md-3.7' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  48. dba1416 dm: store dm_target_io in bio front_pad by Mikulas Patocka · 12 years ago
  49. 4f81a41 dm thin: move bio_prison code to separate module by Mike Snitzer · 12 years ago
  50. 44feb38 dm thin: prepare to separate bio_prison code by Mike Snitzer · 12 years ago
  51. 28eed34 dm thin: support discard with non power of two block size by Mike Snitzer · 12 years ago
  52. 0bcf087 dm persistent data: convert to use le32_add_cpu by Wei Yongjun · 12 years ago
  53. fe5fe90 dm: use ACCESS_ONCE for sysfs values by Mikulas Patocka · 12 years ago
  54. 54499af dm bufio: use list_move by Wei Yongjun · 12 years ago
  55. a71a261 dm mpath: fix check for null mpio in end_io fn by Wei Yongjun · 12 years ago
  56. 72f36d5 md: refine reporting of resync/reshape delays. by NeilBrown · 12 years ago
  57. e56108d6 md/raid5: be careful not to resize_stripes too big. by NeilBrown · 12 years ago
  58. db07d85 md: make sure manual changes to recovery checkpoint are saved. by NeilBrown · 12 years ago
  59. 91502f0 md/raid10: use correct limit variable by Dan Carpenter · 12 years ago
  60. 48c26dd md: writing to sync_action should clear the read-auto state. by NeilBrown · 12 years ago
  61. 7f7583d Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid races by Jianpeng Ma · 12 years ago
  62. 1ed850f md/raid5: make sure to_read and to_write never go negative. by NeilBrown · 12 years ago
  63. a785448 md: When RAID5 is dirty, force reconstruct-write instead of read-modify-write. by Alexander Lyakas · 12 years ago
  64. b97390a md/raid5: protect debug message against NULL derefernce. by NeilBrown · 12 years ago
  65. 143c4d0 md/raid5: add some missing locking in handle_failed_stripe. by NeilBrown · 12 years ago
  66. 9e444768 MD: raid5 avoid unnecessary zero page for trim by Shaohua Li · 12 years ago
  67. 620125f MD: raid5 trim support by Shaohua Li · 12 years ago
  68. 582e2e0 md/bitmap:Don't use IS_ERR to judge alloc_page(). by Jianpeng Ma · 12 years ago
  69. 7ad4d4a md/raid1: Don't release reference to device while handling read error. by NeilBrown · 12 years ago
  70. fd17748 raid: replace list_for_each_continue_rcu with new interface by Michael Wang · 12 years ago
  71. 761becf DM RAID: Fix for "sync" directive ineffectiveness by Jonathan Brassow · 12 years ago
  72. 7386199 DM RAID: Fix comparison of index and quantity for "rebuild" parameter by Jonathan Brassow · 12 years ago
  73. 4ec1e36 DM RAID: Add rebuild capability for RAID10 by Jonathan Brassow · 12 years ago
  74. eb64912 DM RAID: Move 'rebuild' checking code to its own function by Jonathan Brassow · 12 years ago
  75. 2863b9e MD RAID10: Prep for DM RAID10 device replacement capability by Jonathan Brassow · 12 years ago
  76. 1ca69c4 md: avoid taking the mutex on some ioctls. by NeilBrown · 12 years ago
  77. 4ed8731 MD: change the parameter of md thread by Shaohua Li · 12 years ago
  78. 57c67df md/raid10: submit IO from originating thread instead of md thread. by NeilBrown · 12 years ago
  79. 532a2a3 md: raid 10 supports TRIM by Shaohua Li · 12 years ago
  80. 2ff8cc2 md: raid 1 supports TRIM by Shaohua Li · 12 years ago
  81. c83057a md: raid 0 supports TRIM by Shaohua Li · 12 years ago
  82. f1cad2b md: linear supports TRIM by Shaohua Li · 12 years ago
  83. bc78c57 md/linear: rcu_dereference outside read-lock section by Denis Efremov · 12 years ago
  84. ce40be7 Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  85. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  86. c3a086e Merge tag 'dm-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm by Linus Torvalds · 12 years ago
  87. 80b4812 md/raid10: fix "enough" function for detecting if array is failed. by NeilBrown · 12 years ago
  88. 1d55f6b dm verity: fix overflow check by Mikulas Patocka · 12 years ago
  89. 0424caa dm thin: fix discard support for data devices by Mike Snitzer · 12 years ago
  90. 9bc142d dm thin: tidy discard support by Mike Snitzer · 12 years ago
  91. 3ae7065 dm: retain table limits when swapping to new table with no devices by Mike Snitzer · 12 years ago
  92. c3c4555e dm table: clear add_random unless all devices have it set by Milan Broz · 12 years ago
  93. ba1cbad dm: handle requests beyond end of device instead of using BUG_ON by Mike Snitzer · 12 years ago
  94. 7ba10aa dm mpath: only retry ioctl when no paths if queue_if_no_path set by Mike Snitzer · 12 years ago
  95. 307615a dm thin: do not set discard_zeroes_data by Mike Snitzer · 12 years ago
  96. cb13ff6 md/raid5: add missing spin_lock_init. by NeilBrown · 12 years ago
  97. 4363ac7 block: Implement support for WRITE SAME by Martin K. Petersen · 12 years ago
  98. 6dafab6 md: make sure metadata is updated when spares are activated or removed. by NeilBrown · 12 years ago
  99. e5c8647 md/raid5: fix calculate of 'degraded' when a replacement becomes active. by NeilBrown · 12 years ago
  100. a852d7b Revert "md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE." by NeilBrown · 12 years ago