1. a490a07 dm mpath: allow table load with no priority groups by Mike Snitzer · 13 years ago
  2. 19040c0 dm mpath: fail message ioctl if specified path is not valid by Mike Snitzer · 13 years ago
  3. f868120 dm ioctl: add flag to wipe buffers for secure data by Milan Broz · 13 years ago
  4. 6bb43b5 dm ioctl: prepare for crypt key wiping by Milan Broz · 13 years ago
  5. de8be5a dm crypt: wipe keys string immediately after key is set by Milan Broz · 13 years ago
  6. 3407ef5 dm: add flakey target by Josef Bacik · 13 years ago
  7. 024d37e dm: fix opening log and cow devices for read only tables by Milan Broz · 13 years ago
  8. c55d267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  9. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  10. 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
  11. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  12. 01a16b2 netlink: kill eff_cap from struct netlink_skb_parms by Patrick McHardy · 13 years ago
  13. f0b4f7e md: Fix - again - partition detection when array becomes active by NeilBrown · 13 years ago
  14. 43d133c Merge branch 'master' into for-2.6.39 by Tejun Heo · 13 years ago
  15. da9cf50 md: avoid spinlock problem in blk_throtl_exit by NeilBrown · 13 years ago
  16. 8f5f02c md: correctly handle probe of an 'mdp' device. by NeilBrown · 13 years ago
  17. cbe6ef1 md: don't set_capacity before array is active. by NeilBrown · 13 years ago
  18. f7bee80 md: Fix raid1->raid0 takeover by Krzysztof Wojcik · 13 years ago
  19. 751b2a7 [SCSI] dm mpath: propagate target errors immediately by Hannes Reinecke · 14 years ago
  20. 02214dc FIX: md: process hangs at wait_barrier after 0->10 takeover by Krzysztof Wojcik · 13 years ago
  21. e91ece5 md_make_request: don't touch the bio after calling make_request by Chris Mason · 13 years ago
  22. c6751b2 md: Don't allow slot_store while resync/recovery is happening. by NeilBrown · 14 years ago
  23. 7281f812 md: don't clear curr_resync_completed at end of resync. by NeilBrown · 14 years ago
  24. a8c42c7 md: Don't use remove_and_add_spares to remove failed devices from a read-only array by NeilBrown · 14 years ago
  25. fc3a08b Add raid1->raid0 takeover support by Krzysztof Wojcik · 14 years ago
  26. f21e9ff md: Remove the AllReserved flag for component devices. by NeilBrown · 14 years ago
  27. 50da084 md: don't abort checking spares as soon as one cannot be added. by NeilBrown · 14 years ago
  28. 469518a md: fix the test for finding spares in raid5_start_reshape. by NeilBrown · 14 years ago
  29. 87a8dec md: simplify some 'if' conditionals in raid5_start_reshape. by NeilBrown · 14 years ago
  30. de171cb md: revert change to raid_disks on failure. by NeilBrown · 14 years ago
  31. ada609e workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUER by Tejun Heo · 14 years ago
  32. 49731ba block: restore multiple bd_link_disk_holder() support by Tejun Heo · 14 years ago
  33. f6bcfd9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 14 years ago
  34. 509e4ae Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 14 years ago
  35. bf2cb0d md: Fix removal of extra drives when converting RAID6 to RAID5 by NeilBrown · 14 years ago
  36. ba1b41b md: range check slot number when manually adding a spare. by NeilBrown · 14 years ago
  37. 1a940fc md/raid5: handle manually-added spares in start_reshape. by NeilBrown · 14 years ago
  38. 13ae864 md: fix sync_completed reporting for very large drives (>2TB) by Rémi Rérolle · 14 years ago
  39. 23ddff3 md: allow suspend_lo and suspend_hi to decrease as well as increase. by NeilBrown · 14 years ago
  40. 75d3da4 md: Don't let implementation detail of curr_resync leak out through sysfs. by NeilBrown · 14 years ago
  41. a6ff7e0 md: separate meta and data devs by Jonathan Brassow · 14 years ago
  42. ccebd4c md-new-param-to_sync_page_io by Jonathan Brassow · 14 years ago
  43. 57b2caa md-new-param-to-calc_dev_sboffset by Jonathan Brassow · 14 years ago
  44. 7ebc0be md: Be more careful about clearing flags bit in ->recovery by NeilBrown · 14 years ago
  45. defad61 md: md_stop_writes requires mddev_lock. by NeilBrown · 14 years ago
  46. 43c73ca md/raid5: use sysfs_notify_dirent_safe to avoid NULL pointer by Jonathan Brassow · 14 years ago
  47. 0ca6988 md: Ensure no IO request to get md device before it is properly initialised. by NeilBrown · 14 years ago
  48. 067032b md: Fix single printks with multiple KERN_<level>s by Joe Perches · 14 years ago
  49. 6c98791 md: fix regression resulting in delays in clearing bits in a bitmap by NeilBrown · 14 years ago
  50. 9d09e66 dm: raid456 basic support by NeilBrown · 14 years ago
  51. 99d03c1 dm: per target unplug callback support by NeilBrown · 14 years ago
  52. 9d357b0 dm: introduce target callbacks and congestion callback by NeilBrown · 14 years ago
  53. 4e2d19e dm mpath: delay activate_path retry on SCSI_DH_RETRY by Chandra Seetharaman · 14 years ago
  54. 052189a dm: remove superfluous irq disablement in dm_request_fn by Kiyoshi Ueda · 14 years ago
  55. dbc883f dm log: use PTR_ERR value instead of ENOMEM by Dan Carpenter · 14 years ago
  56. b83b2f2 dm snapshot: avoid storing private suspended state by Mike Snitzer · 14 years ago
  57. 239c8dd dm snapshot: persistent make metadata_wq multithreaded by Tejun Heo · 14 years ago
  58. 9c4376d dm: use non reentrant workqueues if equivalent by Tejun Heo · 14 years ago
  59. 4d4d66a dm: convert workqueues to alloc_ordered by Tejun Heo · 14 years ago
  60. f521f07 dm stripe: switch from local workqueue to system_wq by Tejun Heo · 14 years ago
  61. d5ffa38 dm: dont use flush_scheduled_work by Tejun Heo · 14 years ago
  62. fecec20 dm snapshot: remove unused dm_snapshot queued_bios_work by Tejun Heo · 14 years ago
  63. 810b492 dm ioctl: suppress needless warning messages by Milan Broz · 14 years ago
  64. 3474578 dm crypt: add loop aes iv generator by Milan Broz · 14 years ago
  65. d1f9642 dm crypt: add multi key capability by Milan Broz · 14 years ago
  66. 2dc5327 dm crypt: add post iv call to iv generator by Milan Broz · 14 years ago
  67. 20c8253 dm crypt: use io thread for reads only if mempool exhausted by Milan Broz · 14 years ago
  68. c029772 dm crypt: scale to multiple cpus by Andi Kleen · 14 years ago
  69. 7dbcd13 dm crypt: simplify compatible table output by Milan Broz · 14 years ago
  70. 86a54a48 dm log userspace: add version number to comms by Jonathan Brassow · 14 years ago
  71. 085ae06 dm log userspace: group clear and mark requests by Jonathan Brassow · 14 years ago
  72. 909cc4f dm log userspace: split flush queue by Jonathan Brassow · 14 years ago
  73. 8d35d3e dm kcopyd: delay unplugging by Mikulas Patocka · 14 years ago
  74. 4a03867 dm log userspace: trap all failed log construction errors by Jonathan Brassow · 14 years ago
  75. 69a8cfc dm crypt: set key size early by Milan Broz · 14 years ago
  76. 4a1aeb9 dm: remove dm_mutex after bkl conversion by Milan Broz · 14 years ago
  77. 5fc2ffe dm raid1: support discard by Mike Snitzer · 14 years ago
  78. 84c8955 dm ioctl: allow rename to fill empty uuid by Peter Jones · 14 years ago
  79. d9bf0b5 dm io: remove BIO_RW_SYNCIO flag from kcopyd by Mikulas Patocka · 14 years ago
  80. 09c9d4c dm mpath: disable blk_abort_queue by Mike Snitzer · 14 years ago
  81. c217649 dm: dont take i_mutex to change device size by Mike Snitzer · 14 years ago
  82. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  83. bf57254 md: fix regression with re-adding devices to arrays with no metadata by NeilBrown · 14 years ago
  84. b7908c1 block: trace event block fix unassigned field by Jeff Moyer · 14 years ago
  85. 7f8635c Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  86. 72d4cd9 block: max hardware sectors limit wrapper by Mike Snitzer · 14 years ago
  87. e692cb6 block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits instead by Martin K. Petersen · 14 years ago
  88. 589a594 md: protect against NULL reference when waiting to start a raid10. by NeilBrown · 14 years ago
  89. 1a855a0 md: fix bug with re-adding of partially recovered device. by NeilBrown · 14 years ago
  90. a035fc3 md: fix possible deadlock in handling flush requests. by NeilBrown · 14 years ago
  91. a7a07e6 md: move code in to submit_flushes. by NeilBrown · 14 years ago
  92. 2b74e12 md: remove handling of flush_pending in md_submit_flush_data by NeilBrown · 14 years ago
  93. f30195c Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/core by Jens Axboe · 14 years ago
  94. be20e6c md: Call blk_queue_flush() to establish flush/fua support by Darrick J. Wong · 14 years ago
  95. 8f9e0ee md/raid1: really fix recovery looping when single good device fails. by NeilBrown · 14 years ago
  96. c26a44e md: fix return value of rdev_size_change() by Justin Maggard · 14 years ago
  97. d07335e block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the event. by Mike Snitzer · 14 years ago
  98. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  99. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  100. e09b457 block: simplify holder symlink handling by Tejun Heo · 14 years ago