1. ac8fd53 md: protect md_unregister_thread from reentrancy by Guoqing Jiang · 2 years, 5 months ago
  2. 61751cd md: fix an incorrect NULL check in md_reload_sb by Xiaomeng Tong · 2 years, 5 months ago
  3. 30da8cb md: fix an incorrect NULL check in does_sb_need_changing by Xiaomeng Tong · 2 years, 5 months ago
  4. 27798cc dm verity: set DM_TARGET_IMMUTABLE feature flag by Sarthak Kukreti · 2 years, 4 months ago
  5. 6adce52 dm stats: add cond_resched when looping over entries by Mikulas Patocka · 2 years, 5 months ago
  6. 49e2a29 dm crypt: make printing of the key constant-time by Mikulas Patocka · 2 years, 5 months ago
  7. 7bb3690 dm: interlock pending dm_io and dm_wait_for_bios_completion by Mike Snitzer · 2 years, 7 months ago
  8. 9fb7cd5 dm: fix mempool NULL pointer race when completing IO by Jiazi Li · 3 years ago
  9. 76c9465 dm ioctl: prevent potential spectre v1 gadget by Jordy Zomer · 2 years, 8 months ago
  10. 48614c7 dm space map common: add bounds check to sm_ll_lookup_bitmap() by Joe Thornber · 2 years, 9 months ago
  11. 4ced798 dm btree: add a defensive bounds check to insert_at() by Joe Thornber · 2 years, 9 months ago
  12. 66ea642 dm btree remove: fix use after free in rebalance_children() by Joe Thornber · 2 years, 10 months ago
  13. c154775 dm btree remove: assign new_root only when removal succeeds by Hou Tao · 3 years, 3 months ago
  14. f180bcb dm space maps: don't reset space map allocation cursor when committing by Joe Thornber · 3 years, 5 months ago
  15. 1f314bb dm snapshot: properly fix a crash when an origin has no snapshots by Mikulas Patocka · 3 years, 4 months ago
  16. 5d8ec84 dm snapshot: fix crash with transient storage and zero chunk size by Mikulas Patocka · 3 years, 4 months ago
  17. c13f073 dm ioctl: fix out of bounds array access when no devices by Mikulas Patocka · 3 years, 6 months ago
  18. f8ea680 md: md_open returns -EBUSY when entering racing area by Zhao Heming · 3 years, 6 months ago
  19. e5f2afe md: factor out a mddev_find_locked helper from mddev_find by Christoph Hellwig · 3 years, 6 months ago
  20. 830ba94 md-cluster: fix use-after-free issue when removing rdev by Heming Zhao · 3 years, 5 months ago
  21. 8ae0185 dm rq: fix double free of blk_mq_tag_set in dev remove after table load fails by Benjamin Block · 3 years, 5 months ago
  22. a104a5e dm space map common: fix division bug in sm_ll_find_free_block() by Joe Thornber · 3 years, 5 months ago
  23. 6b1d9e1 dm persistent data: packed struct should have an aligned() attribute too by Joe Thornber · 3 years, 6 months ago
  24. a36aead dm table: fix DAX iterate_devices based device capability checks by Jeffle Xu · 3 years, 6 months ago
  25. 75c5d31 dm table: fix iterate_devices based device capability checks by Jeffle Xu · 3 years, 6 months ago
  26. 768f95f dm era: Update in-core bitset after committing the metadata by Nikos Tsironis · 3 years, 8 months ago
  27. c01bba4 dm era: only resize metadata in preresume by Nikos Tsironis · 3 years, 7 months ago
  28. 7c6c9a4 dm era: Reinitialize bitset cache before digesting a new writeset by Nikos Tsironis · 3 years, 8 months ago
  29. 812320f dm era: Use correct value size in equality function of writeset tree by Nikos Tsironis · 3 years, 8 months ago
  30. 3577309 dm era: Fix bitset memory leaks by Nikos Tsironis · 3 years, 8 months ago
  31. e74eeeb dm era: Verify the data block size hasn't changed by Nikos Tsironis · 3 years, 8 months ago
  32. 0a84445 dm era: Recover committed writeset after crash by Nikos Tsironis · 3 years, 8 months ago
  33. 3f47fe6 dm: avoid filesystem lookup in dm_get_dev_t() by Hannes Reinecke · 3 years, 8 months ago
  34. 98b1ad3 dm ioctl: fix error return code in target_message by Qinglang Miao · 3 years, 10 months ago
  35. f2787ea md: fix a warning caused by a race between concurrent md_ioctl()s by Dae R. Jeong · 4 years ago
  36. 5b19e4a dm table: Remove BUG_ON(in_interrupt()) by Thomas Gleixner · 3 years, 10 months ago
  37. 4c09a61 md/raid5: fix oops during stripe resizing by Song Liu · 4 years ago
  38. a43817f md/bitmap: md_bitmap_get_counter returns wrong blocks by Zhao Heming · 4 years ago
  39. fa12d56 bcache: fix a lost wake-up problem caused by mca_cannibalize_lock by Guoju Fang · 4 years, 10 months ago
  40. 41718a8 dm thin metadata: Avoid returning cmd->bm wild pointer on error by Ye Bin · 4 years, 1 month ago
  41. 1c16304 dm cache metadata: Avoid returning cmd->bm wild pointer on error by Ye Bin · 4 years, 1 month ago
  42. 676057c overflow.h: Add allocation size calculation helpers by Kees Cook · 6 years ago
  43. bc69163 bcache: allocate meta data pages as compound pages by Coly Li · 4 years, 2 months ago
  44. aefb61f md/raid5: Fix Force reconstruct-write io stuck in degraded raid5 by ChangSyun Peng · 4 years, 2 months ago
  45. bedcb63 bcache: fix super block seq numbers comparision in register_cache_set() by Coly Li · 4 years, 2 months ago
  46. e51f5c5 md-cluster: fix wild pointer of unlock_all_bitmaps() by Zhao Heming · 4 years, 2 months ago
  47. be67683 bcache: fix potential deadlock problem in btree_gc_coalesce by Zhiqiang Liu · 4 years, 3 months ago
  48. 9e9b57c md: don't flush workqueue unconditionally in md_open by Guoqing Jiang · 4 years, 6 months ago
  49. 779bb36 dm verity fec: fix hash block number in verity_fec_decode by Sunwook Eom · 4 years, 5 months ago
  50. e0a272f dm flakey: check for null arg_name in parse_features() by Goldwyn Rodrigues · 7 years ago
  51. 4c02b23 dm verity fec: fix memory leak in verity_fec_dtr by Shetty, Harshini X (EXT-Sony Mobile) · 4 years, 6 months ago
  52. 4afa085 dm cache: fix a crash due to incorrect work item cancelling by Mikulas Patocka · 4 years, 7 months ago
  53. fdfb5da bcache: explicity type cast in bset_bkey_last() by Coly Li · 4 years, 8 months ago
  54. e68f18b dm: fix potential for q->make_request_fn NULL pointer by Mike Snitzer · 4 years, 8 months ago
  55. 17c0d25 dm space map common: fix to ensure new block isn't already in use by Joe Thornber · 4 years, 8 months ago
  56. b547564 md: Avoid namespace collision with bitmap API by Andy Shevchenko · 4 years, 8 months ago
  57. 94e7963 bcache: silence static checker warning by Dan Carpenter · 7 years ago
  58. 5dbde46 block: fix an integer overflow in logical block size by Mikulas Patocka · 4 years, 8 months ago
  59. 7455901 md: raid1: check rdev before reference in raid1_sync_request func by Zhiqiang Liu · 4 years, 9 months ago
  60. 116d44d bcache: at least try to shrink 1 node in bch_mca_scan() by Coly Li · 4 years, 10 months ago
  61. e861c9b dm btree: increase rebalance threshold in __rebalance2() by Hou Tao · 4 years, 10 months ago
  62. 1ed7c9f dm flakey: Properly corrupt multi-page bios. by Sweet Tea · 6 years ago
  63. 5de1a7f dm: use blk_set_queue_dying() in __dm_destroy() by Bart Van Assche · 8 years ago
  64. 7919356b bcache: recal cached_dev_sectors on detach by Shenghui Wang · 6 years ago
  65. 7ff8f21 dm: Use kzalloc for all structs with embedded biosets/mempools by Kent Overstreet · 6 years ago
  66. 3752433 dm snapshot: rework COW throttling to fix deadlock by Mikulas Patocka · 5 years ago
  67. 5de1e3a dm snapshot: introduce account_start_copy() and account_end_copy() by Mikulas Patocka · 5 years ago
  68. 0685a25 dm snapshot: use mutex instead of rw_semaphore by Mikulas Patocka · 7 years ago
  69. aa06376 md/raid6: Set R5_ReadError when there is read failure on parity disk by Xiao Ni · 5 years ago
  70. 5bad505 md/raid1: fail run raid1 array when active disk less than one by Yufen Yu · 5 years ago
  71. bdab1a2 md: don't set In_sync if array is frozen by Guoqing Jiang · 5 years ago
  72. f14b1b3 md: don't call spare_active in md_reap_sync_thread if all member devices can't work by Guoqing Jiang · 5 years ago
  73. 190db74 dm table: fix invalid memory accesses with too high sector number by Mikulas Patocka · 5 years ago
  74. f4f7e6d dm space map metadata: fix missing store of apply_bops() return value by ZhangXiaoxu · 5 years ago
  75. efe36a4 dm btree: fix order of block initialization in btree_split_beneath by ZhangXiaoxu · 5 years ago
  76. b905945 Revert "dm bufio: fix deadlock with loop device" by Mikulas Patocka · 5 years ago
  77. 0d78b27 dm bufio: fix deadlock with loop device by Junxiao Bi · 5 years ago
  78. 06ff416 bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush() by Coly Li · 5 years ago
  79. 7357feb dm verity: use message limit for data block corruption message by Milan Broz · 5 years ago
  80. 4f73470 md: fix for divide error in status_resync by Mariusz Tkaczyk · 5 years ago
  81. 4cf6bb2 bcache: fix stack corruption by PRECEDING_KEY() by Coly Li · 5 years ago
  82. 56df2db bcache: avoid clang -Wunintialized warning by Arnd Bergmann · 5 years ago
  83. 282ae1e bcache: add failure check to run_cache_set() for journal replay by Coly Li · 5 years ago
  84. abc77ba bcache: fix failure in journal relplay by Tang Junhui · 5 years ago
  85. e7321da bcache: return error immediately in bch_journal_replay() by Coly Li · 5 years ago
  86. 4354c04 md/raid: raid5 preserve the writeback action after the parity check by Nigel Croxon · 5 years ago
  87. 3ece5c4 Revert "Don't jump to compute_result state from check_result state" by Song Liu · 5 years ago
  88. 1f4195f9 dm delay: fix a crash when invalid device is specified by Mikulas Patocka · 5 years ago
  89. cd72ddca md: add mddev->pers to avoid potential NULL pointer dereference by Yufen Yu · 5 years ago
  90. 7366d0c bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim() by Coly Li · 5 years ago
  91. 3946cbb bcache: fix a race between cache register and cacheset unregister by Liang Chen · 5 years ago
  92. e85fa7b Don't jump to compute_result state from check_result state by Nigel Croxon · 5 years ago
  93. e940258 bcache: improve sysfs_strtoul_clamp() by Coly Li · 6 years ago
  94. 5f0bef7 bcache: fix input overflow to sequential_cutoff by Coly Li · 6 years ago
  95. 4f9395b bcache: fix input overflow to cache set sysfs file io_error_halflife by Coly Li · 6 years ago
  96. 83d6849 dm thin: add sanity checks to thin-pool and external snapshot creation by Jason Cai (Xiang Feng) · 6 years ago
  97. f61b68e md: Fix failed allocation of md_register_thread by Aditya Pakki · 6 years ago
  98. 7fb9a25 bcache: never writeback a discard operation by Daniel Axtens · 6 years ago
  99. 3decc9d It's wrong to add len to sector_nr in raid10 reshape twice by Xiao Ni · 6 years ago
  100. 8934c92 dm thin: fix bug where bio that overwrites thin block ignores FUA by Nikos Tsironis · 6 years ago