1. 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  2. 396eaf2 blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedback by Ming Lei · 7 years ago
  3. 3cc2e57 dm crypt: fix error return code in crypt_ctr() by Wei Yongjun · 7 years ago
  4. dc94902 dm crypt: wipe kernel key copy after IV initialization by Ondrej Kozina · 7 years ago
  5. 717f4b1 dm integrity: don't store cipher request on the stack by Mikulas Patocka · 7 years ago
  6. 27c7003 dm crypt: fix crash by adding missing check for auth key size by Milan Broz · 7 years ago
  7. bc68d0a dm btree: fix serious bug in btree_split_beneath() by Joe Thornber · 7 years ago
  8. 490ae01 dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6 by Dennis Yang · 7 years ago
  9. c100ec4 dm: fix incomplete request_queue initialization by Mike Snitzer · 7 years ago
  10. a127567 dm mpath: Use blk_path_error by Keith Busch · 7 years ago
  11. 3609c47 bcache: closures: move control bits one bit right by Michael Lyle · 7 years ago
  12. 616486a bcache: fix writeback target calc on large devices by Michael Lyle · 7 years ago
  13. 5138ac6 bcache: fix misleading error message in bch_count_io_errors() by Coly Li · 7 years ago
  14. 2831231 bcache: reduce cache_set devices iteration by devices_max_used by Coly Li · 7 years ago
  15. b40503e bcache: fix unmatched generic_end_io_acct() & generic_start_io_acct() by Zhai Zhaoxuan · 7 years ago
  16. ce439bf bcache: mark closure_sync() __sched by Kent Overstreet · 7 years ago
  17. e4bf791 bcache: Fix, improve efficiency of closure_sync() by Kent Overstreet · 7 years ago
  18. b1092c9 bcache: allow quick writeback when backing idle by Michael Lyle · 7 years ago
  19. 6e6ccc6 bcache: writeback: properly order backing device IO by Michael Lyle · 7 years ago
  20. 539d39e bcache: fix wrong return value in bch_debug_init() by Tang Junhui · 7 years ago
  21. 4eca1cb bcache: segregate flash only volume write streams by Tang Junhui · 7 years ago
  22. 9d13411 bcache: Use PTR_ERR_OR_ZERO() by Vasyl Gomonovych · 7 years ago
  23. 8d29c44 bcache: stop writeback thread after detaching by Tang Junhui · 7 years ago
  24. b221fc1 bcache: ret IOERR when read meets metadata error by Rui Hua · 7 years ago
  25. 92681ec dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages() by Ming Lei · 7 years ago
  26. 25d8be7 block: move bio_alloc_pages() to bcache by Ming Lei · 7 years ago
  27. c2421ed bcache: comment on direct access to bvec table by Ming Lei · 7 years ago
  28. 8f50e35 dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZE by Ming Lei · 7 years ago
  29. 263663c block: convert to bio_first_bvec_all & bio_first_page_all by Ming Lei · 7 years ago
  30. 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
  31. fbc7c07 dm bufio: fix shrinker scans when (nr_to_scan < retain_target) by Suren Baghdasaryan · 7 years ago
  32. c1fd0ab dm mpath: fix bio-based multipath queue_if_no_path handling by Mike Snitzer · 7 years ago
  33. 7e6358d dm: fix various targets to dm_register_target after module __init resources created by monty_pavel@sina.com · 7 years ago
  34. afc567a dm table: fix regression from improper dm_dev_internal.count refcount_t conversion by Mike Snitzer · 7 years ago
  35. 18022a1 md/raid1/10: add missed blk plug by Shaohua Li · 7 years ago
  36. d2e2ec8 md: limit mdstat resync progress to max_sectors by Nate Dailey · 7 years ago
  37. ff35f58 md/r5cache: move mddev_lock() out of r5c_journal_mode_set() by Song Liu · 7 years ago
  38. aff69d8 md/raid5: correct degraded calculation in raid5_error by bingjingc · 7 years ago
  39. 6c4ca1e bcache: check return value of register_shrinker by Michael Lyle · 7 years ago
  40. e393aa2 bcache: recover data from backing when data is clean by Rui Hua · 7 years ago
  41. cf33c1e bcache: Fix building error on MIPS by Huacai Chen · 7 years ago
  42. bb22caf bcache: add a comment in journal bucket reading by Tang Junhui · 7 years ago
  43. 06ede5f Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  44. 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
  45. 74d4108 dm bufio: fix integer overflow when limiting maximum cache size by Eric Biggers · 7 years ago
  46. 5d47c89 dm: clear all discard attributes in queue_limits when discards are disabled by Mike Snitzer · 7 years ago
  47. 7dea378 dm: do not set 'discards_supported' in targets that do not need it by Mike Snitzer · 7 years ago
  48. 8a74d29 dm: discard support requires all targets in a table support discards by Mike Snitzer · 7 years ago
  49. 9dc112e dm mpath: remove annoying message of 'blk_get_request() returned -11' by Ming Lei · 7 years ago
  50. 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
  51. 8376d3c md: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  52. 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
  53. 47f521b Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  54. 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
  55. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  56. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  57. ef7afb3 dm cache: lift common migration preparation code to alloc_migration() by Mike Snitzer · 7 years ago
  58. ede6507 dm cache: remove usused deferred_cells member from struct cache by Joe Thornber · 7 years ago
  59. 9768a10d dm cache policy smq: allocate cache blocks in order by Joe Thornber · 7 years ago
  60. 8ee18ed dm cache policy smq: change max background work from 10240 to 4096 blocks by Joe Thornber · 7 years ago
  61. 64748b1 dm cache background tracker: limit amount of background work that may be issued at once by Joe Thornber · 7 years ago
  62. deb7191 dm cache policy smq: take origin idle status into account when queuing writebacks by Joe Thornber · 7 years ago
  63. 1e72a8e dm cache policy smq: handle races with queuing background_work by Joe Thornber · 7 years ago
  64. 2339784 dm raid: fix panic when attempting to force a raid to sync by Heinz Mauelshagen · 7 years ago
  65. 95b1369 dm integrity: allow unaligned bv_offset by Mikulas Patocka · 7 years ago
  66. 0440d5c dm crypt: allow unaligned bv_offset by Mikulas Patocka · 7 years ago
  67. 49de576 dm: small cleanup in dm_get_md() by Mike Snitzer · 7 years ago
  68. b9a41d2 dm: fix race between dm_get_from_kobject() and __dm_destroy() by Hou Tao · 7 years ago
  69. 856eb09 dm: allocate struct mapped_device with kvzalloc by Mikulas Patocka · 7 years ago
  70. 114e0259 dm zoned: ignore last smaller runt zone by Damien Le Moal · 7 years ago
  71. fbc6129 dm space map metadata: use ARRAY_SIZE by Jérémy Lefaure · 7 years ago
  72. 98d82f4 dm log writes: add support for DAX by Ross Zwisler · 7 years ago
  73. e5a2066 dm log writes: add support for inline data buffers by Ross Zwisler · 7 years ago
  74. 693b960 dm cache: simplify get_per_bio_data() by removing data_size argument by Mike Snitzer · 7 years ago
  75. 9958f1d dm cache: remove all obsolete writethrough-specific code by Mike Snitzer · 7 years ago
  76. 2df3bae dm cache: submit writethrough writes in parallel to origin and cache by Mike Snitzer · 7 years ago
  77. 8e3c382 dm cache: pass cache structure to mode functions by Mike Snitzer · 7 years ago
  78. d1260e2 dm cache: fix race condition in the writeback mode overwrite_bio optimisation by Joe Thornber · 7 years ago
  79. 0868b99 md: free unused memory after bitmap resize by Zdenek Kabelac · 7 years ago
  80. 0202ce8 md: release allocated bitset sync_set by Zdenek Kabelac · 7 years ago
  81. 97f0eb9 md/bitmap: clear BITMAP_WRITE_ERROR bit before writing it to sb by Hou Tao · 7 years ago
  82. db0505d md: be cautious about using ->curr_resync_completed for ->recovery_offset by NeilBrown · 7 years ago
  83. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  84. 12f1ffc dm: move dm-verity to generic async completion by Gilad Ben-Yossef · 7 years ago
  85. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  86. b90f6ff md: don't check MD_SB_CHANGE_CLEAN in md_allow_write by Artur Paszkiewicz · 7 years ago
  87. f0e230a md-cluster: update document for raid10 by Guoqing Jiang · 7 years ago
  88. fc33060 md: remove redundant variable q by Colin Ian King · 7 years ago
  89. f81f730 raid1: remove obsolete code in raid1_write_request by Guoqing Jiang · 7 years ago
  90. 8db8791 md-cluster: Use a small window for raid10 resync by Guoqing Jiang · 7 years ago
  91. cb8a7a7 md-cluster: Suspend writes in RAID10 if within range by Guoqing Jiang · 7 years ago
  92. d4098c7 md-cluster/raid10: set "do_balance = 0" if area is resyncing by Guoqing Jiang · 7 years ago
  93. efa4b77 md: use lockdep_assert_held by Shaohua Li · 7 years ago
  94. f6eca2d raid1: prevent freeze_array/wait_all_barriers deadlock by Nate Dailey · 7 years ago
  95. ae89fd3 md: use TASK_IDLE instead of blocking signals by Mikulas Patocka · 7 years ago
  96. b03e0cc md: remove special meaning of ->quiesce(.., 2) by NeilBrown · 7 years ago
  97. 35bfc52 md: allow metadata update while suspending. by NeilBrown · 7 years ago
  98. 9e1cc0a md: use mddev_suspend/resume instead of ->quiesce() by NeilBrown · 7 years ago
  99. b3143b9 md: move suspend_hi/lo handling into core md code by NeilBrown · 7 years ago
  100. 52a0d49 md: don't call bitmap_create() while array is quiesced. by NeilBrown · 7 years ago