summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2020-04-24dm flakey: check for null arg_name in parse_features()Goldwyn Rodrigues
2020-04-24dm verity fec: fix memory leak in verity_fec_dtrShetty, Harshini X (EXT-Sony Mobile)
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 space map common: fix to ensure new block isn't already in useJoe Thornber
2020-01-29md: Avoid namespace collision with bitmap APIAndy Shevchenko
2020-01-29bcache: silence static checker warningDan Carpenter
2020-01-23block: fix an integer overflow in logical block sizeMikulas Patocka
2020-01-12md: 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-05dm flakey: Properly corrupt multi-page bios.Sweet Tea
2019-11-28dm: use blk_set_queue_dying() in __dm_destroy()Bart Van Assche
2019-11-25bcache: recal cached_dev_sectors on detachShenghui Wang
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-05md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni
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-09-06dm table: fix invalid memory accesses with too high sector numberMikulas Patocka
2019-09-06dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu
2019-09-06dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu
2019-09-06Revert "dm bufio: fix deadlock with loop device"Mikulas Patocka
2019-08-04dm bufio: fix deadlock with loop deviceJunxiao Bi
2019-08-04bcache: 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-06-22bcache: 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-25md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu
2019-05-21bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li
2019-05-21bcache: fix a race between cache register and cacheset unregisterLiang Chen
2019-05-16Don't jump to compute_result state from check_result stateNigel Croxon
2019-04-05bcache: improve sysfs_strtoul_clamp()Coly Li
2019-04-05bcache: fix input overflow to sequential_cutoffColy Li
2019-04-05bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li
2019-04-05dm thin: add sanity checks to thin-pool and external snapshot creationJason Cai (Xiang Feng)
2019-03-23md: Fix failed allocation of md_register_threadAditya Pakki
2019-03-23bcache: never writeback a discard operationDaniel Axtens
2019-03-19It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni