1. e8cf978 bcache: fix indentation issue, remove tabs on a hunk of code by Colin Ian King · 6 years ago
  2. d461045 bcache: export backing_dev_uuid via sysfs by Coly Li · 6 years ago
  3. 926d194 bcache: export backing_dev_name via sysfs by Coly Li · 6 years ago
  4. 83ff9318 bcache: not use hard coded memset size in bch_cache_accounting_clear() by Coly Li · 6 years ago
  5. 9951379 bcache: never writeback a discard operation by Daniel Axtens · 6 years ago
  6. ebda52f raid1: simplify raid1_error function by Yufen Yu · 6 years ago
  7. f1e5b62 md-linear: use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  8. cffd425 Merge tag 'for-5.0/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 6 years ago
  9. 075c18c3 dm: add missing trace_block_split() to __split_and_process_bio() by Mike Snitzer · 6 years ago
  10. 6548c7c dm: fix dm_wq_work() to only use __split_and_process_bio() if appropriate by Mike Snitzer · 6 years ago
  11. a1e1cb7 dm: fix redundant IO accounting for bios that need splitting by Mike Snitzer · 6 years ago
  12. 57c3651 dm: fix clone_bio() to trigger blk_recount_segments() by Mike Snitzer · 6 years ago
  13. d445bd9 dm thin: fix passdown_double_checking_shared_status() by Joe Thornber · 6 years ago
  14. 6251691 md: Make bio_alloc_mddev use bio_alloc_bioset by Marcos Paulo de Souza · 6 years ago
  15. 1856b9f dm crypt: fix parsing of extended IV arguments by Milan Broz · 6 years ago
  16. dc629c2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md into for-linus by Jens Axboe · 6 years ago
  17. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  18. 4ed7bdc Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 6 years ago
  19. 0e9da3f Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  20. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  21. b71acb0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  22. e820d55 md: fix raid10 hang issue caused by barrier by Guoqing Jiang · 6 years ago
  23. caea3c4 raid10: refactor common wait code from regular read/write request by Guoqing Jiang · 6 years ago
  24. 37b22c2 md: remvoe redundant condition check by Chengguang Xu · 6 years ago
  25. f91389c md: remove set but not used variable 'bi_rdev' by Yue Haibing · 6 years ago
  26. dbe3ece dm: don't reuse bio for flushes by Jens Axboe · 6 years ago
  27. c6d6e9b dm: do not allow readahead to limit IO size by Jaegeuk Kim · 6 years ago
  28. 74694bc dm raid: fix false -EBUSY when handling check/repair message by Heinz Mauelshagen · 6 years ago
  29. 34743bf dm rq: cleanup leftover code from recently removed q->mq_ops branching by Mike Snitzer · 6 years ago
  30. bbf6a56 dm verity: log the hash algorithm implementation by Eric Biggers · 6 years ago
  31. af331eb dm crypt: log the encryption algorithm implementation by Eric Biggers · 6 years ago
  32. e8c2566 dm integrity: fix spelling mistake in workqueue name by Colin Ian King · 6 years ago
  33. a00f5276 dm flakey: Properly corrupt multi-page bios. by Sweet Tea · 6 years ago
  34. ef87bfc dm: Check for device sector overflow if CONFIG_LBDAF is not set by Milan Broz · 6 years ago
  35. 8d683dc dm crypt: use u64 instead of sector_t to store iv_offset by AliOS system security · 6 years ago
  36. d7e6b8d dm kcopyd: Fix bug causing workqueue stalls by Nikos Tsironis · 6 years ago
  37. 721b1d9 dm snapshot: Fix excessive memory usage and workqueue stalls by Nikos Tsironis · 6 years ago
  38. ef99237 dm bufio: update comment in dm-bufio.c by Shenghui Wang · 6 years ago
  39. e8ea141 dm writecache: fix typo in error msg for creating writecache_flush_thread by Shenghui Wang · 6 years ago
  40. 53b4716 dm: remove indirect calls from __send_changing_extent_only() by Mike Snitzer · 6 years ago
  41. 935fcc5 dm mpath: only flush workqueue when needed by wuzhouhui · 7 years ago
  42. 2adc5c5 dm rq: remove unused arguments from rq_completed() by Mike Snitzer · 6 years ago
  43. 24113d4 dm: avoid indirect call in __dm_make_request by Mikulas Patocka · 6 years ago
  44. 3c94d83 blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight() by Jens Axboe · 6 years ago
  45. e78bd0d bcache: print number of keys in trace_bcache_journal_write by Guoju Fang · 6 years ago
  46. cc38ca7 bcache: set writeback_percent in a flexible range by Coly Li · 6 years ago
  47. 9aaf516 bcache: make cutoff_writeback and cutoff_writeback_sync tunable by Coly Li · 6 years ago
  48. 009673d bcache: add MODULE_DESCRIPTION information by Coly Li · 6 years ago
  49. 7a671d8 bcache: option to automatically run gc thread after writeback by Coly Li · 6 years ago
  50. cb07ad6 bcache: introduce force_wake_up_gc() by Coly Li · 6 years ago
  51. f383ae3 bcache: cannot set writeback_running via sysfs if no writeback kthread created by Shenghui Wang · 6 years ago
  52. 79b7914 bcache: do not mark writeback_running too early by Shenghui Wang · 6 years ago
  53. 4e361e0 bcache: update comment in sysfs.c by Shenghui Wang · 6 years ago
  54. 3db4d07 bcache: update comment for bch_data_insert by Shenghui Wang · 6 years ago
  55. ae17102 bcache: do not check if debug dentry is ERR or NULL explicitly on remove by Shenghui Wang · 6 years ago
  56. d2f96f4 bcache: add comment for cache_set->fill_iter by Shenghui Wang · 6 years ago
  57. 2af6c07 dm thin: bump target version by Mike Snitzer · 6 years ago
  58. f6c3675 dm thin: send event about thin-pool state change _after_ making it by Mike Snitzer · 6 years ago
  59. c4576ae dm: fix request-based dm's use of dm_wait_for_completion by Mike Snitzer · 6 years ago
  60. b7934ba dm: fix inflight IO check by Jens Axboe · 6 years ago
  61. 6f75723 dm: remove the pending IO accounting by Mikulas Patocka · 6 years ago
  62. 112f158 block: stop passing 'cpu' to all percpu stats methods by Mike Snitzer · 6 years ago
  63. dbd3bbd dm rq: leverage blk_mq_queue_busy() to check for outstanding IO by Mike Snitzer · 6 years ago
  64. 80a787b dm: dont rewrite dm_disk(md)->part0.in_flight by Mikulas Patocka · 6 years ago
  65. db6638d blkcg: remove bio->bi_css and instead use bio->bi_blkg by Dennis Zhou · 6 years ago
  66. 892ad71 dm: set the static flush bio device on demand by Dennis Zhou · 6 years ago
  67. d57f9da dm zoned: Fix target BIO completion handling by Damien Le Moal · 6 years ago
  68. 89f5fa4 dm: call blk_queue_split() to impose device limits on bios by Mike Snitzer · 6 years ago
  69. 687cf44 dm cache metadata: verify cache has blocks in blocks_are_clean_separate_dirty() by Mike Snitzer · 6 years ago
  70. 3d234b3 crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations by Eric Biggers · 6 years ago
  71. 1ad0f16 crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations by Eric Biggers · 6 years ago
  72. 344e9ff block: add queue_is_mq() helper by Jens Axboe · 6 years ago
  73. 6d46964 block: remove the lock argument to blk_alloc_queue_node by Christoph Hellwig · 6 years ago
  74. 5f21585 Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  75. b5f2954 blkcg: revert blkcg cleanups series by Dennis Zhou · 6 years ago
  76. 7abe849 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 6 years ago
  77. 71f4d95 Merge tag 'for-4.20/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 6 years ago
  78. 6080ad3 Merge tag 'for-linus-20181026' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  79. 62606c2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  80. bf50545 block: Introduce blk_revalidate_disk_zones() by Damien Le Moal · 6 years ago
  81. e76239a block: add a report_zones method by Christoph Hellwig · 6 years ago
  82. a91e138 block: Introduce blkdev_nr_zones() helper by Damien Le Moal · 6 years ago
  83. 6ab9e09 Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  84. af9b926 MD: Memory leak when flush bio size is zero by Xiao Ni · 6 years ago
  85. 6aaa58c md: fix memleak for mempool by Jack Wang · 6 years ago
  86. da4ad3a dm writecache: remove disabled code in memory_entry() by Mike Snitzer · 6 years ago
  87. 3d4e738 dm zoned: fix various dmz_get_mblock() issues by Damien Le Moal · 6 years ago
  88. 33c2865 dm zoned: fix metadata block ref counting by Damien Le Moal · 6 years ago
  89. d857ad7 dm raid: avoid bitmap with raid4/5/6 journal device by Heinz Mauelshagen · 6 years ago
  90. ea89238 md-cluster: remove suspend_info by Guoqing Jiang · 6 years ago
  91. cb9ee15 md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interrupted by Guoqing Jiang · 6 years ago
  92. cbce686 md-cluster/bitmap: don't call md_bitmap_sync_with_cluster during reshaping stage by Guoqing Jiang · 6 years ago
  93. ca1e98e md-cluster/raid10: don't call remove_and_add_spares during reshaping stage by Guoqing Jiang · 6 years ago
  94. aefb2e5 md-cluster/raid10: call update_size in md_reap_sync_thread by Guoqing Jiang · 6 years ago
  95. 5ebaf80 md-cluster: introduce resync_info_get interface for sanity check by Guoqing Jiang · 6 years ago
  96. 7564bed md-cluster/raid10: support add disk under grow mode by Guoqing Jiang · 6 years ago
  97. afd7562 md-cluster/raid10: resize all the bitmaps before start reshape by Guoqing Jiang · 6 years ago
  98. ed0302e dm crypt: make workqueue names device-specific by Michał Mirosław · 6 years ago
  99. f349b0a dm: add dm_table_device_name() by Michał Mirosław · 6 years ago
  100. 800a734 dm ioctl: harden copy_params()'s copy_from_user() from malicious users by Wenwen Wang · 6 years ago