1. 3874d73 md/raid0: fix warning message for parameter default_layout by Song Liu · 5 years ago
  2. 33f2c35 md: add feature flag MD_FEATURE_RAID0_LAYOUT by NeilBrown · 5 years ago
  3. c84a137 md/raid0: avoid RAID0 data corruption due to layout confusion. by NeilBrown · 5 years ago
  4. 62f7b19 md raid0/linear: Mark array as 'broken' and fail BIOs if a member is gone by Guilherme G. Piccoli · 5 years ago
  5. af1a889 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47 by Thomas Gleixner · 6 years ago
  6. db6638d blkcg: remove bio->bi_css and instead use bio->bi_blkg by Dennis Zhou · 6 years ago
  7. b5f2954 blkcg: revert blkcg cleanups series by Dennis Zhou · 6 years ago
  8. c839e7a blkcg: remove bio->bi_css and instead use bio->bi_blkg by Dennis Zhou (Facebook) · 6 years ago
  9. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  10. afeee51 md: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  11. 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
  12. b03e0cc md: remove special meaning of ->quiesce(.., 2) by NeilBrown · 7 years ago
  13. 3645e6d Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  14. ddc0882 md: Runtime support for multiple ppls by Pawel Baldysiak · 7 years ago
  15. 8a8e6f8 md/raid0: attach correct cgroup info in bio by Shaohua Li · 7 years ago
  16. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  17. cc27b0c md: fix deadlock between mddev_suspend() and md_write_start() by NeilBrown · 8 years ago
  18. 29efc39 md/md0: optimize raid0 discard handling by Shaohua Li · 8 years ago
  19. e265eb3a Merge branch 'md-next' into md-linus by Shaohua Li · 8 years ago
  20. f00d7c8 md/raid0: fix up bio splitting. by NeilBrown · 8 years ago
  21. 3deff1a md: support REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  22. ea0213e md: superblock changes for PPL by Artur Paszkiewicz · 8 years ago
  23. a682e00 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  24. 2648381 md: disable WRITE SAME if it fails in underlayer disks by Shaohua Li · 8 years ago
  25. dc3b17c block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
  26. 394ed8e md: cleanup mddev flag clear for takeover by Shaohua Li · 8 years ago
  27. 6995f0b md: takeover should clear unrelated bits by Shaohua Li · 8 years ago
  28. 109e376 md: add block tracing for bio_remapping by NeilBrown · 8 years ago
  29. 7660388 md/raid0: replace printk() with pr_*() by NeilBrown · 8 years ago
  30. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  31. 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 9 years ago
  32. 796a5cf md: use bio op accessors by Mike Christie · 9 years ago
  33. b297874 md/raid0: remove empty line printk from dump_zones by Michał Pecio · 9 years ago
  34. 7dedd15 md/raid0: fix uninitialized variable bug by Dan Carpenter · 9 years ago
  35. e3d132d treewide: Fix typos in printk by Masanari Iida · 9 years ago
  36. 66eefe5 md/raid0: apply base queue limits *before* disk_stack_limits by NeilBrown · 9 years ago
  37. e89c6fd Merge linux-block/for-4.3/core into md/for-linux by NeilBrown · 9 years ago
  38. 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 10 years ago
  39. 199dc6e md/raid0: update queue parameter in a safer location. by NeilBrown · 9 years ago
  40. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  41. a811577 md/raid0: fix restore to sector variable in raid0_make_request by Eric Work · 10 years ago
  42. b6538fe md-raid0: conditional mddev->queue access to suit dm-raid by Heinz Mauelshagen · 10 years ago
  43. 753f285 md raid0: access mddev->queue (request queue member) conditionally because it is not set when accessed from dm-raid by Heinz Mauelshagen · 10 years ago
  44. 47d6897 md/raid0: fix bug with chunksize not a power of 2. by NeilBrown · 10 years ago
  45. 0c35bd4 md: fix problems with freeing private data after ->run failure. by NeilBrown · 10 years ago
  46. afa0f55 md: rename ->stop to ->free by NeilBrown · 10 years ago
  47. 5aa61f4 md: split detach operation out from ->stop. by NeilBrown · 10 years ago
  48. 64590f4 md: make merge_bvec_fn more robust in face of personality changes. by NeilBrown · 10 years ago
  49. 5c675f8 md: make ->congested robust against personality changes. by NeilBrown · 10 years ago
  50. f72ffdd md: remove unwanted white space from md.c by NeilBrown · 10 years ago
  51. a8461a6 md/raid0: check for bitmap compatability when changing raid levels. by NeilBrown · 10 years ago
  52. 20d0189 block: Introduce new bio_split() by Kent Overstreet · 11 years ago
  53. ee67891 block: Rename bio_split() -> bio_pair_split() by Kent Overstreet · 11 years ago
  54. 458b76e block: Kill bio_segments()/bi_vcnt usage by Kent Overstreet · 11 years ago
  55. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  56. eea136d md: fix buglet in RAID5 -> RAID0 conversion. by NeilBrown · 12 years ago
  57. 5b83636 block: Change bio_split() to respect the current value of bi_idx by Kent Overstreet · 12 years ago
  58. aa8b57a block: Use bio_sectors() more consistently by Kent Overstreet · 12 years ago
  59. f96c9f3 md/raid0: improve error message when converting RAID4-with-spares to RAID0 by NeilBrown · 12 years ago
  60. 58ebb34 md: raid0: fix error return from create_stripe_zones. by NeilBrown · 12 years ago
  61. a646853 md: fix two bugs when attempting to resize RAID0 array. by NeilBrown · 12 years ago
  62. c83057a md: raid 0 supports TRIM by Shaohua Li · 12 years ago
  63. 4363ac7 block: Implement support for WRITE SAME by Martin K. Petersen · 12 years ago
  64. 24b961f md: Avoid OOPS when reshaping raid1 to raid0 by Jes Sorensen · 13 years ago
  65. 0366ef8 md/raid0: If md_integrity_register() fails, raid0_run() must free the mem. by majianpeng · 13 years ago
  66. ba13da4 md: add proper merge_bvec handling to RAID0 and Linear. by NeilBrown · 13 years ago
  67. dafb20f md: tidy up rdev_for_each usage. by NeilBrown · 13 years ago
  68. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  69. b4fdcb0 Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  70. 056075c md: Add module.h to all files using it implicitly by Paul Gortmaker · 14 years ago
  71. 84fc4b5 md: rename "mdk_personality" to "md_personality" by NeilBrown · 13 years ago
  72. e373ab1 md/raid0: typedef removal: raid0_conf_t -> struct r0conf by NeilBrown · 13 years ago
  73. fd01b88 md: remove typedefs: mddev_t -> struct mddev by NeilBrown · 13 years ago
  74. 3cb0300 md: removing typedefs: mdk_rdev_t -> struct md_rdev by NeilBrown · 13 years ago
  75. 50de8df md/raid0: convert some printks to pr_debug. by NeilBrown · 13 years ago
  76. bdc04e6 md: remove some old DEBUGging code. by NeilBrown · 13 years ago
  77. 5a7bbad block: remove support for bio remapping from ->make_request by Christoph Hellwig · 13 years ago
  78. a91a278 block: Require subsystems to explicitly allocate bio_set integrity mempool by Martin K. Petersen · 14 years ago
  79. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 14 years ago
  80. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  81. da9cf50 md: avoid spinlock problem in blk_throtl_exit by NeilBrown · 14 years ago
  82. f7bee80 md: Fix raid1->raid0 takeover by Krzysztof Wojcik · 14 years ago
  83. fc3a08b Add raid1->raid0 takeover support by Krzysztof Wojcik · 14 years ago
  84. e9c7469 md: implment REQ_FLUSH/FUA support by Tejun Heo · 14 years ago
  85. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  86. 049d6c1 md: enable raid4->raid0 takeover by Maciej Trela · 15 years ago
  87. 001048a md: clear layout after ->raid0 takeover by Maciej Trela · 15 years ago
  88. e93f68a md: fix handling of array level takeover that re-arranges devices. by NeilBrown · 15 years ago
  89. 19fdb9e Merge commit '3ff195b011d7decf501a4d55aeed312731094796' into for-linus by NeilBrown · 15 years ago
  90. b5a2096 md/raid0: tidy up printk messages. by NeilBrown · 15 years ago
  91. 21a52c6 md: pass mddev to make_request functions rather than request_queue by NeilBrown · 15 years ago
  92. 4907732 md: move io accounting out of personalities into md_make_request by NeilBrown · 15 years ago
  93. 9af204c md: Add support for Raid5->Raid0 and Raid10->Raid0 takeover by Trela, Maciej · 15 years ago
  94. 84707f3 md: don't use mddev->raid_disks in raid0 or raid10 while array is active. by NeilBrown · 15 years ago
  95. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  96. 627a2d3 md: deal with merge_bvec_fn in component devices better. by NeilBrown · 15 years ago
  97. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 15 years ago
  98. 0efb9e6 md: add MODULE_DESCRIPTION for all md related modules. by NeilBrown · 15 years ago
  99. a2826aa md: support barrier requests on all personalities. by NeilBrown · 15 years ago
  100. 3fa841d md: report device as congested when suspended by NeilBrown · 15 years ago