1. 828bf6e Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  2. 3943b040 bcache: release dc->writeback_lock properly in bch_writeback_thread() by Shan Hai · 6 years ago
  3. 5bed49a Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  4. d235996 bcache: use routines from lib/crc64.c for CRC64 calculation by Coly Li · 6 years ago
  5. 08b5fa8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 6 years ago
  6. b0e5c29 Merge tag 'for-4.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 6 years ago
  7. 1e1132e dm writecache: fix a crash due to reading past end of dirty_bitmap by Mikulas Patocka · 6 years ago
  8. b219a1d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 6 years ago
  9. bc9e9cf dm crypt: don't decrease device limits by Mikulas Patocka · 6 years ago
  10. eb2b3d0 bcache: add the missing comments for smp_mb()/smp_wmb() by Coly Li · 6 years ago
  11. d0c1b89 bcache: remove unnecessary space before ioctl function pointer arguments by Coly Li · 6 years ago
  12. 87418ef bcache: add missing SPDX header by Coly Li · 6 years ago
  13. b3cf37b bcache: move open brace at end of function definitions to next line by Coly Li · 6 years ago
  14. e1f08f1 bcache: add static const prefix to char * array declarations by Coly Li · 6 years ago
  15. 3be11db bcache: fix code comments style by Coly Li · 6 years ago
  16. 3069211 bcache: do not check NULL pointer before calling kmem_cache_destroy by Coly Li · 6 years ago
  17. bc81b47 bcache: prefer 'help' in Kconfig by Coly Li · 6 years ago
  18. 2b1edd2 bcache: fix typo 'succesfully' to 'successfully' by Coly Li · 6 years ago
  19. d9c61d3 bcache: replace '%pF' by '%pS' in seq_printf() by Coly Li · 6 years ago
  20. c63ca78 bcache: fix indent by replacing blank by tabs by Coly Li · 6 years ago
  21. 6ae63e3 bcache: replace printk() by pr_*() routines by Coly Li · 6 years ago
  22. 958bf49 bcache: replace Symbolic permissions by octal permission numbers by Coly Li · 6 years ago
  23. b0d3098 bcache: style fixes for lines over 80 characters by Coly Li · 6 years ago
  24. fc2d598 bcache: add identifier names to arguments of function definitions by Coly Li · 6 years ago
  25. 1fae7cf bcache: style fix to add a blank line after declarations by Coly Li · 6 years ago
  26. 6f10f7d bcache: style fix to replace 'unsigned' by 'unsigned int' by Coly Li · 6 years ago
  27. 46451874 bcache: fix error setting writeback_rate through sysfs interface by Coly Li · 6 years ago
  28. 5b1fe7b dm cache metadata: set dirty on all cache blocks after a crash by Ilya Dryomov · 6 years ago
  29. cbb751c bcache: trivial - remove tailing backslash in macro BTREE_FLAG by Shenghui Wang · 6 years ago
  30. e921efe bcache: make the pr_err statement used for ENOENT only in sysfs_attatch section by Shenghui Wang · 6 years ago
  31. ea8c5356 bcache: set max writeback rate when I/O request is idle by Coly Li · 6 years ago
  32. b467a6a bcache: add code comments for bset.c by Coly Li · 6 years ago
  33. 0cba2e7 bcache: fix mistaken comments in request.c by Coly Li · 6 years ago
  34. cb329de bcache: fix mistaken code comments in bcache.h by Coly Li · 6 years ago
  35. e57fd74 bcache: add a comment in super.c by Coly Li · 6 years ago
  36. c2e8dcf bcache: avoid unncessary cache prefetch bch_btree_node_get() by Coly Li · 6 years ago
  37. b4cb6ef bcache: display rate debug parameters to 0 when writeback is not running by Coly Li · 6 years ago
  38. 78ac210 bcache: do not check return value of debugfs_create_dir() by Coly Li · 6 years ago
  39. c9a5e6a dm snapshot: remove stale FIXME in snapshot_map() by Mike Snitzer · 6 years ago
  40. 3db2776 dm snapshot: improve performance by switching out_of_order_list to rbtree by David Jeffery · 6 years ago
  41. 784c9a2 dm kcopyd: avoid softlockup in run_complete_job by John Pittman · 6 years ago
  42. fd2fa95 dm cache metadata: save in-core policy_hint_size to on-disk superblock by Mike Snitzer · 6 years ago
  43. 7529444 dm thin: stop no_space_timeout worker when switching to write-mode by Hou Tao · 6 years ago
  44. 05b9ba4 Merge tag 'v4.18-rc6' into for-4.19/block2 by Jens Axboe · 6 years ago
  45. d63e2fc md/raid5: fix data corruption of replacements after originals dropped by BingJing Chang · 6 years ago
  46. e64e4018 md: Avoid namespace collision with bitmap API by Andy Shevchenko · 6 years ago
  47. 5cc9cdf dm: Avoid namespace collision with bitmap API by Andy Shevchenko · 6 years ago
  48. 7209049d dm kcopyd: return void from dm_kcopyd_copy() by Mike Snitzer · 6 years ago
  49. f742267 md/dm-writecache: Don't request pointer dummy_addr when not required by Huaisheng Ye · 6 years ago
  50. 63c8ecb dm thin: include metadata_low_watermark threshold in pool status by Andy Grover · 6 years ago
  51. 9ff07e7 dm writecache: report start_sector in status line by Mikulas Patocka · 6 years ago
  52. c07c88f dm crypt: convert essiv from ahash to shash by Kees Cook · 6 years ago
  53. c7329ef dm crypt: use wake_up_process() instead of a wait queue by Mikulas Patocka · 7 years ago
  54. a3fcf72 dm integrity: recalculate checksums on creation by Mikulas Patocka · 7 years ago
  55. 747829a dm integrity: flush journal on suspend when using separate metadata device by Mikulas Patocka · 7 years ago
  56. 1f9fc0b dm integrity: use version 2 for separate metadata by Mikulas Patocka · 7 years ago
  57. 356d9d5 dm integrity: allow separate metadata device by Mikulas Patocka · 7 years ago
  58. 71e9ddb dm integrity: add ic->start in get_data_sector() by Mikulas Patocka · 7 years ago
  59. f84fd2c dm integrity: report provided data sectors in the status by Mikulas Patocka · 7 years ago
  60. 724376a dm integrity: implement fair range locks by Mikulas Patocka · 7 years ago
  61. 518748b dm integrity: decouple common code in dm_integrity_map_continue() by Mikulas Patocka · 7 years ago
  62. c21b163 dm integrity: change 'suspending' variable from bool to int by Mikulas Patocka · 7 years ago
  63. cda6b5a dm delay: add flush as a third class of IO by Mikulas Patocka · 7 years ago
  64. 3876ac7 dm delay: refactor repetitive code by Mikulas Patocka · 7 years ago
  65. af9313c dm cache: only allow a single io_mode cache feature to be requested by John Pittman · 7 years ago
  66. 75cbb3f bcache: stop using the deprecated get_seconds() by Arnd Bergmann · 6 years ago
  67. 9b4e9f5 bcache: do not assign in if condition in bcache_device_init() by Florian Schmaus · 6 years ago
  68. 16c1fdf bcache: do not assign in if condition in bcache_init() by Florian Schmaus · 6 years ago
  69. 6268dc2 bcache: free heap cache_set->flush_btree in bch_journal_free by Shenghui Wang · 6 years ago
  70. a56489d bcache: do not assign in if condition register_bcache() by Florian Schmaus · 6 years ago
  71. 94f71c1 bcache: fix I/O significant decline while backend devices registering by Tang Junhui · 6 years ago
  72. 7f4a59d bcache: calculate the number of incremental GC nodes according to the total of btree nodes by Tang Junhui · 6 years ago
  73. 5c25c4f bcache: finish incremental GC by Tang Junhui · 6 years ago
  74. 99a27d5 bcache: simplify the calculation of the total amount of flash dirty data by Tang Junhui · 6 years ago
  75. 3ed122e md: remove a bogus comment by Christoph Hellwig · 6 years ago
  76. c8b27ac bcache: don't clone bio in bch_data_verify by Christoph Hellwig · 6 years ago
  77. 08edaaa drivers/md/raid5: Do not disable irq on release_inactive_stripe_list() call by Anna-Maria Gleixner · 7 years ago
  78. b4460a9 Merge tag 'for-4.18/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 6 years ago
  79. 685dbca drivers/md/raid5: Use irqsave variant of atomic_dec_and_lock() by Anna-Maria Gleixner · 7 years ago
  80. ddcf35d block: Add and use op_stat_group() for indexing disk_stat fields. by Michael Callahan · 6 years ago
  81. 59767fb block: Add part_stat_read_accum to read across field entries. by Michael Callahan · 6 years ago
  82. ebc7709f md/r5cache: remove redundant pointer bio by Colin Ian King · 7 years ago
  83. df8c676 md-cluster: don't send msg if array is closing by Guoqing Jiang · 7 years ago
  84. 0357ba2 md-cluster: show array's status more accurate by Guoqing Jiang · 7 years ago
  85. 010228e md-cluster: clear another node's suspend_area after the copy is finished by Guoqing Jiang · 7 years ago
  86. d284f82 dm writecache: support optional offset for start of device by Mikulas Patocka · 7 years ago
  87. d0fbad0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  88. dbc6265 dm: prevent DAX mounts if not supported by Ross Zwisler · 7 years ago
  89. bda3153 md/raid10: fix that replacement cannot complete recovery after reassemble by BingJing Chang · 7 years ago
  90. a685557 dm thin: handle running out of data space vs concurrent discard by Mike Snitzer · 7 years ago
  91. f2ccaa5 dm raid: don't use 'const' in function return by Arnd Bergmann · 7 years ago
  92. 2d0b2d6 dm zoned: avoid triggering reclaim from inside dmz_map() by Bart Van Assche · 7 years ago
  93. 50a7d3b dm writecache: use 2-factor allocator arguments by Kees Cook · 7 years ago
  94. 7ccdbf8 dm thin metadata: remove needless work from __commit_transaction by Mike Snitzer · 7 years ago
  95. f21c601 dm: use bio_split() when splitting out the already processed bio by Mike Snitzer · 7 years ago
  96. bfc9dfd MD: cleanup resources in failure by Shaohua Li · 7 years ago
  97. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 7 years ago
  98. b08fc52 Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  99. 4597fcf Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  100. fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 7 years ago