summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2019-06-22bcache: fix stack corruption by PRECEDING_KEY()Coly Li2-17/+33
2019-06-11bcache: avoid clang -Wunintialized warningArnd Bergmann1-2/+3
2019-06-11bcache: add failure check to run_cache_set() for journal replayColy Li1-5/+12
2019-06-11bcache: fix failure in journal relplayTang Junhui1-4/+21
2019-06-11bcache: return error immediately in bch_journal_replay()Coly Li1-3/+6
2019-06-11md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon1-1/+9
2019-06-11Revert "Don't jump to compute_result state from check_result state"Song Liu1-4/+15
2019-06-11dm delay: fix a crash when invalid device is specifiedMikulas Patocka1-1/+2
2019-06-11md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu1-2/+4
2019-06-11bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li1-4/+7
2019-06-11bcache: 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-27bcache: improve sysfs_strtoul_clamp()Coly Li1-3/+10
2019-04-27bcache: fix input overflow to sequential_cutoffColy Li1-1/+3
2019-04-27bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li1-2/+11
2019-04-27dm 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-23It'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-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
2018-11-21MD: fix invalid stored role for a disk - try2Shaohua Li3-4/+2
2018-11-21dm ioctl: harden copy_params()'s copy_from_user() from malicious usersWenwen Wang1-12/+6
2018-11-21MD: fix invalid stored role for a diskShaohua Li1-0/+4
2018-11-21bcache: fix miss key refill->end in writebackTang Junhui1-1/+1
2018-10-13dm cache: fix resize crash if user doesn't reload cache tableMike Snitzer1-2/+7
2018-10-10dm thin metadata: fix __udivdi3 undefined on 32-bitMike Snitzer1-4/+2
2018-10-10dm thin metadata: try to avoid ever aborting transactionsJoe Thornber2-9/+100
2018-10-10RAID10 BUG_ON in raise_barrier when force is true and conf->barrier is 0Xiao Ni1-1/+4
2018-10-10md-cluster: clear another node's suspend_area after the copy is finishedGuoqing Jiang1-9/+10
2018-09-19md/raid5: fix data corruption of replacements after originals droppedBingJing Chang1-0/+6
2018-09-15dm kcopyd: avoid softlockup in run_complete_jobJohn Pittman1-0/+2
2018-09-09bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai1-1/+3
2018-09-09dm cache metadata: save in-core policy_hint_size to on-disk superblockMike Snitzer1-1/+2
2018-08-24md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang1-0/+7
2018-08-06md: fix NULL dereference of mddev->pers in remove_and_add_spares()Yufen Yu1-0/+3
2018-07-11dm bufio: don't take the lock in dm_bufio_shrink_countMikulas Patocka1-12/+4
2018-07-11dm bufio: drop the lock when doing GFP_NOIO allocationMikulas Patocka1-0/+10
2018-07-11dm bufio: avoid sleeping while holding the dm_bufio lockDouglas Anderson1-2/+3
2018-07-03dm thin: handle running out of data space vs concurrent discardMike Snitzer1-2/+9
2018-07-03md: fix two problems with setting the "re-add" device state.NeilBrown1-1/+3
2018-05-30bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is setColy Li1-3/+17
2018-05-30bcache: fix kcrashes with fio in RAID5 backend devTang Junhui1-1/+1
2018-05-30md/raid1: fix NULL pointer dereferenceYufen Yu1-0/+11
2018-05-30md: raid5: avoid string overflow warningArnd Bergmann1-3/+4
2018-05-30md raid10: fix NULL deference in handle_write_completed()Yufen Yu1-2/+4
2018-05-30bcache: return attach error when no cache set existTang Junhui1-2/+3
2018-05-30bcache: fix for data collapse after re-attaching an attached deviceTang Junhui3-7/+11
2018-05-30bcache: fix for allocator and register thread raceTang Junhui2-4/+18
2018-05-30bcache: properly set task state in bch_writeback_thread()Coly Li2-3/+8