1. 3201ac4 dm cache: the CLEAN_SHUTDOWN flag was not being set by Joe Thornber · 9 years ago
  2. 4dcb8b5 dm btree: fix leak of bufio-backed block in btree_split_beneath error path by Mike Snitzer · 9 years ago
  3. 2871c69 dm btree remove: fix a bug when rebalancing nodes after removal by Joe Thornber · 9 years ago
  4. ba30670 dm thin: fix missing pool reference count decrement in pool_ctr error path by Mike Snitzer · 9 years ago
  5. a2a678e dm snapshot persistent: fix missing cleanup in persistent_ctr error path by Sudip Mukherjee · 9 years ago
  6. f24fe98 Merge tag 'md/4.3-rc4-fix' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  7. 0444555 Merge tag 'dm-4.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  8. b0d3cc0 dm snapshot: add new persistent store option to support overflow by Mike Snitzer · 9 years ago
  9. 2bffa15 dm cache: fix NULL pointer when switching from cleaner policy by Joe Thornber · 9 years ago
  10. a452744 crash in md-raid1 and md-raid10 due to incorrect list manipulation by Mikulas Patocka · 9 years ago
  11. 50887bd dm: fix request-based dm error reporting by Junichi Nomura · 9 years ago
  12. 15ecf9a Merge tag 'md/4.3-fixes' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  13. 042745e dm raid: fix round up of default region size by Mikulas Patocka · 9 years ago
  14. da6fb7a md/bitmap: don't pass -1 to bitmap_storage_alloc. by NeilBrown · 9 years ago
  15. e8ff8bf md/raid1: Avoid raid1 resync getting stuck by Jes Sorensen · 9 years ago
  16. 644df1a md: drop null test before destroy functions by Julia Lawall · 9 years ago
  17. d4929ad md: clear CHANGE_PENDING in readonly array by Shaohua Li · 9 years ago
  18. 66eefe5 md/raid0: apply base queue limits *before* disk_stack_limits by NeilBrown · 9 years ago
  19. 36707bb md/raid5: don't index beyond end of array in need_this_block(). by NeilBrown · 9 years ago
  20. ebda780 raid5: update analysis state for failed stripe by Shaohua Li · 9 years ago
  21. 88724bf md: wait for pending superblock updates before switching to read-only by NeilBrown · 9 years ago
  22. 2a708cf dm: fix AB-BA deadlock in __dm_destroy() by Junichi Nomura · 9 years ago
  23. 586b286 dm crypt: constrain crypt device's max_segment_size to PAGE_SIZE by Mike Snitzer · 9 years ago
  24. 2160767 dm thin: disable discard support for thin devices if pool's is disabled by Mike Snitzer · 9 years ago
  25. 8e78b7d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  26. 294ab78 scsi_dh: fix randconfig build error by Christoph Hellwig · 9 years ago
  27. 2a013e3 Merge tag 'md/4.3' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  28. e89c6fd Merge linux-block/for-4.3/core into md/for-linux by NeilBrown · 9 years ago
  29. 1e1a4e8 Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  30. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  31. 089b669 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  32. cc7da0b dm cache: fix use after freeing migrations by Joe Thornber · 9 years ago
  33. dc9cee5 dm cache: small cleanups related to deferred prison cell cleanup by Mike Snitzer · 9 years ago
  34. 9153df7 dm cache: fix leaking of deferred bio prison cells by Joe Thornber · 9 years ago
  35. c3cce6c md/raid5: ensure device failure recorded before write request returns. by NeilBrown · 9 years ago
  36. 34a6f80 md/raid5: use bio_list for the list of bios to return. by NeilBrown · 9 years ago
  37. 95af587 md/raid10: ensure device failure recorded before write request returns. by NeilBrown · 9 years ago
  38. 55ce74d md/raid1: ensure device failure recorded before write request returns. by NeilBrown · 9 years ago
  39. 18b9f67 md-cluster: remove inappropriate try_module_get from join() by NeilBrown · 9 years ago
  40. 6022e75 md: extend spinlock protection in register_md_cluster_operations by NeilBrown · 9 years ago
  41. abb9b22 md-cluster: Read the disk bitmap sb and check if it needs recovery by Guoqing Jiang · 9 years ago
  42. eece075 md-cluster: only call complete(&cinfo->completion) when node join cluster by Guoqing Jiang · 9 years ago
  43. 6e6d9f2 md-cluster: add missed lockres_free by Guoqing Jiang · 9 years ago
  44. b2b9bff md-cluster: remove the unused sb_lock by Guoqing Jiang · 9 years ago
  45. 9e3072e md-cluster: init suspend_list and suspend_lock early in join by Guoqing Jiang · 9 years ago
  46. b5ef567 md-cluster: add the error check if failed to get dlm lock by Guoqing Jiang · 9 years ago
  47. b83d51c md-cluster: init completion within lockres_init by Guoqing Jiang · 9 years ago
  48. 66099bb md-cluster: fix deadlock issue on message lock by Guoqing Jiang · 9 years ago
  49. dc737d7 md-cluster: transfer the resync ownership to another node by Guoqing Jiang · 9 years ago
  50. 05cd0e5 md-cluster: split recover_slot for future code reuse by Guoqing Jiang · 9 years ago
  51. b89f704 md-cluster: use %pU to print UUIDs by Guoqing Jiang · 9 years ago
  52. 25b2edf md: setup safemode_timer before it's being used by Sasha Levin · 9 years ago
  53. 6cbd814 md/raid5: handle possible race as reshape completes. by NeilBrown · 9 years ago
  54. 5ed1df2 md: sync sync_completed has correct value as recovery finishes. by NeilBrown · 9 years ago
  55. c5e19d9 md: be careful when testing resync_max against curr_resync_completed. by NeilBrown · 9 years ago
  56. a4a3d26 md: set MD_RECOVERY_RECOVER when starting a degraded array. by NeilBrown · 9 years ago
  57. c74c0d7 md/raid5: remove incorrect "min_t()" when calculating writepos. by NeilBrown · 9 years ago
  58. 05256d9 md/raid5: strengthen check on reshape_position at run. by NeilBrown · 9 years ago
  59. 3cb5edf md/raid5: switch to use conf->chunk_sectors in place of mddev->chunk_sectors where possible by NeilBrown · 9 years ago
  60. 5cac6bc md/raid5: always set conf->prev_chunk_sectors and ->prev_algo by NeilBrown · 9 years ago
  61. 02ec502 md/raid10: fix a few typos in comments by NeilBrown · 9 years ago
  62. 9214048 md/raid5: consider updating reshape_position at start of reshape. by NeilBrown · 9 years ago
  63. 985ca97 md: close some races between setting and checking sync_action. by NeilBrown · 9 years ago
  64. f7851be md: Keep /proc/mdstat reporting recovery until fully DONE. by NeilBrown · 9 years ago
  65. 1c00038 Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  66. 566079c dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpath by Christoph Hellwig · 9 years ago
  67. 1bab0de dm-mpath, scsi_dh: don't let dm detach device handlers by Christoph Hellwig · 9 years ago
  68. 03100aa block: Replace SG_GAPS with new queue limits mask by Keith Busch · 9 years ago
  69. bd49784 dm stats: report precise_timestamps and histogram in @stats_list output by Mikulas Patocka · 9 years ago
  70. 84f8bd8 dm thin: optimize async discard submission by Mike Snitzer · 9 years ago
  71. b54ffb7 block: remove bio_get_nr_vecs() by Kent Overstreet · 10 years ago
  72. 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 10 years ago
  73. 7140aaf md/raid5: get rid of bio_fits_rdev() by Kent Overstreet · 11 years ago
  74. 7ef6b12 md/raid5: split bio for chunk_aligned_read by Ming Lin · 10 years ago
  75. 749b61d bcache: remove driver private bio splitting code by Kent Overstreet · 11 years ago
  76. 54efd50 block: make generic_make_request handle arbitrarily sized bios by Kent Overstreet · 10 years ago
  77. 76c44f6 dm snapshot: don't invalidate on-disk image on snapshot write overflow by Mikulas Patocka · 10 years ago
  78. fc0a446 dm: remove unlikely() before IS_ERR() by viresh kumar · 9 years ago
  79. e80d1c8 dm: do not override error code returned from dm_get_device() by Vivek Goyal · 9 years ago
  80. ab37844 dm: test return value for DM_MAPIO_SUBMITTED by Mikulas Patocka · 9 years ago
  81. 4fb9aa5 dm verity: remove unused mempool by Sami Tolvanen · 10 years ago
  82. e44b6a5 dm cache: move wake_waker() from free_migrations() to where it is needed by Joe Thornber · 9 years ago
  83. 8c747fd dm btree remove: remove unused function get_nr_entries() by Vivek Goyal · 9 years ago
  84. 0a8d4c3 dm btree: remove unused "dm_block_t root" parameter in btree_split_sibling() by Vivek Goyal · 9 years ago
  85. 4051aab dm cache policy smq: change the mutex to a spinlock by Joe Thornber · 10 years ago
  86. 34dd051 dm cache policy smq: move 'dm-cache-default' module alias to SMQ by Yi Zhang · 9 years ago
  87. b0dc3c8 dm btree: add ref counting ops for the leaves of top level btrees by Joe Thornber · 9 years ago
  88. 7f518ad dm thin metadata: delete btrees when releasing metadata snapshot by Joe Thornber · 9 years ago
  89. 9b81c84 block: don't access bio->bi_error after bio_put() by Sasha Levin · 9 years ago
  90. 5d44f4b Merge 4.2-rc6 into char-misc-next by Greg Kroah-Hartman · 9 years ago
  91. 39171c8 Merge tag 'dm-4.2-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  92. aa0cd28 dm btree remove: fix bug in remove_one() by Joe Thornber · 9 years ago
  93. 57d4248 dm: Spelling s/consitent/consistent/ by Geert Uytterhoeven · 9 years ago
  94. f368ed6 char: make misc_deregister a void function by Greg Kroah-Hartman · 9 years ago
  95. bd4aaf8 dm: fix dm_merge_bvec regression on 32 bit systems by Mike Snitzer · 9 years ago
  96. 199dc6e md/raid0: update queue parameter in a safer location. by NeilBrown · 9 years ago
  97. 25eafe1 md: simplify get_bitmap_file now that "file" is zeroed. by Benjamin Randazzo · 9 years ago
  98. 49895bc md/raid5: don't let shrink_slab shrink too far. by NeilBrown · 9 years ago
  99. b6878d9 md: use kzalloc() when bitmap is disabled by Benjamin Randazzo · 9 years ago
  100. 423f04d md/raid1: extend spinlock to protect raid1_end_read_request against inconsistencies by NeilBrown · 9 years ago