1. 4044ba5 md: don't retry recovery of raid1 that fails due to error on source drive. by NeilBrown · 16 years ago
  2. efeb53c md: Allow md devices to be created by name. by NeilBrown · 16 years ago
  3. d337482 md: make devices disappear when they are no longer needed. by NeilBrown · 16 years ago
  4. a21d150 md: centralise all freeing of an 'mddev' in 'md_free' by NeilBrown · 16 years ago
  5. 8b76539 md: move allocation of ->queue from mddev_find to md_probe by NeilBrown · 16 years ago
  6. cd2ac93 md: need another print_sb for mdp_superblock_1 by Cheng Renquan · 16 years ago
  7. 159ec1f md: use list_for_each_entry macro directly by Cheng Renquan · 16 years ago
  8. ccacc7d md: raid0: make hash_spacing and preshift sector-based. by Andre Noll · 16 years ago
  9. 83838ed md: raid0: Represent the size of strip zones in sectors. by Andre Noll · 16 years ago
  10. 0825b87a md: raid0 create_strip_zones(): Add KERN_INFO/KERN_ERR to printk's. by Andre Noll · 16 years ago
  11. 6b8796c md: raid0 create_strip_zones(): Make two local variables sector-based. by Andre Noll · 16 years ago
  12. 6199d3d md: raid0: Represent zone->zone_offset in sectors. by Andre Noll · 16 years ago
  13. 019c4e2 md: raid0: Represent device offset in sectors. by Andre Noll · 16 years ago
  14. e0f0686 md: raid0_make_request(): Replace local variable block by sector. by Andre Noll · 16 years ago
  15. a471200 md: raid0_make_request(): Remove local variable chunk_size. by Andre Noll · 16 years ago
  16. 1b7fdf8 md: raid0_make_request(): Replace chunksize_bits by chunksect_bits. by Andre Noll · 16 years ago
  17. 0c3573f md: use sysfs_notify_dirent to notify changes to md/sync_action. by NeilBrown · 16 years ago
  18. 5384527 md: fix bitmap-on-external-file bug. by NeilBrown · 16 years ago
  19. a159c1a dm snapshot: extend exception store functions by Jonathan Brassow · 16 years ago
  20. 4db6bfe dm snapshot: split out exception store implementations by Alasdair G Kergon · 16 years ago
  21. 1ae25f9 dm snapshot: rename struct exception_store by Jonathan Brassow · 16 years ago
  22. aea53d9 dm snapshot: separate out exception store interface by Jonathan Brassow · 16 years ago
  23. fe9cf30 dm mpath: move trigger_event to system workqueue by Alasdair G Kergon · 16 years ago
  24. 784aae7 dm: add name and uuid to sysfs by Milan Broz · 16 years ago
  25. d581687 dm table: rework reference counting by Mikulas Patocka · 16 years ago
  26. ab4c14248 dm: support barriers on simple devices by Andi Kleen · 16 years ago
  27. 8fbf26a dm request: add caches by Kiyoshi Ueda · 16 years ago
  28. 23d39f6 dm ioctl: allow dm_copy_name_and_uuid to return only one field by Milan Broz · 16 years ago
  29. ac1f0ac dm log: ensure log bitmap fits on log device by Milan Broz · 16 years ago
  30. 2045e88 dm log: move region_size validation by Milan Broz · 16 years ago
  31. 6f3af01 dm log: avoid reinitialising io_req on every operation by Takahiro Yasui · 16 years ago
  32. 10d3bd0 dm: consolidate target deregistration error handling by Mikulas Patocka · 16 years ago
  33. d460c65 dm raid1: fix error count by Jonathan Brassow · 16 years ago
  34. c7a2bd1 dm log: fix dm_io_client leak on error paths by Takahiro Yasui · 16 years ago
  35. 90fa152 dm snapshot: change yield to msleep by Mikulas Patocka · 16 years ago
  36. a1b51e9 dm table: drop reference at unbind by Mikulas Patocka · 16 years ago
  37. bb799ca bio: allow individual slabs in the bio_set by Jens Axboe · 16 years ago
  38. db8862e Merge branch 'linus' into tracing/hw-branch-tracing by Ingo Molnar · 16 years ago
  39. a2ed961 md: Don't read past end of bitmap when reading bitmap. by NeilBrown · 16 years ago
  40. 970987b Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  41. 0e435ac block: fix setting of max_segment_size and seg_boundary mask by Milan Broz · 16 years ago
  42. 0bfc245 blktrace: port to tracepoints, update by Ingo Molnar · 16 years ago
  43. 5f3ea37 blktrace: port to tracepoints by Arnaldo Carvalho de Melo · 16 years ago
  44. 8a57dfc dm: avoid destroying table in dm_any_congested by Chandra Seetharaman · 16 years ago
  45. d221d2e dm: move pending queue wake_up end_io_acct by Mikulas Patocka · 16 years ago
  46. 14e98c5 dm mpath: warn if args ignored by Chandra Seetharaman · 16 years ago
  47. b81aa1c dm mpath: avoid attempting to activate null path by Chandra Seetharaman · 16 years ago
  48. 6edebde dm stripe: fix init failure by Heinz Mauelshagen · 16 years ago
  49. 18776c7 dm raid1: flush workqueue before destruction by Mikulas Patocka · 16 years ago
  50. f1cd14a md: linear: Fix a division by zero bug for very small arrays. by Andre Noll · 16 years ago
  51. a53a6c8 md: fix bug in raid10 recovery. by NeilBrown · 16 years ago
  52. cb3ac42 md: revert the recent addition of a call to the BLKRRPART ioctl. by NeilBrown · 16 years ago
  53. 721d5df Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 16 years ago
  54. 879129d2 dm snapshot: wait for chunks in destructor by Mikulas Patocka · 16 years ago
  55. 60c856c8 dm snapshot: fix register_snapshot deadlock by Mikulas Patocka · 16 years ago
  56. b34578a dm raid1: fix do_failures by Ilpo Jarvinen · 16 years ago
  57. 934d9c2 md: destroy partitions and notify udev when md array is stopped. by NeilBrown · 16 years ago
  58. f8d56f1 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 16 years ago
  59. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  60. 5ed487b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  61. 72e8264 [PATCH] dm: kill lookup_device wrapper by Christoph Hellwig · 16 years ago
  62. 51157b4 dm: tidy local_init by Kiyoshi Ueda · 16 years ago
  63. f431d96 dm: remove unused flush_all by Kiyoshi Ueda · 16 years ago
  64. 1f965b1 dm raid1: separate region_hash interface part1 by Heinz Mauelshagen · 16 years ago
  65. f3e1d26 dm: mark split bio as cloned by Martin K. Petersen · 16 years ago
  66. 0a4a104 dm crypt: remove waitqueue by Milan Broz · 16 years ago
  67. 393b47e dm crypt: fix async split by Milan Broz · 16 years ago
  68. b635b00 dm crypt: tidy sector by Milan Broz · 16 years ago
  69. 586e80e dm: remove dm header from targets by Mikulas Patocka · 16 years ago
  70. d63a5ce dm: publish array_too_big by Mikulas Patocka · 16 years ago
  71. 7acedc5 dm exception store: fix misordered writes by Mikulas Patocka · 16 years ago
  72. 7c9e6c1 dm exception store: refactor zero_area by Alasdair G Kergon · 16 years ago
  73. f68d4f3 dm snapshot: drop unused last_percent by Mikulas Patocka · 16 years ago
  74. 7c5f78b dm snapshot: fix primary_pe race by Mikulas Patocka · 16 years ago
  75. b673c3a dm kcopyd: avoid queue shuffle by Kazuo Ito · 16 years ago
  76. 9a1c354 [PATCH] pass fmode_t to blkdev_put() by Al Viro · 16 years ago
  77. a39907f [PATCH] switch md by Al Viro · 16 years ago
  78. fe5f9f2 [PATCH] switch dm by Al Viro · 16 years ago
  79. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  80. 633a08b [PATCH] introduce __blkdev_driver_ioctl() by Al Viro · 17 years ago
  81. 647b3d0 [PATCH] lose unused arguments in dm ioctl callbacks by Al Viro · 17 years ago
  82. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  83. 92850bb md: allow extended partitions on md devices. by NeilBrown · 16 years ago
  84. 3c0ee63 md: use sysfs_notify_dirent to notify changes to md/dev-xxx/state by NeilBrown · 16 years ago
  85. b62b759 md: use sysfs_notify_dirent to notify changes to md/array_state by NeilBrown · 16 years ago
  86. ed09441 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  87. c472273 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 16 years ago
  88. 97ce0a7 md: fix input truncation in safe_delay_store() by Dan Williams · 16 years ago
  89. 08ff39f md: check for memory allocation failure in faulty personality by Sven Wegener · 16 years ago
  90. 2557072 md: build failure due to missing delay.h by Stephen Rothwell · 16 years ago
  91. 6000a36 [SCSI] block: separate failfast into multiple bits. by Mike Christie · 16 years ago
  92. 4bbf377 md: Relax minimum size restrictions on chunk_size. by NeilBrown · 16 years ago
  93. d710e13 md: remove space after function name in declaration and call. by NeilBrown · 16 years ago
  94. fb4d8c7 md: Remove unnecessary #includes, #defines, and function declarations. by NeilBrown · 16 years ago
  95. ab5bd5c md: Convert remaining 1k representations in linear.c to sectors. by Andre Noll · 16 years ago
  96. 23242fb md: linear.c: Make two local variables sector-based. by Andre Noll · 16 years ago
  97. 6283815 md: linear: Represent dev_info->size and dev_info->offset in sectors. by Andre Noll · 16 years ago
  98. 451708d md: linear.c: Remove broken debug code. by Andre Noll · 16 years ago
  99. 481d86c md: linear.c: Remove pointless initialization of curr_offset. by Andre Noll · 16 years ago
  100. e611302 md: linear.c: Fix typo in comment. by Andre Noll · 16 years ago