1. 5ab9758 dm table: replace struct io_restrictions with struct queue_limits by Mike Snitzer · 15 years ago
  2. be6d430 dm table: validate device logical_block_size by Mike Snitzer · 15 years ago
  3. 02acc3a dm table: ensure targets are aligned to logical_block_size by Mike Snitzer · 15 years ago
  4. 60935eb dm ioctl: support cookies for udev by Milan Broz · 15 years ago
  5. 486d220 dm: sysfs add suspended attribute by Peter Rajnoha · 15 years ago
  6. 1b6da75 dm table: improve warning message when devices not freed before destruction by Jonthan Brassow · 15 years ago
  7. f392ba8 dm mpath: add service time load balancer by Kiyoshi Ueda · 15 years ago
  8. fd5e033 dm mpath: add queue length load balancer by Kiyoshi Ueda · 15 years ago
  9. 02ab823 dm mpath: add start_io and nr_bytes to path selectors by Kiyoshi Ueda · 15 years ago
  10. 2bd0234 dm snapshot: use barrier when writing exception store by Mikulas Patocka · 15 years ago
  11. 51aa322 dm io: retry after barrier error by Mikulas Patocka · 15 years ago
  12. 5af443a dm io: record eopnotsupp by Mikulas Patocka · 15 years ago
  13. 494b3ee dm snapshot: support barriers by Mikulas Patocka · 15 years ago
  14. 8627921 dm mpath: support barriers by Mikulas Patocka · 15 years ago
  15. c927259 dm delay: support barriers by Mikulas Patocka · 15 years ago
  16. 647c7db dm crypt: support flush by Mikulas Patocka · 15 years ago
  17. 374bf7e dm: stripe support flush by Mikulas Patocka · 15 years ago
  18. 433bcac dm: linear support flush by Mikulas Patocka · 15 years ago
  19. 52b1fd5 dm: send empty barriers to targets in dm_flush by Mikulas Patocka · 15 years ago
  20. 9015df2 dm: initialise tio in alloc_tio by Alasdair G Kergon · 15 years ago
  21. f9ab94c dm: introduce num_flush_requests by Mikulas Patocka · 15 years ago
  22. 27eaa14 dm: remove check that prevents mapping empty bios by Mikulas Patocka · 15 years ago
  23. fdb9572 dm: remove EOPNOTSUPP for barriers by Mikulas Patocka · 15 years ago
  24. 5aa2781 dm: store only first barrier error by Mikulas Patocka · 15 years ago
  25. 2761e95 dm: process requeue in dm_wq_work by Mikulas Patocka · 15 years ago
  26. 531fe96 dm: make dm_flush return void by Mikulas Patocka · 15 years ago
  27. 32a926d dm: always hold bdev reference by Mikulas Patocka · 15 years ago
  28. db8fef4 dm: rename suspended_bdev to bdev by Mikulas Patocka · 15 years ago
  29. f6bd4eb dm exception store: fix exstore lookup to be case insensitive by Jonathan Brassow · 15 years ago
  30. 5657e8f dm: use i_size_read by Mikulas Patocka · 15 years ago
  31. 8cbeb67 dm: avoid unsupported spanning of md stripe boundaries by Mikulas Patocka · 15 years ago
  32. 53b351f dm mpath: flush keventd queue in destructor by Mikulas Patocka · 15 years ago
  33. a72986c dm raid1: keep retrying alloc if mempool_alloc failed by Mikulas Patocka · 15 years ago
  34. e54f77d dm mpath: call activate fn for each path in pg_init by Chandra Seetharaman · 15 years ago
  35. a0cf7ea dm mpath: change attached scsi_dh by Hannes Reinecke · 15 years ago
  36. 4d89b7b dm: sysfs skip output when device is being destroyed by Milan Broz · 15 years ago
  37. e094f4f dm mpath: validate hw_handler argument count by Mikulas Patocka · 15 years ago
  38. 0e0497c dm mpath: validate table argument count by Mikulas Patocka · 15 years ago
  39. 31583d6a Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  40. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  41. 9729a6e Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 15 years ago
  42. 48606a9 md/raid5: correctly update sync_completed when we reach max_resync by NeilBrown · 15 years ago
  43. 7a3ab90 md/raid5: add missing call to schedule() after prepare_to_wait() by Dan Williams · 15 years ago
  44. 495d357 md/linear: use call_rcu to free obsolete 'conf' structures. by NeilBrown · 15 years ago
  45. af11c39 md linear: Protecting mddev with rcu locks to avoid races by SandeepKsinha · 15 years ago
  46. 0894cc3 md: Move check for bitmap presence to personality code. by Andre Noll · 15 years ago
  47. 8190e75 md: remove chunksize rounding from common code. by NeilBrown · 15 years ago
  48. 13f2682 md: raid0/linear: ensure device sizes are rounded to chunk size. by NeilBrown · 15 years ago
  49. 1b57f13 md: move assignment of ->utime so that it never gets skipped. by NeilBrown · 15 years ago
  50. 8c6ac86 md: Push down reconstruction log message to personality code. by Andre Noll · 15 years ago
  51. 50ac168 md: merge reconfig and check_reshape methods. by NeilBrown · 15 years ago
  52. 597a711 md: remove unnecessary arguments from ->reconfig method. by NeilBrown · 15 years ago
  53. 01ee22b md: raid5: check stripe cache is large enough in start_reshape by NeilBrown · 15 years ago
  54. d6e412e md: raid0: chunk_sectors cleanups. by NeilBrown · 15 years ago
  55. cdc2ae6 md: fix some comments. by Andre Noll · 15 years ago
  56. 0ba459d md/raid5: Use is_power_of_2() in raid5_reconfig()/raid6_reconfig(). by Andre Noll · 15 years ago
  57. 09c9e5f md: convert conf->chunk_size and conf->prev_chunk to sectors. by Andre Noll · 15 years ago
  58. 664e7c4 md: Convert mddev->new_chunk to sectors. by Andre Noll · 15 years ago
  59. 9d8f036 md: Make mddev->chunk_size sector-based. by Andre Noll · 15 years ago
  60. 6fd0330 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  61. e212d6f block: remove some includings of blktrace_api.h by Li Zefan · 15 years ago
  62. fbb704e md: raid0 :Enables chunk size other than powers of 2. by raz ben yehuda · 15 years ago
  63. 2ac06c3 md: prepare for non-power-of-two chunk sizes by raz ben yehuda · 15 years ago
  64. 740da449 md: raid5: chunk size check in setup_conf by raz ben yehuda · 15 years ago
  65. 964e791 md: raid10: chunk size check in run by raz ben yehuda · 15 years ago
  66. 92e59b6 md: raid0: chunk size check in raid0_run by raz ben yehuda · 15 years ago
  67. 4699419 md: have raid0 report its formation by raz ben yehuda · 15 years ago
  68. 1b96142 md: have raid0 compile with MD_DEBUG on by raz ben yehuda · 15 years ago
  69. aece3d1 md: Binary search in linear raid by Sandeep K Sinha · 15 years ago
  70. 4db7cdc md: Removing num_sector and replacing start_sector with end_sector by Sandeep K Sinha · 15 years ago
  71. 45d4582 md: Removal of hash table in linear raid by Sandeep K Sinha · 15 years ago
  72. 070ec55 md: remove mddev_to_conf "helper" macro by NeilBrown · 15 years ago
  73. a6b3dea md: raid0: remove setting of segment boundary. by NeilBrown · 15 years ago
  74. b414579 md: raid0: remove ->dev pointer from strip_zone structure by NeilBrown · 15 years ago
  75. 49f357a2 md: raid0: remove ->sectors from the strip_zone structure. by NeilBrown · 15 years ago
  76. fb5ab4b md: raid0: Fix a memory leak when stopping a raid0 array. by Andre Noll · 15 years ago
  77. ed7b003 md: raid0: Allocate all buffers for the raid0 configuration in one function. by Andre Noll · 15 years ago
  78. 5568a60 md: raid0: Make raid0_run() return a proper error code. by Andre Noll · 15 years ago
  79. 8f79cfc md: raid0: Remove hash spacing and sector shift. by Andre Noll · 15 years ago
  80. 09770e0 md: raid0: Remove hash table. by Andre Noll · 15 years ago
  81. d27a43ab md/raid0: two cleanups in create_stripe_zones. by NeilBrown · 15 years ago
  82. dc58266 md: raid0: Replace hash table lookup by looping over all strip_zones. by Andre Noll · 15 years ago
  83. d405640 Driver Core: misc: add nodename support for misc devices. by Kay Sievers · 15 years ago
  84. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  85. 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
  86. 5578213 tracing/events: convert block trace points to TRACE_EVENT() by Li Zefan · 15 years ago
  87. 0e6e027 md/raid5: fix bug in reshape code when chunk_size decreases. by NeilBrown · 15 years ago
  88. a8c906c md/raid5 - avoid deadlocks in get_active_stripe during reshape by NeilBrown · 15 years ago
  89. f001a70 md/raid5: use conf->raid_disks in preference to mddev->raid_disk by NeilBrown · 15 years ago
  90. 9df1bb9 Revert "block: Fix bounce limit setting in DM" by Jens Axboe · 15 years ago
  91. a08abd8 async_tx: structify submission arguments, add scribble by Dan Williams · 15 years ago
  92. 88ba2aa async_tx: kill ASYNC_TX_DEP_ACK flag by Dan Williams · 15 years ago
  93. a05c0205 block: Fix bounce limit setting in DM by Martin K. Petersen · 15 years ago
  94. ed37d83 md: raid5: change incorrect usage of 'min' macro to 'min_t' by NeilBrown · 15 years ago
  95. b492b85 md: don't use locked_ioctl. by NeilBrown · 15 years ago
  96. 7a91ee1 md: don't update curr_resync_completed without also updating reshape_position. by NeilBrown · 15 years ago
  97. 848b318 md: raid5: avoid sector values going negative when testing reshape progress. by NeilBrown · 15 years ago
  98. b6a9ce6 md: export 'frozen' resync state through sysfs by NeilBrown · 15 years ago
  99. be51269 md: bitmap: improve bitmap maintenance code. by NeilBrown · 15 years ago
  100. 2b69c83 md: improve errno return when setting array_size by NeilBrown · 15 years ago