1. b83b2f2 dm snapshot: avoid storing private suspended state by Mike Snitzer · 14 years ago
  2. 239c8dd dm snapshot: persistent make metadata_wq multithreaded by Tejun Heo · 14 years ago
  3. 9c4376d dm: use non reentrant workqueues if equivalent by Tejun Heo · 14 years ago
  4. 4d4d66a dm: convert workqueues to alloc_ordered by Tejun Heo · 14 years ago
  5. f521f07 dm stripe: switch from local workqueue to system_wq by Tejun Heo · 14 years ago
  6. d5ffa38 dm: dont use flush_scheduled_work by Tejun Heo · 14 years ago
  7. fecec20 dm snapshot: remove unused dm_snapshot queued_bios_work by Tejun Heo · 14 years ago
  8. 810b492 dm ioctl: suppress needless warning messages by Milan Broz · 14 years ago
  9. 3474578 dm crypt: add loop aes iv generator by Milan Broz · 14 years ago
  10. d1f9642 dm crypt: add multi key capability by Milan Broz · 14 years ago
  11. 2dc5327 dm crypt: add post iv call to iv generator by Milan Broz · 14 years ago
  12. 20c8253 dm crypt: use io thread for reads only if mempool exhausted by Milan Broz · 14 years ago
  13. c029772 dm crypt: scale to multiple cpus by Andi Kleen · 14 years ago
  14. 7dbcd13 dm crypt: simplify compatible table output by Milan Broz · 14 years ago
  15. 86a54a48 dm log userspace: add version number to comms by Jonathan Brassow · 14 years ago
  16. 085ae06 dm log userspace: group clear and mark requests by Jonathan Brassow · 14 years ago
  17. 909cc4f dm log userspace: split flush queue by Jonathan Brassow · 14 years ago
  18. 8d35d3e dm kcopyd: delay unplugging by Mikulas Patocka · 14 years ago
  19. 4a03867 dm log userspace: trap all failed log construction errors by Jonathan Brassow · 14 years ago
  20. 69a8cfc dm crypt: set key size early by Milan Broz · 14 years ago
  21. 4a1aeb9 dm: remove dm_mutex after bkl conversion by Milan Broz · 14 years ago
  22. 5fc2ffe dm raid1: support discard by Mike Snitzer · 14 years ago
  23. 84c8955 dm ioctl: allow rename to fill empty uuid by Peter Jones · 14 years ago
  24. d9bf0b5 dm io: remove BIO_RW_SYNCIO flag from kcopyd by Mikulas Patocka · 14 years ago
  25. 09c9d4c dm mpath: disable blk_abort_queue by Mike Snitzer · 14 years ago
  26. c217649 dm: dont take i_mutex to change device size by Mike Snitzer · 14 years ago
  27. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  28. b7908c1 block: trace event block fix unassigned field by Jeff Moyer · 14 years ago
  29. 7f8635c Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  30. 72d4cd9 block: max hardware sectors limit wrapper by Mike Snitzer · 14 years ago
  31. e692cb6 block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits instead by Martin K. Petersen · 14 years ago
  32. 589a594 md: protect against NULL reference when waiting to start a raid10. by NeilBrown · 14 years ago
  33. 1a855a0 md: fix bug with re-adding of partially recovered device. by NeilBrown · 14 years ago
  34. a035fc3 md: fix possible deadlock in handling flush requests. by NeilBrown · 14 years ago
  35. a7a07e6 md: move code in to submit_flushes. by NeilBrown · 14 years ago
  36. 2b74e12 md: remove handling of flush_pending in md_submit_flush_data by NeilBrown · 14 years ago
  37. 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
  38. be20e6c md: Call blk_queue_flush() to establish flush/fua support by Darrick J. Wong · 14 years ago
  39. 8f9e0ee md/raid1: really fix recovery looping when single good device fails. by NeilBrown · 14 years ago
  40. c26a44e md: fix return value of rdev_size_change() by Justin Maggard · 14 years ago
  41. d07335e block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the event. by Mike Snitzer · 14 years ago
  42. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  43. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  44. e09b457 block: simplify holder symlink handling by Tejun Heo · 14 years ago
  45. 77304d2 block: read i_size with i_size_read() by Mike Snitzer · 14 years ago
  46. f3ac8bf md: tidy up device searches in read_balance. by NeilBrown · 14 years ago
  47. 046abee md/raid1: fix some typos in comments. by NeilBrown · 14 years ago
  48. 9b19553 md/raid1: discard unused variable. by NeilBrown · 14 years ago
  49. be2a265 md: unplug writes to external bitmaps. by NeilBrown · 14 years ago
  50. a167f66 md: use separate bio pool for each md device. by NeilBrown · 14 years ago
  51. 2b19336 md: change type of first arg to sync_page_io. by NeilBrown · 14 years ago
  52. 1c4588e md/raid1: perform mem allocation before disabling writes during resync. by NeilBrown · 14 years ago
  53. 6746557 md: use bio_kmalloc rather than bio_alloc when failure is acceptable. by NeilBrown · 14 years ago
  54. 4e78064 md: Fix possible deadlock with multiple mempool allocations. by NeilBrown · 14 years ago
  55. e804ac7 md: fix and update workqueue usage by Tejun Heo · 14 years ago
  56. 57dab0b md: use sector_t in bitmap_get_counter by NeilBrown · 14 years ago
  57. 4b532c9 md: remove md_mutex locking. by NeilBrown · 14 years ago
  58. d97a41d md: Fix regression with raid1 arrays without persistent metadata. by NeilBrown · 14 years ago
  59. ca1cab3 workqueues: s/ON_STACK/ONSTACK/ by Andrew Morton · 14 years ago
  60. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  61. e9dd2b6 Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  62. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  63. c37927d Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  64. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  65. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  66. 5c04f55 md: check return code of read_sb_page by Vasiliy Kulikov · 14 years ago
  67. db8d9d3 md/raid1: minor bio initialisation improvements. by NeilBrown · 14 years ago
  68. 7571ae8 md/raid1: avoid overflow in raid1 resync when bitmap is in use. by NeilBrown · 14 years ago
  69. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  70. ddcf352 md: fix v1.x metadata update when a disk is missing. by NeilBrown · 14 years ago
  71. 126925c md: call md_update_sb even for 'external' metadata arrays. by NeilBrown · 14 years ago
  72. c8bf133 Consolidate min_not_zero by Martin K. Petersen · 14 years ago
  73. b372d36 dm: convey that all flushes are processed as empty by Mike Snitzer · 14 years ago
  74. 05447420 dm: fix locking context in queue_io() by Kiyoshi Ueda · 14 years ago
  75. 6a8736d dm: relax ordering of bio-based flush implementation by Tejun Heo · 14 years ago
  76. 29e4013 dm: implement REQ_FLUSH/FUA support for request-based dm by Tejun Heo · 14 years ago
  77. d87f4c1 dm: implement REQ_FLUSH/FUA support for bio-based dm by Tejun Heo · 14 years ago
  78. e9c7469 md: implment REQ_FLUSH/FUA support by Tejun Heo · 14 years ago
  79. 4913efe block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() by Tejun Heo · 14 years ago
  80. 070dc6d md: resolve confusion of MD_CHANGE_CLEAN by NeilBrown · 14 years ago
  81. bd52b74 md: don't clear MD_CHANGE_CLEAN in md_update_sb() for external arrays by Dan Williams · 14 years ago
  82. 7c44ece Move .gitignore from drivers/md to lib/raid6 by NeilBrown · 14 years ago
  83. 2c7d46e md raid-1/10 Fix bio_rw bit manipulations again by NeilBrown · 14 years ago
  84. 6b96562 md: provide appropriate return value for spare_active functions. by NeilBrown · 14 years ago
  85. e6ffbcb md: Notify sysfs when RAID1/5/10 disk is In_sync. by Adrian Drzewiecki · 14 years ago
  86. 3a3a5dd Update recovery_offset even when external metadata is used. by NeilBrown · 14 years ago
  87. 959eb4e dm mpath: support discard by Mike Snitzer · 14 years ago
  88. 7b76ec1 dm stripe: support discards by Mikulas Patocka · 14 years ago
  89. a79245b dm: split discard requests on target boundaries by Mike Snitzer · 14 years ago
  90. c96053b dm stripe: optimize sector division by Mikulas Patocka · 14 years ago
  91. 6598852 dm stripe: move sector translation to a function by Mikulas Patocka · 14 years ago
  92. 38e1b25 dm: error return error for discards by Mike Snitzer · 14 years ago
  93. 3fd5d48 dm delay: support discard by Mike Snitzer · 14 years ago
  94. f8facb6 dm: zero silently drop discards by Mike Snitzer · 14 years ago
  95. b441a262 dm: use dm_target_offset macro by Alasdair G Kergon · 14 years ago
  96. 56a67df dm: factor out max_io_len_target_boundary by Mike Snitzer · 14 years ago
  97. 06a426c dm: use common __issue_target_request for flush and discard support by Mike Snitzer · 14 years ago
  98. 5ae89a8 dm: linear support discard by Mike Snitzer · 14 years ago
  99. 5ebaee6 dm crypt: simplify crypt_ctr by Milan Broz · 14 years ago
  100. 28513fc dm crypt: simplify crypt_config destruction logic by Milan Broz · 14 years ago