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