1. 070ec55 md: remove mddev_to_conf "helper" macro by NeilBrown · 15 years ago
  2. a6b3dea md: raid0: remove setting of segment boundary. by NeilBrown · 15 years ago
  3. b414579 md: raid0: remove ->dev pointer from strip_zone structure by NeilBrown · 15 years ago
  4. 49f357a2 md: raid0: remove ->sectors from the strip_zone structure. by NeilBrown · 15 years ago
  5. fb5ab4b md: raid0: Fix a memory leak when stopping a raid0 array. by Andre Noll · 15 years ago
  6. ed7b003 md: raid0: Allocate all buffers for the raid0 configuration in one function. by Andre Noll · 15 years ago
  7. 5568a60 md: raid0: Make raid0_run() return a proper error code. by Andre Noll · 15 years ago
  8. 8f79cfc md: raid0: Remove hash spacing and sector shift. by Andre Noll · 15 years ago
  9. 09770e0 md: raid0: Remove hash table. by Andre Noll · 15 years ago
  10. d27a43ab md/raid0: two cleanups in create_stripe_zones. by NeilBrown · 15 years ago
  11. dc58266 md: raid0: Replace hash table lookup by looping over all strip_zones. by Andre Noll · 15 years ago
  12. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  13. 8623661 Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  14. 5578213 tracing/events: convert block trace points to TRACE_EVENT() by Li Zefan · 15 years ago
  15. 0e6e027 md/raid5: fix bug in reshape code when chunk_size decreases. by NeilBrown · 15 years ago
  16. a8c906c md/raid5 - avoid deadlocks in get_active_stripe during reshape by NeilBrown · 15 years ago
  17. f001a70 md/raid5: use conf->raid_disks in preference to mddev->raid_disk by NeilBrown · 15 years ago
  18. 9df1bb9 Revert "block: Fix bounce limit setting in DM" by Jens Axboe · 15 years ago
  19. a05c0205 block: Fix bounce limit setting in DM by Martin K. Petersen · 15 years ago
  20. ed37d83 md: raid5: change incorrect usage of 'min' macro to 'min_t' by NeilBrown · 15 years ago
  21. b492b85 md: don't use locked_ioctl. by NeilBrown · 15 years ago
  22. 7a91ee1 md: don't update curr_resync_completed without also updating reshape_position. by NeilBrown · 15 years ago
  23. 848b318 md: raid5: avoid sector values going negative when testing reshape progress. by NeilBrown · 15 years ago
  24. b6a9ce6 md: export 'frozen' resync state through sysfs by NeilBrown · 15 years ago
  25. be51269 md: bitmap: improve bitmap maintenance code. by NeilBrown · 15 years ago
  26. 2b69c83 md: improve errno return when setting array_size by NeilBrown · 15 years ago
  27. 62e1e38 md: always update level / chunk_size / layout when writing v1.x metadata. by NeilBrown · 15 years ago
  28. ae03bf6 block: Use accessor functions for queue limits by Martin K. Petersen · 15 years ago
  29. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  30. 1079cac Merge commit 'v2.6.30-rc6' into tracing/core by Ingo Molnar · 15 years ago
  31. 44347d9 Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  32. c464729 md: remove rd%d links immediately after stopping an array. by NeilBrown · 15 years ago
  33. 5bf2959 md: remove ability to explicit set an inactive array to 'clean'. by NeilBrown · 15 years ago
  34. 110518b md: constify VFTs by Jan Engelhardt · 15 years ago
  35. dd71cf6 md: tidy up status_resync to handle large arrays. by NeilBrown · 15 years ago
  36. db305e5 md: fix some (more) errors with bitmaps on devices larger than 2TB. by NeilBrown · 15 years ago
  37. 1805556 md/raid10: don't clear bitmap during recovery if array will still be degraded. by NeilBrown · 15 years ago
  38. b74fd28 md: fix loading of out-of-date bitmap. by NeilBrown · 15 years ago
  39. 22a7c31 blktrace: from-sector redundant in trace_block_remap by Alan D. Brunelle · 15 years ago
  40. 2edbdd1 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 15 years ago
  41. 1f59390 md: support bitmaps on RAID10 arrays larger then 2 terabytes by NeilBrown · 15 years ago
  42. c03f6a1 md: update sync_completed and reshape_position even more often. by NeilBrown · 15 years ago
  43. 8f3d8ba block: move bio list helpers into bio.h by Christoph Hellwig · 16 years ago
  44. acb180b md: improve usefulness and accuracy of sysfs file md/sync_completed. by NeilBrown · 15 years ago
  45. 6d56e27 md: allow setting newly added device to 'in_sync' via sysfs. by NeilBrown · 15 years ago
  46. 63fe081 md: tiny md.h cleanups by Christoph Hellwig · 15 years ago
  47. 340cd44 dm kcopyd: fix callback race by Mikulas Patocka · 16 years ago
  48. 7383085 dm kcopyd: prepare for callback race fix by Mikulas Patocka · 16 years ago
  49. af7e466 dm: implement basic barrier support by Mikulas Patocka · 16 years ago
  50. 92c6390 dm: remove dm_request loop by Mikulas Patocka · 16 years ago
  51. 3b00b20 dm: rework queueing and suspension by Mikulas Patocka · 16 years ago
  52. 54d9a1b dm: simplify dm_request loop by Alasdair G Kergon · 16 years ago
  53. 1eb787e dm: split DMF_BLOCK_IO flag into two by Alasdair G Kergon · 16 years ago
  54. df12ee9 dm: rearrange dm_wq_work by Alasdair G Kergon · 16 years ago
  55. 692d0eb dm: remove limited barrier support by Mikulas Patocka · 16 years ago
  56. 9c47008 dm: add integrity support by Martin K. Petersen · 16 years ago
  57. 91a9e99 md/raid1: fix build breakage by Alexander Beregalov · 16 years ago
  58. 303a0e1 md/raid1 - don't assume newly allocated bvecs are initialised. by NeilBrown · 16 years ago
  59. d9b9be0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 16 years ago
  60. 223cdea Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 16 years ago
  61. 99360b4 dm: set queue ordered mode by Mikulas Patocka · 16 years ago
  62. b44ebeb dm: move wait queue declaration by Mikulas Patocka · 16 years ago
  63. 022c261 dm: merge pushback and deferred bio lists by Mikulas Patocka · 16 years ago
  64. 401600d dm: allow uninterruptible wait for pending io by Mikulas Patocka · 16 years ago
  65. ef20858 dm: merge __flush_deferred_io into caller by Mikulas Patocka · 16 years ago
  66. f0b9a45 dm: move bio_io_error into __split_and_process_bio by Mikulas Patocka · 16 years ago
  67. 8a53c28 dm: rename __split_bio by Mikulas Patocka · 16 years ago
  68. 53d5914 dm: remove unnecessary struct dm_wq_req by Mikulas Patocka · 16 years ago
  69. 9a1fb46 dm: remove unnecessary work queue context field by Mikulas Patocka · 16 years ago
  70. 1437739 dm: remove unnecessary work queue type field by Mikulas Patocka · 16 years ago
  71. 99c75e3 dm: bio list add bio_list_add_head by Mikulas Patocka · 16 years ago
  72. a32079c dm snapshot: persistent fix dtr cleanup by Jonathan Brassow · 16 years ago
  73. 1e302a9 dm snapshot: move status to exception store by Jonathan Brassow · 16 years ago
  74. fee1998 dm snapshot: move ctr parsing to exception store by Jonathan Brassow · 16 years ago
  75. 2e4a31d dm snapshot: use DMEMIT macro for status by Jonathan Brassow · 16 years ago
  76. ccc45ea dm snapshot: remove dm_snap header by Jonathan Brassow · 16 years ago
  77. 71fab00 dm snapshot: remove dm_snap header use by Jonathan Brassow · 16 years ago
  78. 49beb2b dm exception store: move cow pointer by Jonathan Brassow · 16 years ago
  79. d021684 dm exception store: move chunk_fields by Jonathan Brassow · 16 years ago
  80. 0cea9c7 dm exception store: move dm_target pointer by Jonathan Brassow · 16 years ago
  81. 493df71 dm exception store: introduce registry by Jonathan Brassow · 16 years ago
  82. 7513c2a dm raid1: add is_remote_recovering hook for clusters by Jonathan Brassow · 16 years ago
  83. b2a1146 dm exception store: separate type from instance by Jonathan Brassow · 16 years ago
  84. ec44ab9 dm log: remove struct dm_dirty_log_internal by Mike Snitzer · 16 years ago
  85. 84e67c9 dm log: use standard kernel module refcount by Mike Snitzer · 16 years ago
  86. b81d6cf dm crypt: use kzfree by Johannes Weiner · 16 years ago
  87. 45194e4 dm target: remove struct tt_internal by Cheng Renquan · 16 years ago
  88. 570b9d9 dm table: fix upgrade mode race by Alasdair G Kergon · 16 years ago
  89. aea9058 dm: path selector use module refcount directly by Jun'ichi Nomura · 16 years ago
  90. 5642b8a dm target: use module refcount directly by Cheng Renquan · 16 years ago
  91. 35bf659 dm snapshot: avoid having two exceptions for the same chunk by Mikulas Patocka · 16 years ago
  92. c662139 dm snapshot: avoid dropping lock in __find_pending_exception by Mikulas Patocka · 16 years ago
  93. 2913808 dm snapshot: refactor __find_pending_exception by Mikulas Patocka · 16 years ago
  94. b64b6bf dm io: make sync_io uninterruptible by Mikulas Patocka · 16 years ago
  95. 95f8fac dm raid1: switch read_record from kmalloc to slab to save memory by Mikulas Patocka · 16 years ago
  96. a920f6b dm: preserve bi_io_vec when resubmitting bios by Mikulas Patocka · 16 years ago
  97. c8f517c md/raid5 revise rules for when to update metadata during reshape by NeilBrown · 16 years ago
  98. b0f9ec0 md/raid5: minor code cleanups in make_request. by NeilBrown · 16 years ago
  99. 2cffc4a md: remove CONFIG_MD_RAID_RESHAPE config option. by NeilBrown · 16 years ago
  100. ab69ae1 md/raid5: be more careful about write ordering when reshaping. by NeilBrown · 16 years ago