summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
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
2019-07-31dm bufio: fix deadlock with loop deviceJunxiao Bi
2019-07-31dm zoned: fix zone state management raceDamien Le Moal
2019-07-31bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li
2019-07-21dm verity: use message limit for data block corruption messageMilan Broz
2019-07-21md: fix for divide error in status_resyncMariusz Tkaczyk
2019-07-03dm log writes: make sure super sector log updates are written in orderzhangyi (F)
2019-06-19bcache: fix stack corruption by PRECEDING_KEY()Coly Li
2019-05-31bcache: avoid clang -Wunintialized warningArnd Bergmann
2019-05-31bcache: add failure check to run_cache_set() for journal replayColy Li
2019-05-31bcache: fix failure in journal relplayTang Junhui
2019-05-31bcache: return error immediately in bch_journal_replay()Coly Li
2019-05-25md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon
2019-05-25Revert "Don't jump to compute_result state from check_result state"Song Liu
2019-05-25dm delay: fix a crash when invalid device is specifiedMikulas Patocka
2019-05-25dm zoned: Fix zone report handlingDamien Le Moal
2019-05-25dm cache metadata: Fix loading discard bitsetNikos Tsironis
2019-05-25md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu