1. 09a44ca bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set by Coly Li · 6 years ago
  2. 4fd8e13 bcache: set dc->io_disable to true in conditional_stop_bcache_device() by Coly Li · 6 years ago
  3. ecb2ba8 bcache: add wait_for_kthread_stop() in bch_allocator_thread() by Coly Li · 6 years ago
  4. bf78980 bcache: count backing device I/O error for writeback I/O by Coly Li · 6 years ago
  5. 6147305 bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error() by Coly Li · 6 years ago
  6. 6e916a7 bcache: store disk name in struct cache and struct cached_dev by Coly Li · 6 years ago
  7. 7768ee3 Merge tag 'md/4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 6 years ago
  8. 9f3a094 Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  9. e13e75b Merge branch 'for-4.17/dax' into libnvdimm-for-next by Dan Williams · 6 years ago
  10. dba40d4 raid1: copy write hint from master bio to behind bio by Mariusz Dabrowski · 7 years ago
  11. 8c242593 md/raid1: exit sync request if MD_RECOVERY_INTR is set by Yufen Yu · 6 years ago
  12. 0ea9924 md-cluster: don't update recovery_offset for faulty device by Guoqing Jiang · 6 years ago
  13. 83c7c18 Merge tag 'for-4.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 6 years ago
  14. 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  15. 5bd5e8d dm: remove fmode_t argument from .prepare_ioctl hook by Mike Snitzer · 6 years ago
  16. 971888c dm: hold DM table for duration of ioctl rather than use blkdev_get by Mike Snitzer · 6 years ago
  17. 13bc62d dm raid: fix parse_raid_params() variable range issue by Heinz Mauelshagen · 6 years ago
  18. d4b1aaf dm verity: make verity_for_io_block static by weiyongjun (A) · 6 years ago
  19. 843f38d dm verity: add 'check_at_most_once' option to only validate hashes once by Patrik Torstensson · 7 years ago
  20. 45354f1 dm bufio: don't embed a bio in the dm_buffer structure by Mikulas Patocka · 6 years ago
  21. f51f2e0 dm bufio: support non-power-of-two block sizes by Mikulas Patocka · 6 years ago
  22. 359dbf1 dm bufio: use slab cache for dm_buffer structure allocations by Mikulas Patocka · 6 years ago
  23. 03b02939 dm bufio: reorder fields in dm_buffer structure by Mikulas Patocka · 6 years ago
  24. 6b5e718 dm bufio: relax alignment constraint on slab cache by Mikulas Patocka · 7 years ago
  25. 21bb132 dm bufio: remove code that merges slab caches by Mikulas Patocka · 6 years ago
  26. eeb67a0 dm bufio: get rid of slab cache name allocations by Mikulas Patocka · 7 years ago
  27. afa53df dm bufio: move dm-bufio.h to include/linux/ by Mikulas Patocka · 7 years ago
  28. 1f01317 dm bufio: delete outdated comment by Mikulas Patocka · 7 years ago
  29. 0071654 dm: add support for secure erase forwarding by Denis Semakin · 7 years ago
  30. 0519c71 dm: backfill abnormal IO support to non-splitting IO submission by Mike Snitzer · 6 years ago
  31. 880bcce dm raid: fix nosync status by Heinz Mauelshagen · 7 years ago
  32. 8192a0c dm mpath: use DM_MAPIO_SUBMITTED instead of magic number 0 in process_queued_bios() by Wang Sheng-Hui · 7 years ago
  33. 706dd22 dm stripe: get rid of a Variable Length Array (VLA) by Tycho Andersen · 7 years ago
  34. e5c4cb9 dm log writes: record metadata flag for better flags record by Qu Wenruo · 7 years ago
  35. e16b4f9 dm integrity: fail early if required HMAC key is not available by Milan Broz · 7 years ago
  36. 2d77dafe dm: remove unused macro DM_MOD_NAME_SIZE by Wang Sheng-Hui · 7 years ago
  37. afac6bd dm unstripe: remove unnecessary header includes by Heinz Mauelshagen · 7 years ago
  38. 91e065d dm unstripe: remove superfluous module init error path message by Heinz Mauelshagen · 7 years ago
  39. ba5dfbb dm unstripe: add "dm-unstriped" module alias by Heinz Mauelshagen · 7 years ago
  40. 2ae600c dm unstripe: support non-power-of-2 chunk size by Heinz Mauelshagen · 7 years ago
  41. 5059353 dm crypt: limit the number of allocated pages by Mikulas Patocka · 7 years ago
  42. 1eb5fa8 dm: allow targets to return output from messages they are sent by Mike Snitzer · 7 years ago
  43. 976431b dax, dm: allow device-mapper to operate without dax support by Dan Williams · 6 years ago
  44. da5dadb dm: fix dropped return code from dm_get_bdev_for_ioctl by Mike Snitzer · 6 years ago
  45. e457edf dm mpath: fix support for loading scsi_dh modules during table load by Mike Snitzer · 6 years ago
  46. 5f2b18e bcache: Fix a compiler warning in bcache_device_init() by Bart Van Assche · 7 years ago
  47. 20d3a51 bcache: Reduce the number of sparse complaints about lock imbalances by Bart Van Assche · 7 years ago
  48. 4236146 bcache: Suppress more warnings about set-but-not-used variables by Bart Van Assche · 7 years ago
  49. f0d3814 bcache: Remove an unused variable by Bart Van Assche · 7 years ago
  50. 47344e3 bcache: Fix kernel-doc warnings by Bart Van Assche · 7 years ago
  51. 9dfbdec bcache: Annotate switch fall-through by Bart Van Assche · 7 years ago
  52. 4a4e443 bcache: Add __printf annotation to __bch_check_keys() by Bart Van Assche · 7 years ago
  53. fd01991 bcache: Fix indentation by Bart Van Assche · 7 years ago
  54. c7b7bd0 bcache: add io_disable to struct cached_dev by Coly Li · 7 years ago
  55. 27a40ab bcache: add backing_request_endio() for bi_end_io by Coly Li · 7 years ago
  56. df2b943 bcache: move closure debug file into debug directory by Chengguang Xu · 7 years ago
  57. ca71df3 bcache: fix using of loop variable in memory shrink by Tang Junhui · 7 years ago
  58. f3641c3 bcache: fix error return value in memory shrink by Tang Junhui · 7 years ago
  59. 688892b bcache: fix incorrect sysfs output value of strip size by Tang Junhui · 7 years ago
  60. bc082a5 bcache: fix inaccurate io state for detached bcache devices by Tang Junhui · 7 years ago
  61. 7e027ca bcache: add stop_when_cache_set_failed option to backing device by Coly Li · 7 years ago
  62. 771f393 bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags by Coly Li · 7 years ago
  63. 3fd47bf bcache: stop dc->writeback_rate_update properly by Coly Li · 7 years ago
  64. fadd94e bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set by Coly Li · 7 years ago
  65. 804f3c6 bcache: fix cached_dev->count usage for bch_cache_set_error() by Coly Li · 7 years ago
  66. 8c5c147 dm mpath: fix passing integrity data by Steffen Maier · 7 years ago
  67. e8f74a0 dm mpath: eliminate need to use scsi_device_from_queue by Mike Snitzer · 7 years ago
  68. c373667 dm mpath: fix uninitialized 'pg_init_wait' waitqueue_head NULL pointer by Mike Snitzer · 7 years ago
  69. 91a2620 Merge tag 'for-linus-20180309' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  70. 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
  71. 44e1ebe bcache: Use the blk_queue_flag_{set,clear}() functions by Bart Van Assche · 7 years ago
  72. c934eda dm table: allow upgrade from bio-based to specialized bio-based variant by Mike Snitzer · 7 years ago
  73. 8d47e65 dm mpath: remove unnecessary NVMe branching in favor of scsi_dh checks by Mike Snitzer · 7 years ago
  74. 99243b9 dm table: fix "nvme" test by Mikulas Patocka · 7 years ago
  75. da1e148 dm raid: fix incorrect sync_ratio when degraded by Jonathan Brassow · 7 years ago
  76. 519049a dm: use blkdev_get rather than bdgrab when issuing pass-through ioctl by Mike Snitzer · 7 years ago
  77. 590347e dm bufio: avoid false-positive Wmaybe-uninitialized warning by Arnd Bergmann · 7 years ago
  78. 86755b7a bcache: don't attach backing with duplicate UUID by Michael Lyle · 7 years ago
  79. cc40daf bcache: fix crashes in duplicate cache device register by Tang Junhui · 7 years ago
  80. fb6d47a Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  81. 5ee0524 block: Add 'lock' as third argument to blk_alloc_queue_node() by Bart Van Assche · 7 years ago
  82. d8115c35 md: Delete gendisk before cleaning up the request queue by Bart Van Assche · 7 years ago
  83. 60eb34e bcache: fix kcrashes with fio in RAID5 backend dev by Tang Junhui · 7 years ago
  84. 02aa8a8 bcache: correct flash only vols (check all uuids) by Coly Li · 7 years ago
  85. 3de59bb md/raid1: fix NULL pointer dereference by Yufen Yu · 7 years ago
  86. 8876391 md: fix a potential deadlock of raid5/raid10 reshape by BingJing Chang · 7 years ago
  87. 43a5212 md-cluster: choose correct label when clustered layout is not supported by Lidong Zhong · 7 years ago
  88. 53b8d89 md: raid5: avoid string overflow warning by Arnd Bergmann · 7 years ago
  89. f4bc0c8 raid5-ppl: fix handling flush requests by Artur Paszkiewicz · 7 years ago
  90. 01a69ca md raid10: fix NULL deference in handle_write_completed() by Yufen Yu · 7 years ago
  91. 39772f0 md: only allow remove_and_add_spares when no sync_thread running. by NeilBrown · 7 years ago
  92. f2785b5 md: document lifetime of internal rdev pointer. by NeilBrown · 7 years ago
  93. 4b6c106 md: fix md_write_start() deadlock w/o metadata devices by Heinz Mauelshagen · 7 years ago
  94. b126194 MD: Free bioset when md_run fails by Xiao Ni · 7 years ago
  95. 4b242e9 raid10: change the size of resync window for clustered raid by Guoqing Jiang · 7 years ago
  96. 3acdb7b md-multipath: Use seq_putc() in multipath_status() by Markus Elfring · 7 years ago
  97. 56a64c1 md/raid1: Fix trailing semicolon by Luis de Bethencourt · 7 years ago
  98. 565e045 md/raid5: simplify uninitialization of shrinker by Aliaksei Karaliou · 7 years ago
  99. 8dd601f dm: correctly handle chained bios in dec_pending() by NeilBrown · 7 years ago
  100. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago