1. 20a34a8 dm log: add flush_header function by Mikulas Patocka · 15 years ago
  2. b09acf1 dm raid1: split touched state into two by Mikulas Patocka · 15 years ago
  3. 4184153 dm raid1: support flush by Mikulas Patocka · 15 years ago
  4. f1e5398 dm io: remove extra bi_io_vec region hack by Mikulas Patocka · 15 years ago
  5. 952b355 dm io: use slab for struct io by Mikulas Patocka · 15 years ago
  6. 542da31 dm crypt: make wipe message also wipe essiv key by Milan Broz · 15 years ago
  7. b95bf2d dm crypt: separate essiv allocation from initialisation by Milan Broz · 15 years ago
  8. 5861f1b dm crypt: restructure essiv error path by Milan Broz · 15 years ago
  9. 6047359 dm crypt: move private iv fields to structs by Milan Broz · 15 years ago
  10. 0b43095 dm crypt: make wipe message also wipe tfm key by Milan Broz · 15 years ago
  11. 8e87b9b dm snapshot: cope with chunk size larger than origin by Mikulas Patocka · 15 years ago
  12. 94e76572 dm snapshot: only take lock for statustype info not table by Mikulas Patocka · 15 years ago
  13. d2bb7df dm: sysfs add empty release function to avoid debug warning by Milan Broz · 15 years ago
  14. 613978f dm exception store: free tmp_store on persistent flag error by Julia Lawall · 15 years ago
  15. 6076905 dm: avoid _hash_lock deadlock by Mikulas Patocka · 15 years ago
  16. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  17. 382f51f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  18. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago
  19. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  20. 3ae31f6 [SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronous by Chandra Seetharaman · 15 years ago
  21. d0e2607 md: revert incorrect fix for read error handling in raid1. by NeilBrown · 15 years ago
  22. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  23. bb9074f Merge commit 'v2.6.32-rc7' by Eric W. Biederman · 15 years ago
  24. c148ffd md/raid5: Allow dirty-degraded arrays to be assembled when only party is degraded. by NeilBrown · 15 years ago
  25. 7ef9014 Don't unconditionally set in_sync on newly added device in raid5_reshape by NeilBrown · 15 years ago
  26. 0261cd9f md: allow v0.91 metadata to record devices as being active but not in-sync. by NeilBrown · 15 years ago
  27. 894d249 sysctl drivers: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  28. 5e86510 md: factor out updating of 'recovery_offset'. by NeilBrown · 15 years ago
  29. 06fe9fb tree-wide: fix a very frequent spelling mistake by Dirk Hohndel · 15 years ago
  30. 8dee721 md/raid5: make sure curr_sync_completes is uptodate when reshape starts by NeilBrown · 15 years ago
  31. 24395a85 md: don't clear endpoint for resync when resync is interrupted. by NeilBrown · 15 years ago
  32. bf699c9 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 15 years ago
  33. 6629542 md/raid6: kill a gcc-4.0.1 'uninitialized variable' warning by Dan Williams · 15 years ago
  34. c1cc65c dm snapshot: allow chunk size to be less than page size by Mikulas Patocka · 15 years ago
  35. df96eee dm snapshot: use unsigned integer chunk size by Mikulas Patocka · 15 years ago
  36. 4c6fff4 dm snapshot: lock snapshot while supplying status by Mikulas Patocka · 15 years ago
  37. 0e8c4e4 dm exception store: fix failed set_chunk_size error path by Mikulas Patocka · 15 years ago
  38. 3f2412d dm snapshot: require non zero chunk size by end of ctr by Mikulas Patocka · 15 years ago
  39. f88fb98 dm: dec_pending needs locking to save error value by Kiyoshi Ueda · 15 years ago
  40. 03022c5 dm: add missing del_gendisk to alloc_dev error path by Zdenek Kabelac · 15 years ago
  41. bca915a dm log: userspace fix incorrect luid cast in userspace_ctr by Andrew Morton · 15 years ago
  42. 034a186 dm snapshot: free exception store on init failure by Jonathan Brassow · 15 years ago
  43. 6d45d93 dm snapshot: sort by chunk size to fix race by Mikulas Patocka · 15 years ago
  44. 5dd33c9 md/async: don't pass a memory pointer as a page pointer. by NeilBrown · 15 years ago
  45. 5e5e3e7 md: Fix handling of raid5 array which is being reshaped to fewer devices. by NeilBrown · 15 years ago
  46. e4424fe md: fix problems with RAID6 calculations for DDF. by NeilBrown · 15 years ago
  47. 417b8d4 md/raid456: downlevel multicore operations to raid_run_ops by Dan Williams · 15 years ago
  48. dce3a7a md: drivers/md/unroll.pl replaced with awk analog by Vladimir Dronnikov · 15 years ago
  49. ae8fa28 md: remove clumsy usage of do_sync_mapping_range from bitmap code by NeilBrown · 15 years ago
  50. ed9bfdf md: raid1/raid10: handle allocation errors during array setup. by NeilBrown · 15 years ago
  51. f5efd45 md/raid5: initialize conf->device_lock earlier by Dan Williams · 15 years ago
  52. 1d9d524 md/raid1/raid10: add a cond_resched by NeilBrown · 15 years ago
  53. 1442577 Revert "md: do not progress the resync process if the stripe was blocked" by NeilBrown · 15 years ago
  54. 316d315 block: Seperate read and write statistics of in_flight requests v2 by Nikanth Karthikesan · 15 years ago
  55. 58e57fb Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  56. 0f78ab9 Revert "Seperate read and write statistics of in_flight requests" by Jens Axboe · 15 years ago
  57. 2483647 dm/connector: Only process connector packages from privileged processes by Philipp Reisner · 15 years ago
  58. 18366b0 connector/dm: Fixed a compilation warning by Philipp Reisner · 15 years ago
  59. 7069331 connector: Provide the sender's credentials to the callback by Philipp Reisner · 15 years ago
  60. 4b3df56 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linus by NeilBrown · 15 years ago
  61. 1ef04fe md: raid-1/10: fix RW bits manipulation by Dmitry Monakhov · 15 years ago
  62. f28f4e2 md: remove unnecessary memset from multipath. by NeilBrown · 15 years ago
  63. 3fa841d md: report device as congested when suspended by NeilBrown · 15 years ago
  64. 0da3c61 md: Improve name of threads created by md_register_thread by NeilBrown · 15 years ago
  65. ee305ac md: remove sparse warnings about lock context. by NeilBrown · 15 years ago
  66. a9f326e md: remove sparse waring "symbol xxx shadows an earlier one" by NeilBrown · 15 years ago
  67. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  68. bbba809 md: avoid use of broken kzalloc mempool by Sage Weil · 15 years ago
  69. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  70. 411c940 trivial: fix typo "for for" in multiple files by Anand Gadiyar · 15 years ago
  71. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  72. 6c910a7 md/raid6: cleanup ops_run_compute6_2 by Dan Williams · 15 years ago
  73. 2d6e4ec md/raid6: eliminate BUG_ON with side effect by Dan Williams · 15 years ago
  74. 355bbd8 Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  75. 3969522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  76. 3c5820c block: Optimal I/O limit wrapper by Martin K. Petersen · 15 years ago
  77. a9327ca Seperate read and write statistics of in_flight requests by Nikanth Karthikesan · 15 years ago
  78. 1f98a13 bio: first step in sanitizing the bio->bi_rw flag testing by Jens Axboe · 15 years ago
  79. 0d03d59 md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined! by Geert Uytterhoeven · 15 years ago
  80. 9134d02 Merge commit 'md/for-linus' into async-tx-next by Dan Williams · 15 years ago
  81. bbb2008 Merge branch 'dmaengine' into async-tx-next by Dan Williams · 15 years ago
  82. 0403e38 dmaengine: add fence support by Dan Williams · 15 years ago
  83. f9dd213 Merge branch 'md-raid6-accel' into ioat3.2 by Dan Williams · 15 years ago
  84. ae0b744 dm snapshot: fix on disk chunk size validation by Mikulas Patocka · 15 years ago
  85. 2defcc3 dm exception store: split set_chunk_size by Mikulas Patocka · 15 years ago
  86. 61578dc dm snapshot: fix header corruption race on invalidation by Mikulas Patocka · 15 years ago
  87. 02d2fd3 dm snapshot: refactor zero_disk_area to use chunk_io by Mikulas Patocka · 15 years ago
  88. 7ec23d5 dm log: userspace add luid to distinguish between concurrent log instances by Jonathan Brassow · 15 years ago
  89. d2b6986 dm raid1: do not allow log_failure variable to unset after being set by Jonathan Brassow · 15 years ago
  90. b8313b6 dm log: remove incorrect field from userspace table output by Jonathan Brassow · 15 years ago
  91. 4142a96 dm log: fix userspace status output by Jonathan Brassow · 15 years ago
  92. 40bea43 dm stripe: expose correct io hints by Mike Snitzer · 15 years ago
  93. a963a95 dm table: add more context to terse warning messages by Mike Snitzer · 15 years ago
  94. f6a1ed1 dm table: fix queue_limit checking device iterator by Mikulas Patocka · 15 years ago
  95. 8811f46 dm snapshot: implement iterate devices by Mike Snitzer · 15 years ago
  96. a77e28c dm multipath: fix oops when request based io fails when no paths by Kiyoshi Ueda · 15 years ago
  97. 07a3b41 md/raid456: distribute raid processing over multiple cores by Dan Williams · 15 years ago
  98. b774ef4 md/raid6: remove synchronous infrastructure by Yuri Tikhonov · 15 years ago
  99. 6c0069c md/raid6: asynchronous handle_stripe6 by Yuri Tikhonov · 15 years ago
  100. d82dfee md/raid6: asynchronous handle_parity_check6 by Dan Williams · 15 years ago