1. 2e959dd Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  2. 3e414b5 Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 5 years ago
  3. 54d4e6a block: centralize PI remapping logic to the block layer by Max Gurtovoy · 5 years ago
  4. 7ad67ca Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  5. afa179e dm: introduce DM_GET_TARGET_VERSION by Mikulas Patocka · 5 years ago
  6. 6e913b2 dm bufio: introduce a global cache replacement by Mikulas Patocka · 5 years ago
  7. 067df25 raid5: use bio_end_sector in r5_next_bio by Guoqing Jiang · 5 years ago
  8. feb9bf9 raid5: remove STRIPE_OPS_REQ_PENDING by Guoqing Jiang · 5 years ago
  9. 33f2c35 md: add feature flag MD_FEATURE_RAID0_LAYOUT by NeilBrown · 5 years ago
  10. c84a137 md/raid0: avoid RAID0 data corruption due to layout confusion. by NeilBrown · 5 years ago
  11. 6ce220d raid5: don't set STRIPE_HANDLE to stripe which is in batch list by Guoqing Jiang · 5 years ago
  12. b76b471 raid5: don't increment read_errors on EILSEQ return by Nigel Croxon · 5 years ago
  13. b132ff3 dm bufio: remove old-style buffer cleanup by Mikulas Patocka · 5 years ago
  14. af53bad dm bufio: introduce a global queue by Mikulas Patocka · 5 years ago
  15. d0a328a dm bufio: refactor adjust_total_allocated by Mikulas Patocka · 5 years ago
  16. 26d2ef0 dm bufio: call adjust_total_allocated from __link_buffer and __unlink_buffer by Mikulas Patocka · 5 years ago
  17. 7431b78 dm: add clone target by Nikos Tsironis · 5 years ago
  18. c8156fc dm raid: fix updating of max_discard_sectors limit by Ming Lei · 5 years ago
  19. 737eb78 block: Delay default elevator initialization by Damien Le Moal · 5 years ago
  20. 6d19591 dm writecache: skip writecache_wait for pmem mode by Huaisheng Ye · 5 years ago
  21. fb16c79 dm stats: use struct_size() helper by Gustavo A. R. Silva · 5 years ago
  22. b0f01ec md/raid5: use bio_end_sector to calculate last_sector by Guoqing Jiang · 5 years ago
  23. 07f1a68 md/raid1: fail run raid1 array when active disk less than one by Yufen Yu · 5 years ago
  24. 62f7b19 md raid0/linear: Mark array as 'broken' and fail BIOs if a member is gone by Guilherme G. Piccoli · 5 years ago
  25. b1d1e29 dm crypt: omit parsing of the encapsulated cipher by Ard Biesheuvel · 5 years ago
  26. a1a262b dm crypt: switch to ESSIV crypto API template by Ard Biesheuvel · 5 years ago
  27. a22a960 closures: fix a race on wakeup from closure_sync by Kent Overstreet · 5 years ago
  28. d66c992 bcache: Fix an error code in bch_dump_read() by Dan Carpenter · 5 years ago
  29. d55a4ae bcache: add cond_resched() in __bch_cache_cmp() by Shile Zhang · 5 years ago
  30. 0009fad raid5 improve too many read errors msg by adding limits by Nigel Croxon · 5 years ago
  31. 9d4b45d md: don't report active array_state until after revalidate_disk() completes. by NeilBrown · 5 years ago
  32. 480523f md: only call set_in_sync() when it is expected to succeed. by NeilBrown · 5 years ago
  33. c1499a0 dm space map common: remove check for impossible sm_find_free() return value by ZhangXiaoxu · 6 years ago
  34. bcd6765 dm raid1: use struct_size() with kzalloc() by Gustavo A. R. Silva · 5 years ago
  35. 5229b48 dm writecache: optimize performance by sorting the blocks for writeback_all by Huaisheng Ye · 5 years ago
  36. 62421b3 dm writecache: add unlikely for getting two block with same LBA by Huaisheng Ye · 5 years ago
  37. 58912dbc dm writecache: remove unused member pointer in writeback_struct by Huaisheng Ye · 5 years ago
  38. 0c8e9c2 dm zoned: fix invalid memory access by Mikulas Patocka · 5 years ago
  39. 88cd3e6 dm verity: add root hash pkcs#7 signature verification by Jaskaran Khurana · 5 years ago
  40. 39d13a1 dm crypt: reuse eboiv skcipher for IV generation by Ard Biesheuvel · 5 years ago
  41. 123d87d dm: make dm_table_find_target return NULL by Mikulas Patocka · 5 years ago
  42. 1cfd5d3 dm table: fix invalid memory accesses with too high sector number by Mikulas Patocka · 5 years ago
  43. ae14824 dm space map metadata: fix missing store of apply_bops() return value by ZhangXiaoxu · 5 years ago
  44. e4f9d601 dm btree: fix order of block initialization in btree_split_beneath by ZhangXiaoxu · 5 years ago
  45. dc1a3e8 dm raid: add missing cleanup in raid_ctr() by Wenwen Wang · 5 years ago
  46. e0702d9 dm zoned: fix potential NULL dereference in dmz_do_reclaim() by Dan Carpenter · 5 years ago
  47. 08c04c8 dm dust: use dust block size for badblocklist index by Bryan Gurney · 5 years ago
  48. 5729b6e dm integrity: fix a crash due to BUG_ON in __journal_read_write() by Mikulas Patocka · 5 years ago
  49. ad1bd57 dm zoned: fix a few typos by Dmitry Fomichev · 5 years ago
  50. bae9a0a dm zoned: add SPDX license identifiers by Dmitry Fomichev · 5 years ago
  51. 75d66ff dm zoned: properly handle backing device failure by Dmitry Fomichev · 5 years ago
  52. d7428c5 dm zoned: improve error handling in i/o map code by Dmitry Fomichev · 5 years ago
  53. b234c6d dm zoned: improve error handling in reclaim by Dmitry Fomichev · 5 years ago
  54. d1fef41 dm kcopyd: always complete failed jobs by Dmitry Fomichev · 5 years ago
  55. cf3591e Revert "dm bufio: fix deadlock with loop device" by Mikulas Patocka · 5 years ago
  56. 50e73a4 Merge tag 'for-linus-20190809' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  57. 20621fe bcache: Revert "bcache: use sysfs_match_string() instead of __sysfs_match_string()" by Coly Li · 5 years ago
  58. 449808a raid1: factor out a common routine to handle the completion of sync write by Hou Tao · 5 years ago
  59. 0d8ed0e9 md: don't call spare_active in md_reap_sync_thread if all member devices can't work by Guoqing Jiang · 5 years ago
  60. 062f5b2a md: don't set In_sync if array is frozen by Guoqing Jiang · 5 years ago
  61. 9a56784 md: allow last device to be forcibly removed from RAID1/RAID10. by Guoqing Jiang · 5 years ago
  62. cf89160 md: Convert to use int_pow() by Andy Shevchenko · 5 years ago
  63. 7cee6d4 md/raid10: end bio when the device faulty by Yufen Yu · 5 years ago
  64. eeba680 md/raid1: end bio when the device faulty by Yufen Yu · 5 years ago
  65. 143f6e7 md/raid6: Set R5_ReadError when there is read failure on parity disk by Xiao Ni · 6 years ago
  66. 4675719 raid1: use an int as the return value of raise_barrier() by Hou Tao · 6 years ago
  67. 226b4fc blk-mq: add callback of .cleanup_rq by Ming Lei · 5 years ago
  68. 9c50a98 dm table: fix various whitespace issues with recent DAX code by Mike Snitzer · 5 years ago
  69. 5348deb dm table: fix dax_dev NULL dereference in device_synchronous() by Pankaj Gupta · 5 years ago
  70. 0441281 Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  71. 5d9e06d bcache: fix possible memory leak in bch_cached_dev_run() by Wei Yongjun · 5 years ago
  72. 3bfe1fc Merge tag 'for-5.3/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 5 years ago
  73. f8c3500 Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  74. c663e04 dm kcopyd: Increase default sub-job size to 512KB by Nikos Tsironis · 5 years ago
  75. 3ee2548 dm snapshot: fix oversights in optional discard support by Mike Snitzer · 5 years ago
  76. 3b8cafd dm zoned: fix zone state management race by Damien Le Moal · 5 years ago
  77. c309b6f Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 5 years ago
  78. 9637d51 Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  79. 6cf2a73 docs: device-mapper: move it to the admin-guide by Mauro Carvalho Chehab · 6 years ago
  80. a1240cf74 Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 5 years ago
  81. 2260840 Merge tag 'for-5.3/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 5 years ago
  82. bd293d0 dm bufio: fix deadlock with loop device by Junxiao Bi · 6 years ago
  83. 2e60238 dm snapshot: add optional discard support features by Mike Snitzer · 6 years ago
  84. bd976e5 block: Kill gfp_t argument of blkdev_report_zones() by Damien Le Moal · 6 years ago
  85. 028db3e Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs" by Linus Torvalds · 6 years ago
  86. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  87. b9411d7 dm crypt: implement eboiv - encrypted byte-offset initialization vector by Milan Broz · 6 years ago
  88. 6028a7a dm crypt: remove obsolete comment about plumb IV by Milan Broz · 6 years ago
  89. 4a52ffc dm crypt: wipe private IV struct after key invalid flag is set by Milan Broz · 6 years ago
  90. 131670c dm integrity: use kzalloc() instead of kmalloc() + memset() by Fuqian Huang · 6 years ago
  91. d370ad2 dm: update stale comment in end_clone_bio() by Pavel Begunkov · 6 years ago
  92. 7537dad dm log writes: fix incorrect comment about the logged sequence example by Qu Wenruo · 6 years ago
  93. d4e6e83 dm log writes: use struct_size() to calculate size of pending_block by Zhengyuan Liu · 6 years ago
  94. 9c81c99 dm crypt: use struct_size() when allocating encryption context by Zhengyuan Liu · 6 years ago
  95. 5f1c56b dm integrity: always set version on superblock update by Milan Broz · 6 years ago
  96. 3b99107 Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  97. 0f75ef6 Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  98. 2e9ee09 dm: enable synchronous dax by Pankaj Gupta · 6 years ago
  99. fefc1d9 libnvdimm: add dax_dev sync flag by Pankaj Gupta · 6 years ago
  100. 54fa16e dm thin metadata: check if in fail_io mode when setting needs_check by Mike Snitzer · 6 years ago