summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang2020-10-013-4/+10
* dm thin metadata: Avoid returning cmd->bm wild pointer on errorYe Bin2020-09-121-2/+6
* dm cache metadata: Avoid returning cmd->bm wild pointer on errorYe Bin2020-09-121-2/+6
* bcache: allocate meta data pages as compound pagesColy Li2020-08-214-5/+5
* md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng2020-08-211-1/+2
* bcache: fix super block seq numbers comparision in register_cache_set()Coly Li2020-08-211-1/+8
* bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu2020-06-291-2/+6
* md: don't flush workqueue unconditionally in md_openGuoqing Jiang2020-06-201-1/+2
* dm: fix second blk_delay_queue() parameter to be in msec units not jiffiesTahsin Erdogan2020-05-101-1/+1
* dm flakey: check for null arg_name in parse_features()Goldwyn Rodrigues2020-04-241-0/+5
* dm cache: fix a crash due to incorrect work item cancellingMikulas Patocka2020-03-111-2/+2
* bcache: explicity type cast in bset_bkey_last()Coly Li2020-02-281-1/+2
* dm: fix potential for q->make_request_fn NULL pointerMike Snitzer2020-02-141-2/+7
* dm space map common: fix to ensure new block isn't already in useJoe Thornber2020-02-144-3/+37
* md: Avoid namespace collision with bitmap APIAndy Shevchenko2020-01-291-4/+4
* block: fix an integer overflow in logical block sizeMikulas Patocka2020-01-232-2/+2
* md: raid1: check rdev before reference in raid1_sync_request funcZhiqiang Liu2020-01-121-1/+1
* bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li2020-01-041-0/+2
* dm btree: increase rebalance threshold in __rebalance2()Hou Tao2019-12-211-1/+7
* dm: use blk_set_queue_dying() in __dm_destroy()Bart Van Assche2019-11-281-3/+1
* bcache: recal cached_dev_sectors on detachShenghui Wang2019-11-251-0/+1
* dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet2019-11-066-6/+6
* dm snapshot: rework COW throttling to fix deadlockMikulas Patocka2019-11-061-16/+64
* dm snapshot: introduce account_start_copy() and account_end_copy()Mikulas Patocka2019-11-061-3/+13
* dm snapshot: use mutex instead of rw_semaphoreMikulas Patocka2019-11-061-41/+43
* md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni2019-10-051-1/+3
* md/raid1: fail run raid1 array when active disk less than oneYufen Yu2019-10-051-1/+12
* md: don't set In_sync if array is frozenGuoqing Jiang2019-10-051-2/+9
* md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang2019-10-051-1/+2
* dm table: fix invalid memory accesses with too high sector numberMikulas Patocka2019-09-061-1/+4
* dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu2019-09-061-1/+1
* dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu2019-09-061-15/+16
* Revert "dm bufio: fix deadlock with loop device"Mikulas Patocka2019-09-061-1/+3
* dm bufio: fix deadlock with loop deviceJunxiao Bi2019-08-041-3/+1
* bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li2019-08-041-1/+1
* dm verity: use message limit for data block corruption messageMilan Broz2019-07-211-2/+2
* md: fix for divide error in status_resyncMariusz Tkaczyk2019-07-211-14/+22
* bcache: fix stack corruption by PRECEDING_KEY()Coly Li2019-06-222-17/+33
* bcache: avoid clang -Wunintialized warningArnd Bergmann2019-06-111-2/+3
* bcache: add failure check to run_cache_set() for journal replayColy Li2019-06-111-5/+12
* bcache: fix failure in journal relplayTang Junhui2019-06-111-4/+21
* bcache: return error immediately in bch_journal_replay()Coly Li2019-06-111-3/+6
* md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon2019-06-111-1/+9
* Revert "Don't jump to compute_result state from check_result state"Song Liu2019-06-111-4/+15
* dm delay: fix a crash when invalid device is specifiedMikulas Patocka2019-06-111-1/+2
* md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu2019-06-111-2/+4
* bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li2019-06-111-4/+7
* bcache: fix a race between cache register and cacheset unregisterLiang Chen2019-06-111-1/+1
* Don't jump to compute_result state from check_result stateNigel Croxon2019-05-161-15/+4
* bcache: improve sysfs_strtoul_clamp()Coly Li2019-04-271-3/+10