1. 6bfe0b4 md: support blocking writes to an array on device failure by Dan Williams · 16 years ago
  2. 11e2ede md: prevent duplicates in bind_rdev_to_array by Dan Williams · 16 years ago
  3. 242b363 md: remove a stray command from a copy and paste error in resync_start_store by Dan Williams · 16 years ago
  4. 648b629 md: fix up switching md arrays between read-only and read-write by NeilBrown · 16 years ago
  5. 31a59e3 md: fix 'safemode' handling for external metadata. by NeilBrown · 16 years ago
  6. d897dbf md: reinitialise more mddev fields in do_md_stop. by NeilBrown · 16 years ago
  7. 8377bc8 md: skip all metadata update processing when using external metadata. by NeilBrown · 16 years ago
  8. 6a51830 md: fix use after free when removing rdev via sysfs by Dan Williams · 16 years ago
  9. c9a3f6d dm: use unlocked variants of queue flag check/set by Jens Axboe · 16 years ago
  10. bd5d435 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  11. c7705f3 drivers: use non-racy method for proc entries creation (2) by Denis V. Lunev · 16 years ago
  12. 992b5bc block: no need to initialize rq->cmd with blk_get_request by FUJITA Tomonori · 16 years ago
  13. 75ad23b block: make queue flags non-atomic by Nick Piggin · 16 years ago
  14. 62b0559 drivers/md: use time_before, time_before_eq, etc by Julia Lawall · 16 years ago
  15. d7a420c raid: remove leading TAB on printk messages by Nick Andrew · 16 years ago
  16. 4ef197d8 md: raid5.c convert simple_strtoul to strict_strtoul by Dan Williams · 16 years ago
  17. 8b3e6cd md: introduce get_priority_stripe() to improve raid456 write performance by Dan Williams · 16 years ago
  18. e46b272 md: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  19. 9a7b2b0 md: fix integer as NULL pointer warnings in md.c by Harvey Harrison · 16 years ago
  20. cf13ab8 dm: remove md argument from specific_minor by Frederik Deweerdt · 16 years ago
  21. 4fdfe40 dm table: remove unused dm_create_error_table by Adrian Bunk · 16 years ago
  22. e8488d0 dm table: drop void suspend_targets return by Adrian Bunk · 16 years ago
  23. 7ff14a3 dm: unplug queues in threads by Mikulas Patocka · 16 years ago
  24. a2aebe0 dm raid1: use timer by Mikulas Patocka · 16 years ago
  25. a765e20 dm: move include files by Alasdair G Kergon · 16 years ago
  26. 2d1e580 dm kcopyd: rename by Alasdair G Kergon · 16 years ago
  27. 0da336e dm: expose macros by Alasdair G Kergon · 16 years ago
  28. 945fa4d dm kcopyd: remove redundant client counting by Mikulas Patocka · 16 years ago
  29. 08d8757 dm kcopyd: private mempool by Mikulas Patocka · 16 years ago
  30. 8c0cbc2 dm kcopyd: per device by Mikulas Patocka · 16 years ago
  31. 2a23aa1 dm log: make module use tracking internal by Jonathan Brassow · 16 years ago
  32. b8206bc dm log: move register functions by Alasdair G Kergon · 16 years ago
  33. 416cd17 dm log: clean interface by Heinz Mauelshagen · 16 years ago
  34. eb69aca dm kcopyd: clean interface by Heinz Mauelshagen · 16 years ago
  35. 22a1ceb dm io: clean interface by Heinz Mauelshagen · 16 years ago
  36. e01fd7e dm io: rename error to error_bits by Alasdair G Kergon · 16 years ago
  37. 72727ba dm snapshot: store pointer to target instance by Mikulas Patocka · 16 years ago
  38. 769aef3 dm log: move dirty region log code into separate module by Heinz Mauelshagen · 16 years ago
  39. b7fd54a dm log: generalise name in messages by Heinz Mauelshagen · 16 years ago
  40. c12bfc9 dm raid1: use list_split_init by Robert P. J. Day · 16 years ago
  41. 8ee2767 dm snapshot: reduce default memory allocation by Milan Broz · 16 years ago
  42. 9243626 dm snapshot: fix chunksize sector conversion by Mikulas Patocka · 16 years ago
  43. fdefa4d RAID: remove trailing space from printk line by Nick Andrew · 16 years ago
  44. bd2ab67 md: close a livelock window in handle_parity_checks5 by Dan Williams · 16 years ago
  45. 4cdc1d1 dm io: write error bits form long not int by Alasdair G Kergon · 16 years ago
  46. 3f1e907 dm crypt: fix ctx pending by Milan Broz · 16 years ago
  47. 9ea85eb drivers/md/raid5.c: fix printk warnings by Andrew Morton · 16 years ago
  48. 0e82989 md: remove the 'super' sysfs attribute from devices in an 'md' array by NeilBrown · 16 years ago
  49. 7be3dfe md: reduce CPU wastage on idle md array with a write-intent bitmap by NeilBrown · 16 years ago
  50. 52720ae md: fix formatting error in /proc/mdstat by NeilBrown · 16 years ago
  51. a07e6ab md: the md RAID10 resync thread could cause a md RAID10 array deadlock by K.Tanaka · 16 years ago
  52. 1c83053 md: fix possible raid1/raid10 deadlock on read error during resync by NeilBrown · 16 years ago
  53. 8ed3a19 md: don't attempt read-balancing for raid10 'far' layouts by Keld Simonsen · 16 years ago
  54. 27c529b md: lock access to rdev attributes properly by NeilBrown · 16 years ago
  55. 2515619 md: make sure a reshape is started when device switches to read-write by NeilBrown · 16 years ago
  56. d0fae18 md: clean up irregularity with raid autodetect by NeilBrown · 16 years ago
  57. a1801f8 md: guard against possible bad array geometry in v1 metadata by NeilBrown · 16 years ago
  58. 8311c29 md: reduce CPU wastage on idle md array with a write-intent bitmap by NeilBrown · 16 years ago
  59. a35e63e md: fix deadlock in md/raid1 and md/raid10 when handling a read error by NeilBrown · 16 years ago
  60. e03f1a8 dm-raid1.c: fix NULL dereferences by Adrian Bunk · 16 years ago
  61. cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 16 years ago
  62. c32c2f6 d_path: Make seq_path() use a struct path argument by Jan Blunck · 16 years ago
  63. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  64. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  65. 39ed7ad dm-raid1 breakage on 64bit by Al Viro · 16 years ago
  66. af195ac dm raid1: report fault status by Jonathan Brassow · 16 years ago
  67. 06386bb dm raid1: handle read failures by Jonathan Brassow · 16 years ago
  68. b80aa7a dm raid1: fix EIO after log failure by Jonathan Brassow · 16 years ago
  69. 8f0205b dm raid1: handle recovery failures by Jonathan Brassow · 16 years ago
  70. 72f4b31 dm raid1: handle write failures by Jonathan Brassow · 16 years ago
  71. d74f81f dm snapshot: combine consecutive exceptions in memory by Milan Broz · 16 years ago
  72. 4f7f5c6 dm: stripe enhanced status return by Brian Wood · 16 years ago
  73. a25eb94 dm: stripe trigger event on failure by Brian Wood · 16 years ago
  74. fb8b284 dm log: auto load modules by Jonathan Brassow · 16 years ago
  75. 304f3f6 dm: move deferred bio flushing to workqueue by Milan Broz · 16 years ago
  76. 3a7f6c9 dm crypt: use async crypto by Milan Broz · 16 years ago
  77. 95497a9 dm crypt: prepare async callback fn by Milan Broz · 16 years ago
  78. 43d6903 dm crypt: add completion for async by Milan Broz · 16 years ago
  79. ddd42ed dm crypt: add async request mempool by Milan Broz · 16 years ago
  80. 01482b7 dm crypt: extract scatterlist processing by Milan Broz · 16 years ago
  81. 899c95d dm crypt: tidy io ref counting by Milan Broz · 16 years ago
  82. 84131db dm crypt: introduce crypt_write_io_loop by Milan Broz · 16 years ago
  83. dec1ced dm crypt: abstract crypt_write_done by Milan Broz · 16 years ago
  84. 0c395b0 dm crypt: store sector mapping in dm_crypt_io by Milan Broz · 16 years ago
  85. 395b167 dm crypt: move queue functions by Alasdair G Kergon · 16 years ago
  86. 4e4eef6 dm crypt: adjust io processing functions by Milan Broz · 16 years ago
  87. ee7a491 dm crypt: tidy crypt_endio by Milan Broz · 16 years ago
  88. 5742fd7 dm crypt: move error setting outside crypt_dec_pending by Milan Broz · 16 years ago
  89. fcd369d dm crypt: remove unnecessary crypt_context write parm by Milan Broz · 16 years ago
  90. 5301703 dm crypt: move convert_context inside dm_crypt_io by Milan Broz · 16 years ago
  91. 009cd09 dm mpath: add missing static by Alasdair G Kergon · 16 years ago
  92. 0149e57 dm: targets no longer experimental by Alasdair G Kergon · 16 years ago
  93. 46125c1 dm: refactor dm_suspend completion wait by Milan Broz · 16 years ago
  94. 94d6351 dm: split dm_suspend io_lock hold into two by Milan Broz · 16 years ago
  95. 73d410c dm: tidy dm_suspend by Milan Broz · 16 years ago
  96. 6d6f10d dm: refactor deferred bio_list processing by Milan Broz · 16 years ago
  97. 6ed7ade dm: tidy alloc_dev labels by Milan Broz · 16 years ago
  98. a26ffd4 dm ioctl: use uninitialized_var by Andrew Morton · 16 years ago
  99. 69a2ce7 dm: table use uninitialized_var by Andrew Morton · 16 years ago
  100. e48b9db dm snapshot: use uninitialized_var by Andrew Morton · 16 years ago