summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-29dm zoned: properly handle backing device failureDmitry Fomichev4-14/+110
2019-08-29dm zoned: improve error handling in i/o map codeDmitry Fomichev1-6/+16
2019-08-29dm zoned: improve error handling in reclaimDmitry Fomichev2-11/+21
2019-08-29dm table: fix invalid memory accesses with too high sector numberMikulas Patocka1-1/+4
2019-08-29dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu1-1/+1
2019-08-29dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu1-15/+16
2019-08-29dm kcopyd: always complete failed jobsDmitry Fomichev1-1/+4
2019-08-29Revert "dm bufio: fix deadlock with loop device"Mikulas Patocka1-1/+3
2019-07-31dm bufio: fix deadlock with loop deviceJunxiao Bi1-3/+1
2019-07-31dm zoned: fix zone state management raceDamien Le Moal2-28/+24
2019-07-31bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li1-1/+1
2019-07-21dm verity: use message limit for data block corruption messageMilan Broz1-2/+2
2019-07-21md: fix for divide error in status_resyncMariusz Tkaczyk1-14/+22
2019-07-03dm log writes: make sure super sector log updates are written in orderzhangyi (F)1-2/+21
2019-06-19bcache: fix stack corruption by PRECEDING_KEY()Coly Li2-17/+33
2019-05-31bcache: avoid clang -Wunintialized warningArnd Bergmann1-2/+3
2019-05-31bcache: add failure check to run_cache_set() for journal replayColy Li1-5/+12
2019-05-31bcache: fix failure in journal relplayTang Junhui1-4/+21
2019-05-31bcache: return error immediately in bch_journal_replay()Coly Li1-3/+6
2019-05-25md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon1-1/+9
2019-05-25Revert "Don't jump to compute_result state from check_result state"Song Liu1-4/+15
2019-05-25dm delay: fix a crash when invalid device is specifiedMikulas Patocka1-1/+2
2019-05-25dm zoned: Fix zone report handlingDamien Le Moal1-0/+5
2019-05-25dm cache metadata: Fix loading discard bitsetNikos Tsironis1-1/+8