summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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 verity fec: fix memory leak in verity_fec_dtrShetty, Harshini X (EXT-Sony Mobile)1-0/+1
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 space map common: fix to ensure new block isn't already in useJoe Thornber4-3/+37
2020-01-29md: Avoid namespace collision with bitmap APIAndy Shevchenko1-4/+4
2020-01-29bcache: silence static checker warningDan Carpenter1-3/+0
2020-01-23block: fix an integer overflow in logical block sizeMikulas Patocka2-2/+2
2020-01-12md: 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-05dm flakey: Properly corrupt multi-page bios.Sweet Tea1-11/+22
2019-11-28dm: use blk_set_queue_dying() in __dm_destroy()Bart Van Assche1-3/+1
2019-11-25bcache: recal cached_dev_sectors on detachShenghui Wang1-0/+1
2019-11-06dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet6-6/+6
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-05md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni1-1/+3
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-09-06dm table: fix invalid memory accesses with too high sector numberMikulas Patocka1-1/+4
2019-09-06dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu1-1/+1
2019-09-06dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu1-15/+16
2019-09-06Revert "dm bufio: fix deadlock with loop device"Mikulas Patocka1-1/+3
2019-08-04dm bufio: fix deadlock with loop deviceJunxiao Bi1-3/+1
2019-08-04bcache: 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-06-22bcache: 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-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-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