summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2019-01-26dm snapshot: Fix excessive memory usage and workqueue stallsNikos Tsironis
2019-01-26dm kcopyd: Fix bug causing workqueue stallsNikos Tsironis
2018-11-22dm: remove duplicate dm_get_live_table() in __dm_destroy()Corey Wright
2018-11-22dm ioctl: harden copy_params()'s copy_from_user() from malicious usersWenwen Wang
2018-11-22bcache: fix miss key refill->end in writebackTang Junhui
2018-11-10dm: fix AB-BA deadlock in __dm_destroy()Junichi Nomura
2018-11-10dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...Mike Snitzer
2018-10-13dm thin metadata: fix __udivdi3 undefined on 32-bitMike Snitzer
2018-10-13dm thin metadata: try to avoid ever aborting transactionsJoe Thornber
2018-10-13RAID10 BUG_ON in raise_barrier when force is true and conf->barrier is 0Xiao Ni
2018-09-26md/raid5: fix data corruption of replacements after originals droppedBingJing Chang
2018-09-26dm kcopyd: avoid softlockup in run_complete_jobJohn Pittman
2018-09-09bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai
2018-09-09dm cache metadata: save in-core policy_hint_size to on-disk superblockMike Snitzer
2018-08-28md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang
2018-08-09md: fix NULL dereference of mddev->pers in remove_and_add_spares()Yufen Yu
2018-07-11dm bufio: drop the lock when doing GFP_NOIO allocationMikulas Patocka
2018-07-11dm bufio: avoid sleeping while holding the dm_bufio lockDouglas Anderson
2018-07-03dm thin: handle running out of data space vs concurrent discardMike Snitzer
2018-05-30bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is setColy Li
2018-05-30bcache: fix kcrashes with fio in RAID5 backend devTang Junhui
2018-05-30md/raid1: fix NULL pointer dereferenceYufen Yu
2018-05-30md raid10: fix NULL deference in handle_write_completed()Yufen Yu
2018-05-30bcache: return attach error when no cache set existTang Junhui
2018-05-30bcache: fix for data collapse after re-attaching an attached deviceTang Junhui
2018-05-30bcache: fix for allocator and register thread raceTang Junhui
2018-05-30bcache: properly set task state in bch_writeback_thread()Coly Li
2018-04-13bcache: segregate flash only volume write streamsTang Junhui
2018-04-13bcache: stop writeback thread after detachingTang Junhui
2018-04-08md/raid10: reset the 'first' at the end of loopGuoqing Jiang
2018-03-24md/raid10: skip spare disk as 'first' diskShaohua Li
2018-03-11dm io: fix duplicate bio completion due to missing ref countMike Snitzer
2018-02-07bcache: check return value of register_shrinkerMichael Lyle
2018-01-31dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6Dennis Yang
2018-01-31dm btree: fix serious bug in btree_split_beneath()Joe Thornber
2017-12-20raid5: Set R5_Expanded on parity devices as well as data.NeilBrown
2017-12-20bcache: fix wrong cache_misses statisticstang.junhui
2017-12-20bcache: explicitly destroy mutex while exitingLiang Chen
2017-12-09bcache: recover data from backing when data is cleanRui Hua
2017-12-09bcache: only permit to recovery read error when cache device is cleanColy Li
2017-11-30bcache: check ca->alloc_thread initialized before wake up itColy Li
2017-11-30dm: fix race between dm_get_from_kobject() and __dm_destroy()Hou Tao
2017-11-30dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers
2017-10-08md/raid10: submit bio directly to replacement diskShaohua Li
2017-09-27bcache: fix bch_hprint crash and improve outputMichael Lyle
2017-09-27bcache: fix for gc and write-back raceTang Junhui
2017-09-27bcache: Correct return value for sysfs attach errorsTony Asleson
2017-09-27bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui
2017-09-27bcache: Fix leak of bdev referenceJan Kara
2017-09-27bcache: initialize dirty stripes in flash_dev_run()Tang Junhui