summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-25md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu1-2/+4
2019-05-21bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li1-4/+7
2019-05-21bcache: fix a race between cache register and cacheset unregisterLiang Chen1-1/+1
2019-05-16Don't jump to compute_result state from check_result stateNigel Croxon1-15/+4
2019-05-16bcache: correct dirty data statisticsTang Junhui1-1/+2
2019-05-02dm integrity: change memcmp to strncmp in dm_integrity_ctrMikulas Patocka1-3/+3
2019-04-20dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL recursion deadlockMikulas Patocka2-7/+7
2019-04-17dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov1-0/+39
2019-04-05bcache: improve sysfs_strtoul_clamp()Coly Li1-3/+10
2019-04-05bcache: fix input overflow to sequential_cutoffColy Li1-1/+3
2019-04-05bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li1-2/+11
2019-04-05dm thin: add sanity checks to thin-pool and external snapshot creationJason Cai (Xiang Feng)1-0/+13
2019-03-23md: Fix failed allocation of md_register_threadAditya Pakki2-0/+4
2019-03-23bcache: never writeback a discard operationDaniel Axtens1-0/+3
2019-03-23dm integrity: limit the rate of error messagesMikulas Patocka1-4/+4
2019-03-19It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni1-1/+0
2019-02-20dm thin: fix bug where bio that overwrites thin block ignores FUANikos Tsironis1-5/+50
2019-02-20dm crypt: don't overallocate the integrity tag spaceMikulas Patocka1-1/+1
2019-02-20md/raid1: don't clear bitmap bits on interrupted recovery.Nate Dailey1-11/+18
2019-02-12md: fix raid10 hang issue caused by barrierGuoqing Jiang1-0/+4
2019-02-06md/raid5: fix 'out of memory' during raid cache recoveryAlexei Naberezhnov2-13/+28
2019-01-31dm crypt: fix parsing of extended IV argumentsMilan Broz1-8/+17
2019-01-31dm thin: fix passdown_double_checking_shared_status()Joe Thornber3-8/+8
2019-01-26dm snapshot: Fix excessive memory usage and workqueue stallsNikos Tsironis1-0/+22
2019-01-26dm kcopyd: Fix bug causing workqueue stallsNikos Tsironis1-5/+14