summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2020-09-04bcache: fix super block seq numbers comparision in register_cache_set()Coly Li
2020-09-04md-cluster: fix wild pointer of unlock_all_bitmaps()Zhao Heming
2020-08-18dm: use bio_uninit instead of bio_disassociate_blkgChristoph Hellwig
2020-08-03dm integrity: fix integrity recalculation that is improperly skippedMikulas Patocka
2020-08-03dm: use noio when sending kobject eventMikulas Patocka
2020-07-24dm zoned: assign max_io_len correctlyHou Tao
2020-07-16dm writecache: add cond_resched to loop in persistent_memory_claim()Mikulas Patocka
2020-07-16dm writecache: correct uncommitted_block when discarding uncommitted entryHuaisheng Ye
2020-07-13dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zoneHannes Reinecke
2020-07-13dm mpath: switch paths in dm_blk_ioctl() code pathMartin Wilck
2020-07-11bcache: fix refcount underflow in bcache_device_free()Coly Li
2020-07-11raid5: remove gfp flags from scribble_alloc()Coly Li
2020-07-11md: don't flush workqueue unconditionally in md_openGuoqing Jiang
2020-07-07bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu
2020-06-24md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown
2020-06-08dm crypt: avoid truncating the logical block sizeEric Biggers
2020-06-04dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpathGabriel Krisman Bertazi
2020-06-04dm writecache: fix data corruption when reloading the targetMikulas Patocka
2020-06-04dm verity fec: fix hash block number in verity_fec_decodeSunwook Eom
2020-06-01dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone()Bob Liu
2020-06-01dm verity fec: fix memory leak in verity_fec_dtrShetty, Harshini X (EXT-Sony Mobile)
2020-06-01dm integrity: fix a crash with unusually large tag sizeMikulas Patocka
2020-06-01dm writecache: add cond_resched to avoid CPU hangsMikulas Patocka
2020-06-01md: check arrays is suspended in mddev_detach before call quiesce operationsGuoqing Jiang
2020-06-01Revert "dm: always call blk_queue_split() in dm_process_bio()"Mike Snitzer
2020-05-21dm integrity: use dm_bio_record and dm_bio_restoreMike Snitzer
2020-05-21dm bio record: save/restore bi_end_io and bi_integrityMike Snitzer
2020-05-21dm: fix congested_fn for request-based deviceHou Tao
2020-05-21dm writecache: verify watermark during resumeMikulas Patocka
2020-05-21dm: report suspended device during destroyMikulas Patocka
2020-05-21dm cache: fix a crash due to incorrect work item cancellingMikulas Patocka
2020-05-21dm integrity: fix invalid table returned due to argument count mismatchMikulas Patocka
2020-05-21dm integrity: fix a deadlock due to offloading to an incorrect workqueueMikulas Patocka
2020-05-21dm integrity: fix recalculation when moving from journal mode to bitmap modeMikulas Patocka
2020-05-15dm thin metadata: fix lockdep complaintTheodore Ts'o
2020-05-15bcache: properly initialize 'path' and 'err' in register_bcache()Coly Li
2020-05-15bcache: explicity type cast in bset_bkey_last()Coly Li
2020-05-15bcache: fix memory corruption in bch_cache_accounting_clear()Coly Li
2020-05-15bcache: fix use-after-free in register_bcache()Coly Li
2020-05-15bcache: rework error unwinding in register_bcacheChristoph Hellwig
2020-05-15bcache: cached_dev_free needs to put the sb pageLiang Chen
2020-05-15dm thin: don't allow changing data device during thin-pool reloadMikulas Patocka
2020-05-04bcache: add readahead cache policy options via sysfs interfaceColy Li
2020-05-04dm: fix potential for q->make_request_fn NULL pointerMike Snitzer
2020-05-04dm thin metadata: use pool locking at end of dm_pool_metadata_closeMike Snitzer
2020-05-04dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz
2020-05-04dm writecache: fix incorrect flush sequence when doing SSD mode commitMikulas Patocka
2020-05-04dm space map common: fix to ensure new block isn't already in useJoe Thornber
2020-05-04dm zoned: support zone sizes smaller than 128MiBDmitry Fomichev
2020-05-04dm writecache: skip writecache_wait for pmem modeHuaisheng Ye