summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
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
2020-03-12dm cache: fix a crash due to incorrect work item cancellingMikulas Patocka
2020-03-12dm integrity: fix invalid table returned due to argument count mismatchMikulas Patocka
2020-03-12dm integrity: fix a deadlock due to offloading to an incorrect workqueueMikulas Patocka
2020-03-12dm integrity: fix recalculation when moving from journal mode to bitmap modeMikulas Patocka
2020-03-12dm thin metadata: fix lockdep complaintTheodore Ts'o
2020-02-24bcache: properly initialize 'path' and 'err' in register_bcache()Coly Li
2020-02-24bcache: fix incorrect data type usage in btree_flush_write()Coly Li
2020-02-24bcache: explicity type cast in bset_bkey_last()Coly Li
2020-02-24bcache: fix memory corruption in bch_cache_accounting_clear()Coly Li
2020-02-24bcache: fix use-after-free in register_bcache()Coly Li
2020-02-24bcache: rework error unwinding in register_bcacheChristoph Hellwig
2020-02-24bcache: cached_dev_free needs to put the sb pageLiang Chen
2020-02-24dm thin: don't allow changing data device during thin-pool reloadMikulas Patocka
2020-02-14bcache: avoid unnecessary btree nodes flushing in btree_flush_write()Coly Li
2020-02-11bcache: add readahead cache policy options via sysfs interfaceColy Li
2020-02-11dm: fix potential for q->make_request_fn NULL pointerMike Snitzer
2020-02-11dm thin metadata: use pool locking at end of dm_pool_metadata_closeMike Snitzer
2020-02-11dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz
2020-02-11dm crypt: fix GFP flags passed to skcipher_request_alloc()Mikulas Patocka
2020-02-11dm writecache: fix incorrect flush sequence when doing SSD mode commitMikulas Patocka
2020-02-11dm space map common: fix to ensure new block isn't already in useJoe Thornber
2020-02-11dm zoned: support zone sizes smaller than 128MiBDmitry Fomichev
2020-02-05dm thin: fix use-after-free in metadata_pre_commit_callbackMike Snitzer
2020-01-23block: fix an integer overflow in logical block sizeMikulas Patocka
2020-01-09md: raid1: check rdev before reference in raid1_sync_request funcZhiqiang Liu
2020-01-09raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang
2020-01-04md: make sure desc_nr less than MD_SB_DISKSYufen Yu
2020-01-04bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li
2019-12-31md: avoid invalid memory access for array sb->dev_rolesYufen Yu
2019-12-31bcache: fix deadlock in bcache_allocatorAndrea Righi