1. ee1b43e Merge tag 'for-4.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  2. fbc7c07 dm bufio: fix shrinker scans when (nr_to_scan < retain_target) by Suren Baghdasaryan · 7 years ago
  3. c1fd0ab dm mpath: fix bio-based multipath queue_if_no_path handling by Mike Snitzer · 7 years ago
  4. 7e6358d dm: fix various targets to dm_register_target after module __init resources created by monty_pavel@sina.com · 7 years ago
  5. afc567a dm table: fix regression from improper dm_dev_internal.count refcount_t conversion by Mike Snitzer · 7 years ago
  6. 18022a1 md/raid1/10: add missed blk plug by Shaohua Li · 7 years ago
  7. d2e2ec8 md: limit mdstat resync progress to max_sectors by Nate Dailey · 7 years ago
  8. ff35f58 md/r5cache: move mddev_lock() out of r5c_journal_mode_set() by Song Liu · 7 years ago
  9. aff69d8 md/raid5: correct degraded calculation in raid5_error by bingjingc · 7 years ago
  10. 6c4ca1e bcache: check return value of register_shrinker by Michael Lyle · 7 years ago
  11. e393aa2 bcache: recover data from backing when data is clean by Rui Hua · 7 years ago
  12. cf33c1e bcache: Fix building error on MIPS by Huacai Chen · 7 years ago
  13. bb22cafd bcache: add a comment in journal bucket reading by Tang Junhui · 7 years ago
  14. 06ede5f Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  15. adeba81 Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  16. 74d4108 dm bufio: fix integer overflow when limiting maximum cache size by Eric Biggers · 7 years ago
  17. 5d47c89 dm: clear all discard attributes in queue_limits when discards are disabled by Mike Snitzer · 7 years ago
  18. 7dea378 dm: do not set 'discards_supported' in targets that do not need it by Mike Snitzer · 7 years ago
  19. 8a74d29 dm: discard support requires all targets in a table support discards by Mike Snitzer · 7 years ago
  20. 9dc112e dm mpath: remove annoying message of 'blk_get_request() returned -11' by Ming Lei · 7 years ago
  21. 1be2172 Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  22. 8376d3c md: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  23. 6aa2f94 Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  24. 47f521b Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  25. b91593f Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  26. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  27. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  28. ef7afb3 dm cache: lift common migration preparation code to alloc_migration() by Mike Snitzer · 7 years ago
  29. ede6507 dm cache: remove usused deferred_cells member from struct cache by Joe Thornber · 7 years ago
  30. 9768a10d dm cache policy smq: allocate cache blocks in order by Joe Thornber · 7 years ago
  31. 8ee18ed dm cache policy smq: change max background work from 10240 to 4096 blocks by Joe Thornber · 7 years ago
  32. 64748b1 dm cache background tracker: limit amount of background work that may be issued at once by Joe Thornber · 7 years ago
  33. deb7191 dm cache policy smq: take origin idle status into account when queuing writebacks by Joe Thornber · 7 years ago
  34. 1e72a8e dm cache policy smq: handle races with queuing background_work by Joe Thornber · 7 years ago
  35. 2339784 dm raid: fix panic when attempting to force a raid to sync by Heinz Mauelshagen · 7 years ago
  36. 95b1369 dm integrity: allow unaligned bv_offset by Mikulas Patocka · 7 years ago
  37. 0440d5c dm crypt: allow unaligned bv_offset by Mikulas Patocka · 7 years ago
  38. 49de576 dm: small cleanup in dm_get_md() by Mike Snitzer · 7 years ago
  39. b9a41d2 dm: fix race between dm_get_from_kobject() and __dm_destroy() by Hou Tao · 7 years ago
  40. 856eb09 dm: allocate struct mapped_device with kvzalloc by Mikulas Patocka · 7 years ago
  41. 114e0259 dm zoned: ignore last smaller runt zone by Damien Le Moal · 7 years ago
  42. fbc6129 dm space map metadata: use ARRAY_SIZE by Jérémy Lefaure · 7 years ago
  43. 98d82f4 dm log writes: add support for DAX by Ross Zwisler · 7 years ago
  44. e5a2066 dm log writes: add support for inline data buffers by Ross Zwisler · 7 years ago
  45. 693b960 dm cache: simplify get_per_bio_data() by removing data_size argument by Mike Snitzer · 7 years ago
  46. 9958f1d dm cache: remove all obsolete writethrough-specific code by Mike Snitzer · 7 years ago
  47. 2df3bae dm cache: submit writethrough writes in parallel to origin and cache by Mike Snitzer · 7 years ago
  48. 8e3c382 dm cache: pass cache structure to mode functions by Mike Snitzer · 7 years ago
  49. d1260e2 dm cache: fix race condition in the writeback mode overwrite_bio optimisation by Joe Thornber · 7 years ago
  50. 0868b99 md: free unused memory after bitmap resize by Zdenek Kabelac · 7 years ago
  51. 0202ce8 md: release allocated bitset sync_set by Zdenek Kabelac · 7 years ago
  52. 97f0eb9 md/bitmap: clear BITMAP_WRITE_ERROR bit before writing it to sb by Hou Tao · 7 years ago
  53. db0505d md: be cautious about using ->curr_resync_completed for ->recovery_offset by NeilBrown · 7 years ago
  54. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  55. 12f1ffc dm: move dm-verity to generic async completion by Gilad Ben-Yossef · 7 years ago
  56. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  57. b90f6ff md: don't check MD_SB_CHANGE_CLEAN in md_allow_write by Artur Paszkiewicz · 7 years ago
  58. f0e230a md-cluster: update document for raid10 by Guoqing Jiang · 7 years ago
  59. fc33060 md: remove redundant variable q by Colin Ian King · 7 years ago
  60. f81f730 raid1: remove obsolete code in raid1_write_request by Guoqing Jiang · 7 years ago
  61. 8db8791 md-cluster: Use a small window for raid10 resync by Guoqing Jiang · 7 years ago
  62. cb8a7a7 md-cluster: Suspend writes in RAID10 if within range by Guoqing Jiang · 7 years ago
  63. d4098c7 md-cluster/raid10: set "do_balance = 0" if area is resyncing by Guoqing Jiang · 7 years ago
  64. efa4b77 md: use lockdep_assert_held by Shaohua Li · 7 years ago
  65. f6eca2d raid1: prevent freeze_array/wait_all_barriers deadlock by Nate Dailey · 7 years ago
  66. ae89fd3 md: use TASK_IDLE instead of blocking signals by Mikulas Patocka · 7 years ago
  67. b03e0cc md: remove special meaning of ->quiesce(.., 2) by NeilBrown · 7 years ago
  68. 35bfc52 md: allow metadata update while suspending. by NeilBrown · 7 years ago
  69. 9e1cc0a md: use mddev_suspend/resume instead of ->quiesce() by NeilBrown · 7 years ago
  70. b3143b9 md: move suspend_hi/lo handling into core md code by NeilBrown · 7 years ago
  71. 52a0d49 md: don't call bitmap_create() while array is quiesced. by NeilBrown · 7 years ago
  72. 4d5324f md: always hold reconfig_mutex when calling mddev_suspend() by NeilBrown · 7 years ago
  73. 230b55f md: forbid a RAID5 from having both a bitmap and a journal. by NeilBrown · 7 years ago
  74. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  75. 330a4db bcache: explicitly destroy mutex while exiting by Liang Chen · 7 years ago
  76. c157313 bcache: fix wrong cache_misses statistics by tang.junhui · 7 years ago
  77. d44c2f9 bcache: update bucket_in_use in real time by Tang Junhui · 7 years ago
  78. 3b304d2 bcache: convert cached_dev.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  79. d59b237 bcache: only permit to recovery read error when cache device is clean by Coly Li · 7 years ago
  80. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  81. d3e632f locking/atomics, dm-integrity: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  82. 6bdd079 dm cache: convert dm_cache_metadata.ref_count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  83. b0b4d7c dm: convert table_device.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  84. 2a0b468 dm: convert dm_dev_internal.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  85. 506458e locking/barriers: Convert users of lockless_dereference() to READ_ONCE() by Will Deacon · 7 years ago
  86. 5307e2a bitops: Introduce assign_bit() by Lukas Wunner · 7 years ago
  87. 235b600 raid5: Set R5_Expanded on parity devices as well as data. by NeilBrown · 7 years ago
  88. a0e764c md: raid10: remove a couple of redundant variables and initializations by Colin Ian King · 7 years ago
  89. 935fe09 md: rename some drivers/md/ files to have an "md-" prefix by Mike Snitzer · 7 years ago
  90. 584ed9fa md: raid10: remove VLAIS by Matthias Kaehlcke · 7 years ago
  91. 7a57157 md-cluster: make function cluster_check_sync_size static by Colin Ian King · 7 years ago
  92. 07719ff raid5-ppl: check recovery_offset when performing ppl recovery by Artur Paszkiewicz · 7 years ago
  93. 611426e raid5-ppl: don't resync after rebuild by Artur Paszkiewicz · 7 years ago
  94. 385f4d7 md-cluster: fix wrong condition check in raid1_write_request by Guoqing Jiang · 7 years ago
  95. 938b533 md/bitmap: revert a patch by Shaohua Li · 7 years ago
  96. 9ce762e bcache: writeback rate clamping: make 32 bit safe by Michael Lyle · 7 years ago
  97. 6446c68 bcache: safeguard a dangerous addressing in closure_queue by Liang Chen · 7 years ago
  98. a8500fc bcache: rearrange writeback main thread ratelimit by Michael Lyle · 7 years ago
  99. e41166c bcache: writeback rate shouldn't artifically clamp by Michael Lyle · 7 years ago
  100. ae82ddb bcache: smooth writeback rate control by Michael Lyle · 7 years ago