summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2020-09-09dm thin metadata: Fix use-after-free in dm_bm_set_read_onlyYe Bin
2020-09-09dm thin metadata: Avoid returning cmd->bm wild pointer on errorYe Bin
2020-09-09dm cache metadata: Avoid returning cmd->bm wild pointer on errorYe Bin
2020-09-09dm crypt: Initialize crypto wait structuresDamien Le Moal
2020-09-09dm integrity: fix error reporting in bitmap mode after creationMikulas Patocka
2020-09-09dm mpath: fix racey management of PG initializationMike Snitzer
2020-09-09dm writecache: handle DAX to partitions on persistent memory correctlyMikulas Patocka
2020-08-26bcache: avoid nr_stripes overflow in bcache_device_init()Coly Li
2020-08-21md-cluster: Fix potential error pointer dereference in resize_bitmaps()Dan Carpenter
2020-08-21dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()Ming Lei
2020-08-21bcache: fix overflow in offset_to_stripe()Coly Li
2020-08-21bcache: allocate meta data pages as compound pagesColy Li
2020-08-21md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng
2020-08-19bcache: fix super block seq numbers comparision in register_cache_set()Coly Li
2020-08-19md-cluster: fix wild pointer of unlock_all_bitmaps()Zhao Heming
2020-08-19md: raid0/linear: fix dereference before null check on pointer mddevColin Ian King
2020-07-29dm integrity: fix integrity recalculation that is improperly skippedMikulas Patocka
2020-07-29dm: use bio_uninit instead of bio_disassociate_blkgChristoph Hellwig
2020-07-16dm writecache: reject asynchronous pmem devicesMichal Suchanek
2020-07-16dm: use noio when sending kobject eventMikulas Patocka
2020-07-09dm zoned: assign max_io_len correctlyHou Tao
2020-06-30dm writecache: add cond_resched to loop in persistent_memory_claim()Mikulas Patocka
2020-06-30dm writecache: correct uncommitted_block when discarding uncommitted entryHuaisheng Ye
2020-06-24bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu
2020-06-24dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zoneHannes Reinecke
2020-06-24dm mpath: switch paths in dm_blk_ioctl() code pathMartin Wilck
2020-06-22dm crypt: avoid truncating the logical block sizeEric Biggers
2020-06-22bcache: fix refcount underflow in bcache_device_free()Coly Li
2020-06-22raid5: remove gfp flags from scribble_alloc()Coly Li
2020-06-22md: don't flush workqueue unconditionally in md_openGuoqing Jiang
2020-05-06dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpathGabriel Krisman Bertazi
2020-05-06dm writecache: fix data corruption when reloading the targetMikulas Patocka
2020-05-06dm verity fec: fix hash block number in verity_fec_decodeSunwook Eom
2020-04-17dm clone: Add missing casts to prevent overflows and data corruptionNikos Tsironis
2020-04-17dm clone: Fix handling of partial region discardsNikos Tsironis
2020-04-17dm clone: replace spin_lock_irqsave with spin_lock_irqMikulas Patocka
2020-04-17dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone()Bob Liu
2020-04-17dm clone metadata: Fix return type of dm_clone_nr_of_hydrated_regions()Nikos Tsironis
2020-04-17dm clone: Add overflow check for number of regionsNikos Tsironis
2020-04-17dm verity fec: fix memory leak in verity_fec_dtrShetty, Harshini X (EXT-Sony Mobile)
2020-04-17dm integrity: fix a crash with unusually large tag sizeMikulas Patocka
2020-04-17dm writecache: add cond_resched to avoid CPU hangsMikulas Patocka
2020-04-17md: check arrays is suspended in mddev_detach before call quiesce operationsGuoqing Jiang
2020-04-08Revert "dm: always call blk_queue_split() in dm_process_bio()"Mike Snitzer
2020-03-25dm integrity: use dm_bio_record and dm_bio_restoreMike Snitzer
2020-03-25dm bio record: save/restore bi_end_io and bi_integrityMike Snitzer
2020-03-12dm: fix congested_fn for request-based deviceHou Tao
2020-03-12dm zoned: Fix reference counter initial value of chunk worksShin'ichiro Kawasaki
2020-03-12dm writecache: verify watermark during resumeMikulas Patocka
2020-03-12dm: report suspended device during destroyMikulas Patocka