1. a847627 md/raid5: fix bug that could result in reads from a failed device. by NeilBrown · 13 years ago
  2. 25dd154 dm table: avoid crash if integrity profile changes by Mike Snitzer · 13 years ago
  3. 7f3b5ef md: Avoid waking up a thread after it has been freed. by NeilBrown · 13 years ago
  4. 71a26cb md: Fix handling for devices from 2TB to 4TB in 0.90 metadata. by NeilBrown · 13 years ago
  5. c122ead md/linear: avoid corrupting structure while waiting for rcu_free to complete. by NeilBrown · 13 years ago
  6. c2b4988 dm: fix idr leak on module removal by Alasdair G Kergon · 13 years ago
  7. eb81cf1 dm mpath: fix potential NULL pointer in feature arg processing by Mike Snitzer · 13 years ago
  8. b41ed9c dm snapshot: flush disk cache when merging by Mikulas Patocka · 13 years ago
  9. ee607aa dm io: flush cpu cache with vmapped io by Mikulas Patocka · 13 years ago
  10. 4274215 md: avoid endless recovery loop when waiting for fail device to complete. by NeilBrown · 13 years ago
  11. fcde907 md/raid5: remove unusual use of bio_iovec_idx() by Namhyung Kim · 13 years ago
  12. b062962 md/raid5: fix FUA request handling in ops_run_io() by Namhyung Kim · 13 years ago
  13. 9b2dc8b md/raid5: fix raid5_set_bi_hw_segments by Namhyung Kim · 13 years ago
  14. 97b3d4a md/bitmap: remove unused fields from struct bitmap by Namhyung Kim · 13 years ago
  15. 27d5ea0 md/bitmap: use proper accessor macro by Namhyung Kim · 13 years ago
  16. 01393f3 md: check ->hot_remove_disk when removing disk by Namhyung Kim · 13 years ago
  17. 9864c00 md: Using poll /proc/mdstat can monitor the events of adding a spare disks by 马建朋 · 13 years ago
  18. d744540 MD: use is_power_of_2 macro by Jonathan Brassow · 13 years ago
  19. d6b212f MD: raid5 do not set fullsync by Jonathan Brassow · 13 years ago
  20. 9c81075 MD: support initial bitmap creation in-kernel by Jonathan Brassow · 13 years ago
  21. 076f968 MD: add sync_super to mddev_t struct by Jonathan Brassow · 13 years ago
  22. 1ed7242 MD: raid1 changes to allow use by device mapper by Jonathan Brassow · 13 years ago
  23. 0fd018a MD: move thread wakeups into resume by Jonathan Brassow · 13 years ago
  24. ac42450 MD: possible typo by Jonathan Brassow · 13 years ago
  25. 68866e4 MD: no sync IO while suspended by Jonathan Brassow · 13 years ago
  26. 629acb6 MD: no integrity register if no gendisk by Jonathan Brassow · 13 years ago
  27. fa34ce7 dm kcopyd: return client directly and not through a pointer by Mikulas Patocka · 13 years ago
  28. 5f43ba2 dm kcopyd: reserve fewer pages by Mikulas Patocka · 13 years ago
  29. bda8efe dm io: use fixed initial mempool size by Mikulas Patocka · 13 years ago
  30. d047145 dm kcopyd: alloc pages from the main page allocator by Mikulas Patocka · 13 years ago
  31. f99b55e dm kcopyd: add gfp parm to alloc_pl by Mikulas Patocka · 13 years ago
  32. 4cc1b4c dm kcopyd: remove superfluous page allocation spinlock by Mikulas Patocka · 13 years ago
  33. c6ea41f dm kcopyd: preallocate sub jobs to avoid deadlock by Mikulas Patocka · 13 years ago
  34. a705a34 dm kcopyd: avoid pointless job splitting by Mikulas Patocka · 13 years ago
  35. 6f13f6f dm mpath: do not fail paths after integrity errors by Martin K. Petersen · 13 years ago
  36. f4808ca dm table: reject devices without request fns by Milan Broz · 13 years ago
  37. 4c25932 dm table: allow targets to support discards internally by Mike Snitzer · 13 years ago
  38. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  39. b098636 md: allow resync_start to be set while an array is active. by NeilBrown · 13 years ago
  40. ab9d47e md/raid10: reformat some loops with less indenting. by NeilBrown · 13 years ago
  41. f17ed07 md/raid10: remove unused variable. by NeilBrown · 13 years ago
  42. a8830bca md/raid10: make more use of 'slot' in raid10d. by NeilBrown · 13 years ago
  43. 7c4e06f md/raid10: some tidying up in fix_read_error by NeilBrown · 13 years ago
  44. af6d7b7 md/raid1: improve handling of pages allocated for write-behind. by NeilBrown · 13 years ago
  45. 7ca78d5 md/raid1: try fix_sync_read_error before process_checks. by NeilBrown · 13 years ago
  46. 78d7f5f md/raid1: tidy up new functions: process_checks and fix_sync_read_error. by NeilBrown · 13 years ago
  47. a68e587 md/raid1: split out two sub-functions from sync_request_write by NeilBrown · 13 years ago
  48. 6f8d0c7 md: make error_handler functions more uniform and correct. by NeilBrown · 13 years ago
  49. 92f861a md/multipath: discard ->working_disks in favour of ->degraded by NeilBrown · 13 years ago
  50. 7607305 md/raid1: clean up read_balance. by NeilBrown · 13 years ago
  51. 56d9912 md: simplify raid10 read_balance by NeilBrown · 13 years ago
  52. 8258c53 md/bitmap: fix saving of events_cleared and other state. by NeilBrown · 13 years ago
  53. bedd86b md: reject a re-add request that cannot be honoured. by NeilBrown · 13 years ago
  54. b014089 md: Fix race when creating a new md device. by NeilBrown · 13 years ago
  55. aeb878b md, raid5: Fix spelling error in comment ('Ofcourse' --> 'Of course'). by Jesper Juhl · 13 years ago
  56. d76c842 raid5: fix build error, sector_t usage by Randy Dunlap · 13 years ago
  57. fee6872 md: Cleanup after raid45->raid0 takeover by Krzysztof Wojcik · 13 years ago
  58. 3b71bd9 md: Fix dev_sectors on takeover from raid0 to raid4/5 by NeilBrown · 13 years ago
  59. 2b7da30 md/raid5: remove setting of ->queue_lock by NeilBrown · 13 years ago
  60. c3b328a md: fix up raid1/raid10 unplugging. by NeilBrown · 13 years ago
  61. 7c13edc md: incorporate new plugging into raid5. by NeilBrown · 13 years ago
  62. 97658cd md: provide generic support for handling unplug callbacks. by NeilBrown · 13 years ago
  63. 482c083 md - remove old plugging code. by NeilBrown · 13 years ago
  64. af1db72 md/dm - remove remains of plug_fn callback. by NeilBrown · 13 years ago
  65. e1dfa0a md: use new plugging interface for RAID IO. by NeilBrown · 13 years ago
  66. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  67. a63a5cf dm: improve block integrity support by Mike Snitzer · 13 years ago
  68. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  69. 89078d5 md: Fix integrity registration error when no devices are capable by Martin K. Petersen · 13 years ago
  70. 44bbd7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 13 years ago
  71. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  72. 2991520 dm stripe: implement merge method by Mustafa Mesanovic · 13 years ago
  73. a490a07 dm mpath: allow table load with no priority groups by Mike Snitzer · 13 years ago
  74. 19040c0 dm mpath: fail message ioctl if specified path is not valid by Mike Snitzer · 13 years ago
  75. f868120 dm ioctl: add flag to wipe buffers for secure data by Milan Broz · 13 years ago
  76. 6bb43b5 dm ioctl: prepare for crypt key wiping by Milan Broz · 13 years ago
  77. de8be5a dm crypt: wipe keys string immediately after key is set by Milan Broz · 13 years ago
  78. 3407ef5 dm: add flakey target by Josef Bacik · 13 years ago
  79. 024d37e dm: fix opening log and cow devices for read only tables by Milan Broz · 13 years ago
  80. bb5cda3 dm: use little-endian bitops by Akinobu Mita · 13 years ago
  81. 6b33aff md: use little-endian bitops by Akinobu Mita · 13 years ago
  82. 1e9bb88 block: fix non-atomic access to genhd inflight structures by Shaohua Li · 13 years ago
  83. c55d267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  84. a91a278 block: Require subsystems to explicitly allocate bio_set integrity mempool by Martin K. Petersen · 13 years ago
  85. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  86. bd2895e Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  87. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  88. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 13 years ago
  89. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  90. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  91. 01a16b2 netlink: kill eff_cap from struct netlink_skb_parms by Patrick McHardy · 13 years ago
  92. f0b4f7e md: Fix - again - partition detection when array becomes active by NeilBrown · 13 years ago
  93. 43d133c Merge branch 'master' into for-2.6.39 by Tejun Heo · 13 years ago
  94. da9cf50 md: avoid spinlock problem in blk_throtl_exit by NeilBrown · 13 years ago
  95. 8f5f02c md: correctly handle probe of an 'mdp' device. by NeilBrown · 14 years ago
  96. cbe6ef1 md: don't set_capacity before array is active. by NeilBrown · 14 years ago
  97. f7bee80 md: Fix raid1->raid0 takeover by Krzysztof Wojcik · 14 years ago
  98. 751b2a7 [SCSI] dm mpath: propagate target errors immediately by Hannes Reinecke · 14 years ago
  99. 02214dc FIX: md: process hangs at wait_barrier after 0->10 takeover by Krzysztof Wojcik · 14 years ago
  100. e91ece5 md_make_request: don't touch the bio after calling make_request by Chris Mason · 14 years ago