1. 78d8e58 Revert "block, dm: don't copy bios for request clones" by Mike Snitzer · 9 years ago
  2. 4e6e36c Revert "dm: do not allocate any mempools for blk-mq request-based DM" by Mike Snitzer · 9 years ago
  3. 90a9bef drivers/md/md.c: use strreplace() by Rasmus Villemoes · 9 years ago
  4. 6597ac8 Merge tag 'dm-4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  5. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  6. bfffa1c Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  7. ab16bfc md: clear Blocked flag on failed devices when array is read-only. by Neil Brown · 9 years ago
  8. 9a8c0fa md: unlock mddev_lock on an error path. by NeilBrown · 9 years ago
  9. bd69192 md: clear mddev->private when it has been freed. by NeilBrown · 9 years ago
  10. 2726d56 vfs: add seq_file_path() helper by Miklos Szeredi · 9 years ago
  11. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 9 years ago
  12. e262f34 dm stats: add support for request-based DM devices by Mikulas Patocka · 9 years ago
  13. dfcfac3 dm stats: collect and report histogram of IO latencies by Mikulas Patocka · 9 years ago
  14. c96aec3 dm stats: support precise timestamps by Mikulas Patocka · 9 years ago
  15. dd4c1b7 dm stats: fix divide by zero if 'number_of_areas' arg is zero by Mikulas Patocka · 9 years ago
  16. bccab6a dm cache: switch the "default" cache replacement policy from mq to smq by Mike Snitzer · 9 years ago
  17. 6096d91 dm space map metadata: fix occasional leak of a metadata block on resize by Joe Thornber · 9 years ago
  18. 4e02361 md: fix a build warning by Firo Yang · 9 years ago
  19. 713bc5c md/raid5: ignore released_stripes check by Shaohua Li · 9 years ago
  20. e9e4c37 md/raid5: per hash value and exclusive wait_for_stripe by Yuanhan Liu · 9 years ago
  21. b1b4648 md/raid5: split wait_for_stripe and introduce wait_for_quiescent by Yuanhan Liu · 9 years ago
  22. 4c9309c md: convert to kstrto*() by Alexey Dobriyan · 9 years ago
  23. c31df25 md/raid10: make sync_request_write() call bio_copy_data() by Kent Overstreet · 9 years ago
  24. ea358cd md: make sure MD_RECOVERY_DONE is clear before starting recovery/resync by NeilBrown · 9 years ago
  25. 8e8e251 md: Close race when setting 'action' to 'idle'. by NeilBrown · 9 years ago
  26. c008f1d md: don't return 0 from array_state_store by NeilBrown · 9 years ago
  27. b1f11af dm thin metadata: fix a race when entering fail mode by Joe Thornber · 9 years ago
  28. fd46769 dm thin: fail messages with EOPNOTSUPP when pool cannot handle messages by Mike Snitzer · 9 years ago
  29. 34fbcf6 dm thin: range discard support by Joe Thornber · 9 years ago
  30. 6550f07 dm thin metadata: add dm_thin_remove_range() by Joe Thornber · 9 years ago
  31. a5d895a dm thin metadata: add dm_thin_find_mapped_range() by Joe Thornber · 9 years ago
  32. 4ec331c dm btree: add dm_btree_remove_leaves() by Joe Thornber · 9 years ago
  33. 0f24b79 dm stats: Use kvfree() in dm_kvfree() by Pekka Enberg · 9 years ago
  34. fba1010 dm cache: age and write back cache entries even without active IO by Joe Thornber · 9 years ago
  35. b61d950 dm cache: prefix all DMERR and DMINFO messages with cache device name by Mike Snitzer · 9 years ago
  36. 028ae9f dm cache: add fail io mode and needs_check flag by Joe Thornber · 9 years ago
  37. 88bf5184 dm cache: wake the worker thread every time we free a migration object by Joe Thornber · 9 years ago
  38. 66a6363 dm cache: add stochastic-multi-queue (smq) policy by Joe Thornber · 9 years ago
  39. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  40. 4452226 writeback: move backing_dev_info->state into bdi_writeback by Tejun Heo · 9 years ago
  41. 0f1e5b5 Merge tag 'dm-4.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  42. 4077525 dm cache: boost promotion of blocks that will be overwritten by Joe Thornber · 9 years ago
  43. 651f5fa dm cache: defer whole cells by Joe Thornber · 9 years ago
  44. 3cdf93f dm bio prison: add dm_cell_promote_or_release() by Joe Thornber · 9 years ago
  45. 451b9e0 dm cache: pull out some bitset utility functions for reuse by Joe Thornber · 9 years ago
  46. 20f6814 dm cache: pass a new 'critical' flag to the policies when requesting writeback work by Joe Thornber · 9 years ago
  47. 066dbaa dm cache: track IO to the origin device using io_tracker by Joe Thornber · 9 years ago
  48. 77289d3 dm cache: add io_tracker by Joe Thornber · 9 years ago
  49. fb4100a dm cache: fix race when issuing a POLICY_REPLACE operation by Joe Thornber · 9 years ago
  50. 54cea3f dm crypt: add comments to better describe crypto processing logic by Milan Broz · 9 years ago
  51. ed63287 dm raid1: keep issuing IO after leg failure by Lidong Zhong · 9 years ago
  52. f4ad317 dm log writes: use ULL suffix for 64-bit constants by Geert Uytterhoeven · 9 years ago
  53. e223e1d dm stripe: drop useless exit point from dm_stripe_init() by Luis Henriques · 9 years ago
  54. 0cf4503 dm raid: add support for the MD RAID0 personality by Heinz Mauelshagen · 9 years ago
  55. c76d53f dm raid: a few cleanups by Heinz Mauelshagen · 9 years ago
  56. 0f4106b dm raid: fixup documentation for discard support by Heinz Mauelshagen · 9 years ago
  57. 49f154c dm thin metadata: remove in-core 'read_only' flag by Mike Snitzer · 9 years ago
  58. f8ae752 dm thin: cleanup schedule_zero() to read more logically by Mike Snitzer · 9 years ago
  59. 8b908f8 dm thin: cleanup overwrite's endio restore to be centralized by Mike Snitzer · 9 years ago
  60. 0f20972 dm: factor out a common cleanup_mapped_device() by Mike Snitzer · 9 years ago
  61. 2d76fff dm: cleanup methods that requeue requests by Mike Snitzer · 9 years ago
  62. cbc4e3c dm: do not allocate any mempools for blk-mq request-based DM by Mike Snitzer · 9 years ago
  63. 183f780 Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2 by Mike Snitzer · 9 years ago
  64. 1c220c6 dm: fix casting bug in dm_merge_bvec() by Joe Thornber · 9 years ago
  65. 15b94a6 dm: fix reload failure of 0 path multipath mapping on blk-mq devices by Junichi Nomura · 9 years ago
  66. c492e2d Merge tag 'md/4.1-rc5-fixes' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  67. e5d8de3 dm: fix false warning in free_rq_clone() for unmapped requests by Mike Snitzer · 9 years ago
  68. 56ccc11 md: fix race when unfreezing sync_action by NeilBrown · 9 years ago
  69. 626f209 md/raid5: break stripe-batches when the array has failed. by NeilBrown · 9 years ago
  70. 787b76f md/raid5: call break_stripe_batch_list from handle_stripe_clean_event by NeilBrown · 9 years ago
  71. 1b956f7 md/raid5: be more selective about distributing flags across batch. by NeilBrown · 9 years ago
  72. 3960ce7 md/raid5: add handle_flags arg to break_stripe_batch_list. by NeilBrown · 9 years ago
  73. fb642b9 md/raid5: duplicate some more handle_stripe_clean_event code in break_stripe_batch_list by NeilBrown · 9 years ago
  74. 4e3d62f md/raid5: remove condition test from check_break_stripe_batch_list. by NeilBrown · 9 years ago
  75. b15a9db md/raid5: Ensure a batch member is not handled prematurely. by NeilBrown · 9 years ago
  76. d0852df5 md/raid5: close race between STRIPE_BIT_DELAY and batching. by NeilBrown · 9 years ago
  77. 2b6b245 md/raid5: ensure whole batch is delayed for all required bitmap updates. by NeilBrown · 9 years ago
  78. 45714fb dm: requeue from blk-mq dm_mq_queue_rq() using BLK_MQ_RQ_QUEUE_BUSY by Mike Snitzer · 9 years ago
  79. 4c6dd53 dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error path by Mike Snitzer · 9 years ago
  80. 3a14075 dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPED by Junichi Nomura · 9 years ago
  81. 4ae9944 dm: run queue on re-queue by Junichi Nomura · 9 years ago
  82. a30ec4b Merge tag 'md/4.1-rc4-fixes' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  83. 5f1b670 block, dm: don't copy bios for request clones by Christoph Hellwig · 9 years ago
  84. 326e1db block: remove management of bi_remaining when restoring original bi_end_io by Mike Snitzer · 9 years ago
  85. 8532e34 md/bitmap: remove rcu annotation from pointer arithmetic. by NeilBrown · 9 years ago
  86. a811577 md/raid0: fix restore to sector variable in raid0_make_request by Eric Work · 9 years ago
  87. 4876969 raid5: fix broken async operation chain by Shaohua Li · 9 years ago
  88. c91aa67 Merge tag 'md/4.1-rc3-fixes' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  89. 5d5df5e Merge tag 'dm-4.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  90. 1daac19 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  91. bb27051 md/raid5: fix handling of degraded stripes in batches. by NeilBrown · 9 years ago
  92. 738a273 md/raid5: fix allocation of 'scribble' array. by NeilBrown · 9 years ago
  93. 6e9eac2 md/raid5: don't record new size if resize_stripes fails. by NeilBrown · 9 years ago
  94. 10d82c5 md/raid5: avoid reading parity blocks for full-stripe write to degraded array by NeilBrown · 9 years ago
  95. b0c783b md/raid5: more incorrect BUG_ON in handle_stripe_fill. by NeilBrown · 9 years ago
  96. f18c1a3 md/raid5: new alloc_stripe() to allocate an initialize a stripe. by NeilBrown · 9 years ago
  97. b6538fe md-raid0: conditional mddev->queue access to suit dm-raid by Heinz Mauelshagen · 9 years ago
  98. dac5621 bio: skip atomic inc/dec of ->bi_cnt for most use cases by Jens Axboe · 9 years ago
  99. c4cf526 bio: skip atomic inc/dec of ->bi_remaining for non-chains by Jens Axboe · 9 years ago
  100. c0403ec Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY" by Rabin Vincent · 9 years ago