1. d29c78d dm: fix mempool NULL pointer race when completing IO by Jiazi Li · 3 years, 3 months ago
  2. cd02b26 dm integrity: fix memory corruption when tag_size is less than digest size by Mikulas Patocka · 2 years, 9 months ago
  3. 504c15f dm mpath: only use ktime_get_ns() in historical selector by Khazhismel Kumykov · 2 years, 9 months ago
  4. 2f2f017 dm: requeue IO if mapping table not yet available by Mike Snitzer · 2 years, 10 months ago
  5. 71c8df3 dm ioctl: prevent potential spectre v1 gadget by Jordy Zomer · 2 years, 11 months ago
  6. 5349cde dm crypt: fix get_key_size compiler warning if !CONFIG_KEYS by Aashish Sharma · 2 years, 11 months ago
  7. 8dde229 bcache: fixup multiple threads crash by Mingzhe Zou · 2 years, 11 months ago
  8. b101e74 dm integrity: set journal entry unused when shrinking device by Mikulas Patocka · 2 years, 9 months ago
  9. dfde7afe dm: fix alloc_dax error handling in alloc_dev by Christoph Hellwig · 3 years, 1 month ago
  10. eaf8cff dm space map common: add bounds check to sm_ll_lookup_bitmap() by Joe Thornber · 3 years, 1 month ago
  11. 5850bef dm btree: add a defensive bounds check to insert_at() by Joe Thornber · 3 years, 1 month ago
  12. c39d68a md: revert io stats accounting by Guoqing Jiang · 3 years, 7 months ago
  13. 0e21e6c dm btree remove: fix use after free in rebalance_children() by Joe Thornber · 3 years, 1 month ago
  14. 8b4264c md: fix update super 1.0 on rdev size change by Markus Hochholdinger · 3 years, 1 month ago
  15. 2338c35 md: update superblock after changing rdev flags in state_store by Xiao Ni · 3 years, 3 months ago
  16. b18ba3f md: fix a lock order reversal in md_alloc by Christoph Hellwig · 3 years, 4 months ago
  17. 55e6f8b treewide: Change list_sort to use const pointers by Sami Tolvanen · 3 years, 9 months ago
  18. 7509c4c dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc() by Arne Welzel · 3 years, 5 months ago
  19. cf13537 bcache: add proper error unwinding in bcache_device_init by Christoph Hellwig · 3 years, 5 months ago
  20. a786282 md/raid10: properly indicate failure when ending a failed write request by Wei Shuyu · 3 years, 6 months ago
  21. b716ccf dm writecache: write at least 4k when committing by Mikulas Patocka · 3 years, 6 months ago
  22. ba47e65 dm btree remove: assign new_root only when removal succeeds by Hou Tao · 3 years, 6 months ago
  23. 1b5918b dm writecache: flush origin device when writing and cache is full by Mikulas Patocka · 3 years, 7 months ago
  24. cbc03ff dm zoned: check zone capacity by Damien Le Moal · 3 years, 7 months ago
  25. ad7083a dm writecache: commit just one block, not a full page by Mikulas Patocka · 3 years, 7 months ago
  26. cc4f0a9 dm: Fix dm_accept_partial_bio() relative to zone management commands by Damien Le Moal · 3 years, 7 months ago
  27. 939f7502 dm writecache: don't split bios when overwriting contiguous cache content by Mikulas Patocka · 3 years, 7 months ago
  28. 65e7806 dm space maps: don't reset space map allocation cursor when committing by Joe Thornber · 3 years, 9 months ago
  29. 90547d5 dm verity: fix require_signatures module_param permissions by John Keeping · 3 years, 8 months ago
  30. 1a8ecc3 dm snapshot: properly fix a crash when an origin has no snapshots by Mikulas Patocka · 3 years, 7 months ago
  31. 2a61f0c dm snapshot: fix crash with transient storage and zero chunk size by Mikulas Patocka · 3 years, 8 months ago
  32. 0035a47 md: Fix missing unused status line of /proc/mdstat by Jan Glauber · 3 years, 10 months ago
  33. b70b7ec md: md_open returns -EBUSY when entering racing area by Zhao Heming · 3 years, 9 months ago
  34. cdcfa77 md: factor out a mddev_find_locked helper from mddev_find by Christoph Hellwig · 3 years, 9 months ago
  35. 07e7374 md: split mddev_find by Christoph Hellwig · 3 years, 9 months ago
  36. 61b8c6e md-cluster: fix use-after-free issue when removing rdev by Heming Zhao · 3 years, 9 months ago
  37. 569885a md/bitmap: wait for external bitmap writes to complete during tear down by Sudhakar Panneerselvam · 3 years, 9 months ago
  38. 1cb02dc dm rq: fix double free of blk_mq_tag_set in dev remove after table load fails by Benjamin Block · 3 years, 8 months ago
  39. 0614146 dm integrity: fix missing goto in bitmap_flush_interval error handling by Tian Tao · 3 years, 9 months ago
  40. df89391 dm space map common: fix division bug in sm_ll_find_free_block() by Joe Thornber · 3 years, 9 months ago
  41. fcf763a dm persistent data: packed struct should have an aligned() attribute too by Joe Thornber · 3 years, 9 months ago
  42. 0cd2d25 dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload sequences by Heinz Mauelshagen · 3 years, 8 months ago
  43. 661061a md/raid1: properly indicate failure when ending a failed write request by Paul Clements · 3 years, 9 months ago
  44. 2b83087 dm verity fec: fix misaligned RS roots IO by Jaegeuk Kim · 3 years, 9 months ago
  45. 42aa210 dm table: Fix zoned model check and zone sectors check by Shin'ichiro Kawasaki · 3 years, 10 months ago
  46. 921aae1 dm ioctl: fix out of bounds array access when no devices by Mikulas Patocka · 3 years, 9 months ago
  47. d8b36c4 dm verity: fix DM_VERITY_OPTS_MAX value by JeongHyeon Lee · 3 years, 10 months ago
  48. ce1cca1 dm verity: fix FEC for RS roots unaligned to block size by Milan Broz · 3 years, 10 months ago
  49. 7bda53f dm bufio: subtract the number of initial sectors in dm_bufio_get_device_size by Mikulas Patocka · 3 years, 10 months ago
  50. 9bfb6d5 dm era: only resize metadata in preresume by Nikos Tsironis · 3 years, 11 months ago
  51. a46ab7c dm era: Reinitialize bitset cache before digesting a new writeset by Nikos Tsironis · 4 years ago
  52. f6dbf02 dm era: Use correct value size in equality function of writeset tree by Nikos Tsironis · 4 years ago
  53. fbb85ef dm era: Fix bitset memory leaks by Nikos Tsironis · 4 years ago
  54. ede8948 dm era: Verify the data block size hasn't changed by Nikos Tsironis · 4 years ago
  55. e6039db dm era: Update in-core bitset after committing the metadata by Nikos Tsironis · 4 years ago
  56. d7131cc dm era: Recover committed writeset after crash by Nikos Tsironis · 4 years ago
  57. 0b2dbaa dm writecache: fix writing beyond end of underlying device when shrinking by Mikulas Patocka · 3 years, 11 months ago
  58. f88a70bf dm writecache: return the exact table values that were set by Mikulas Patocka · 3 years, 11 months ago
  59. 70faef9 dm writecache: fix performance degradation in ssd mode by Mikulas Patocka · 4 years ago
  60. 72d17fa dm table: fix zoned iterate_devices based device capability checks by Jeffle Xu · 3 years, 11 months ago
  61. bc3f609 dm table: fix DAX iterate_devices based device capability checks by Jeffle Xu · 3 years, 11 months ago
  62. bf95976 dm table: fix iterate_devices based device capability checks by Jeffle Xu · 4 years ago
  63. 1f14507 dm: fix deadlock when swapping to encrypted device by Mikulas Patocka · 3 years, 11 months ago
  64. 695185f bcache: Move journal work to new flush wq by Kai Krakow · 3 years, 11 months ago
  65. f5ee9638 bcache: Give btree_io_wq correct semantics again by Kai Krakow · 3 years, 11 months ago
  66. 25ca325 Revert "bcache: Kill btree_io_wq" by Kai Krakow · 3 years, 11 months ago
  67. fe27257 md: Set prev_flush_start and flush_bio in an atomic way by Xiao Ni · 4 years, 1 month ago
  68. 1a39162 bcache: only check feature sets when sb->version >= BCACHE_SB_VERSION_CDEV_WITH_FEATURES by Coly Li · 4 years ago
  69. 246ab9b dm integrity: select CRYPTO_SKCIPHER by Anthony Iliopoulos · 4 years ago
  70. 9cb683c dm integrity: conditionally disable "recalculate" feature by Mikulas Patocka · 4 years ago
  71. de4fabc dm integrity: fix a crash if "recalculate" used without "internal_hash" by Mikulas Patocka · 4 years ago
  72. 5a5095a dm: avoid filesystem lookup in dm_get_dev_t() by Hannes Reinecke · 4 years ago
  73. c5f2364 dm crypt: fix copy and paste bug in crypt_alloc_req_aead by Ignat Korchagin · 4 years ago
  74. 0eb5645 dm: eliminate potential source of excessive kernel log noise by Mike Snitzer · 4 years ago
  75. f6de064 dm zoned: select CONFIG_CRC32 by Arnd Bergmann · 4 years ago
  76. 7c5b204 dm crypt: defer decryption to a tasklet if interrupts disabled by Ignat Korchagin · 4 years ago
  77. fe40f6a dm crypt: do not call bio_endio() from the dm-crypt tasklet by Ignat Korchagin · 4 years ago
  78. 8727884 dm crypt: do not wait for backlogged crypto request completion in softirq by Ignat Korchagin · 4 years ago
  79. 93edb8d dm crypt: use GFP_ATOMIC when allocating crypto requests from softirq by Ignat Korchagin · 4 years ago
  80. 9bf4fba dm integrity: fix the maximum number of arguments by Mikulas Patocka · 4 years ago
  81. 6bba7ef dm integrity: fix flush with external metadata device by Mikulas Patocka · 4 years ago
  82. 1ac4156 dm snapshot: flush merged data before committing metadata by Akilesh Kailash · 4 years ago
  83. 5de4f3a dm raid: fix discard limits for raid1 by Mike Snitzer · 4 years, 3 months ago
  84. e5689d8 bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_LARGE_BUCKET by Coly Li · 4 years ago
  85. a360100 bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucket by Coly Li · 4 years ago
  86. a9c413c bcache: check unsupported feature sets for bcache register by Coly Li · 4 years ago
  87. fbb23cd bcache: fix typo from SUUP to SUPP in features.h by Coly Li · 4 years ago
  88. aff18aa dm verity: skip verity work if I/O error when system is shutting down by Hyeongseok Kim · 4 years, 1 month ago
  89. 5ef9837 md/raid10: initialize r10_bio->read_slot before use. by Kevin Vigor · 4 years, 2 months ago
  90. d27d194 md/cluster: fix deadlock when node is doing resync job by Zhao Heming · 4 years, 1 month ago
  91. 3ace8d5 md/cluster: block reshape with remote resync job by Zhao Heming · 4 years, 1 month ago
  92. 6a57966 dm ioctl: fix error return code in target_message by Qinglang Miao · 4 years, 1 month ago
  93. 70eb256 md: fix a warning caused by a race between concurrent md_ioctl()s by Dae R. Jeong · 4 years, 2 months ago
  94. 26934c8 Revert "dm raid: fix discard limits for raid1 and raid10" by Greg Kroah-Hartman · 4 years ago
  95. 859f703 Revert "md: change mddev 'chunk_sectors' from int to unsigned" by Greg Kroah-Hartman · 4 years ago
  96. d2360a3 Merge tag 'block-5.10-2020-12-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  97. 6ffeb1c md: change mddev 'chunk_sectors' from int to unsigned by Mike Snitzer · 4 years, 1 month ago
  98. 57a0f3a Revert "md: add md_submit_discard_bio() for submitting discard bio" by Song Liu · 4 years, 1 month ago
  99. 17c28c2 Revert "md/raid10: extend r10bio devs to raid disks" by Song Liu · 4 years, 1 month ago
  100. 4e2c656 Revert "md/raid10: pull codes that wait for blocked dev into one function" by Song Liu · 4 years, 1 month ago