summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2020-07-22dm: use noio when sending kobject eventMikulas Patocka1-3/+12
2020-07-09dm zoned: assign max_io_len correctlyHou Tao1-1/+1
2020-06-25md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown2-0/+16
2020-06-25bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu1-2/+6
2020-06-25dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zoneHannes Reinecke2-4/+4
2020-06-25dm mpath: switch paths in dm_blk_ioctl() code pathMartin Wilck1-1/+1
2020-06-20dm crypt: avoid truncating the logical block sizeEric Biggers1-1/+1
2020-06-20md: don't flush workqueue unconditionally in md_openGuoqing Jiang1-1/+2
2020-05-05dm verity fec: fix hash block number in verity_fec_decodeSunwook Eom1-1/+1
2020-04-24dm flakey: check for null arg_name in parse_features()Goldwyn Rodrigues1-0/+5
2020-04-24dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone()Bob Liu1-1/+0
2020-04-24dm verity fec: fix memory leak in verity_fec_dtrShetty, Harshini X (EXT-Sony Mobile)1-0/+1
2020-04-02dm bio record: save/restore bi_end_io and bi_integrityMike Snitzer1-0/+15
2020-03-11dm integrity: fix a deadlock due to offloading to an incorrect workqueueMikulas Patocka1-2/+13
2020-03-11dm cache: fix a crash due to incorrect work item cancellingMikulas Patocka1-2/+2
2020-02-28bcache: explicity type cast in bset_bkey_last()Coly Li1-1/+2
2020-02-15dm: fix potential for q->make_request_fn NULL pointerMike Snitzer1-2/+7
2020-02-15dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz1-2/+8
2020-02-15dm space map common: fix to ensure new block isn't already in useJoe Thornber4-3/+37
2020-02-15dm zoned: support zone sizes smaller than 128MiBDmitry Fomichev1-9/+14
2020-01-29md: Avoid namespace collision with bitmap APIAndy Shevchenko3-9/+9
2020-01-23block: fix an integer overflow in logical block sizeMikulas Patocka2-2/+2
2020-01-09md: raid1: check rdev before reference in raid1_sync_request funcZhiqiang Liu1-1/+1
2020-01-04bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li1-0/+2
2019-12-21dm btree: increase rebalance threshold in __rebalance2()Hou Tao1-1/+7
2019-12-17raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang1-1/+1
2019-12-17dm zoned: reduce overhead of backing device checksDmitry Fomichev4-32/+61
2019-12-17md/raid0: Fix an error message in raid0_make_request()Dan Carpenter1-1/+1
2019-12-05dm flakey: Properly corrupt multi-page bios.Sweet Tea1-11/+22
2019-12-01md/raid10: prevent access of uninitialized resync_pages offsetJohn Pittman1-1/+1
2019-12-01dm raid: avoid bitmap with raid4/5/6 journal deviceHeinz Mauelshagen1-1/+1
2019-11-24bcache: recal cached_dev_sectors on detachShenghui Wang1-0/+1
2019-11-24md: allow metadata updates while suspending an array - fixNeilBrown1-10/+12
2019-11-06dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet7-7/+7
2019-11-06dm snapshot: rework COW throttling to fix deadlockMikulas Patocka1-16/+64
2019-11-06dm snapshot: introduce account_start_copy() and account_end_copy()Mikulas Patocka1-3/+13
2019-11-06dm snapshot: use mutex instead of rw_semaphoreMikulas Patocka1-41/+43
2019-10-29md/raid0: fix warning message for parameter default_layoutSong Liu1-1/+1
2019-10-05md/raid0: avoid RAID0 data corruption due to layout confusion.NeilBrown2-1/+46
2019-10-05md: only call set_in_sync() when it is expected to succeed.NeilBrown1-1/+2
2019-10-05md: don't report active array_state until after revalidate_disk() completes.NeilBrown2-4/+10
2019-10-05md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni1-1/+3
2019-10-05raid5: don't increment read_errors on EILSEQ returnNigel Croxon1-1/+2
2019-10-05raid5: don't set STRIPE_HANDLE to stripe which is in batch listGuoqing Jiang1-1/+2
2019-10-05md/raid1: fail run raid1 array when active disk less than oneYufen Yu1-1/+12
2019-10-05md: don't set In_sync if array is frozenGuoqing Jiang1-2/+9
2019-10-05md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang1-1/+2
2019-10-05md/raid1: end bio when the device faultyYufen Yu1-12/+14
2019-10-05dm zoned: fix invalid memory accessMikulas Patocka1-2/+0
2019-08-29dm zoned: fix potential NULL dereference in dmz_do_reclaim()Dan Carpenter1-2/+2