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