aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2020-05-05dm verity fec: fix hash block number in verity_fec_decodeSunwook Eom
2020-04-24dm flakey: check for null arg_name in parse_features()Goldwyn Rodrigues
2020-04-24dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone()Bob Liu
2020-04-24dm verity fec: fix memory leak in verity_fec_dtrShetty, Harshini X (EXT-Sony Mobile)
2020-04-02dm bio record: save/restore bi_end_io and bi_integrityMike Snitzer
2020-03-11dm integrity: fix a deadlock due to offloading to an incorrect workqueueMikulas Patocka
2020-03-11dm cache: fix a crash due to incorrect work item cancellingMikulas Patocka
2020-02-28bcache: explicity type cast in bset_bkey_last()Coly Li
2020-02-14dm: fix potential for q->make_request_fn NULL pointerMike Snitzer
2020-02-14dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz
2020-02-14dm space map common: fix to ensure new block isn't already in useJoe Thornber
2020-02-14dm zoned: support zone sizes smaller than 128MiBDmitry Fomichev
2020-01-29md: Avoid namespace collision with bitmap APIAndy Shevchenko
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-04bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li
2019-12-21dm btree: increase rebalance threshold in __rebalance2()Hou Tao
2019-12-17raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang
2019-12-17dm zoned: reduce overhead of backing device checksDmitry Fomichev
2019-12-17md/raid0: Fix an error message in raid0_make_request()Dan Carpenter
2019-12-05dm flakey: Properly corrupt multi-page bios.Sweet Tea
2019-12-01md/raid10: prevent access of uninitialized resync_pages offsetJohn Pittman
2019-12-01dm raid: avoid bitmap with raid4/5/6 journal deviceHeinz Mauelshagen
2019-11-24bcache: recal cached_dev_sectors on detachShenghui Wang
2019-11-24md: allow metadata updates while suspending an array - fixNeilBrown
2019-11-06dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet
2019-11-06dm snapshot: rework COW throttling to fix deadlockMikulas Patocka
2019-11-06dm snapshot: introduce account_start_copy() and account_end_copy()Mikulas Patocka
2019-11-06dm snapshot: use mutex instead of rw_semaphoreMikulas Patocka
2019-10-29md/raid0: fix warning message for parameter default_layoutSong Liu
2019-10-05md/raid0: avoid RAID0 data corruption due to layout confusion.NeilBrown
2019-10-05md: only call set_in_sync() when it is expected to succeed.NeilBrown
2019-10-05md: don't report active array_state until after revalidate_disk() completes.NeilBrown
2019-10-05md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni
2019-10-05raid5: don't increment read_errors on EILSEQ returnNigel Croxon
2019-10-05raid5: don't set STRIPE_HANDLE to stripe which is in batch listGuoqing Jiang
2019-10-05md/raid1: fail run raid1 array when active disk less than oneYufen Yu
2019-10-05md: don't set In_sync if array is frozenGuoqing Jiang
2019-10-05md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang
2019-10-05md/raid1: end bio when the device faultyYufen Yu
2019-10-05dm zoned: fix invalid memory accessMikulas Patocka
2019-08-29dm zoned: fix potential NULL dereference in dmz_do_reclaim()Dan Carpenter
2019-08-29dm zoned: properly handle backing device failureDmitry Fomichev
2019-08-29dm zoned: improve error handling in i/o map codeDmitry Fomichev
2019-08-29dm zoned: improve error handling in reclaimDmitry Fomichev
2019-08-29dm table: fix invalid memory accesses with too high sector numberMikulas Patocka
2019-08-29dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu
2019-08-29dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu
2019-08-29dm kcopyd: always complete failed jobsDmitry Fomichev
2019-08-29Revert "dm bufio: fix deadlock with loop device"Mikulas Patocka