summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2018-11-22bcache: fix miss key refill->end in writebackTang Junhui1-1/+1
2018-11-10dm: fix AB-BA deadlock in __dm_destroy()Junichi Nomura1-2/+2
2018-11-10dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...Mike Snitzer1-0/+1
2018-10-13dm thin metadata: fix __udivdi3 undefined on 32-bitMike Snitzer1-4/+2
2018-10-13dm thin metadata: try to avoid ever aborting transactionsJoe Thornber2-9/+100
2018-10-13RAID10 BUG_ON in raise_barrier when force is true and conf->barrier is 0Xiao Ni1-1/+4
2018-09-26md/raid5: fix data corruption of replacements after originals droppedBingJing Chang1-0/+6
2018-09-26dm 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-28md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang1-0/+7
2018-08-09md: fix NULL dereference of mddev->pers in remove_and_add_spares()Yufen Yu1-0/+3
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-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 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
2018-04-13bcache: segregate flash only volume write streamsTang Junhui1-5/+14
2018-04-13bcache: stop writeback thread after detachingTang Junhui1-0/+6
2018-04-08md/raid10: reset the 'first' at the end of loopGuoqing Jiang1-0/+1
2018-03-24md/raid10: skip spare disk as 'first' diskShaohua Li1-0/+1
2018-03-11dm io: fix duplicate bio completion due to missing ref countMike Snitzer1-0/+1
2018-02-07bcache: check return value of register_shrinkerMichael Lyle1-1/+4
2018-01-31dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6Dennis Yang1-1/+5
2018-01-31dm btree: fix serious bug in btree_split_beneath()Joe Thornber1-17/+2
2017-12-20raid5: Set R5_Expanded on parity devices as well as data.NeilBrown1-1/+4
2017-12-20bcache: fix wrong cache_misses statisticstang.junhui1-1/+5
2017-12-20bcache: explicitly destroy mutex while exitingLiang Chen1-2/+4
2017-12-09bcache: recover data from backing when data is cleanRui Hua1-7/+6
2017-12-09bcache: only permit to recovery read error when cache device is cleanColy Li1-1/+9
2017-11-30bcache: check ca->alloc_thread initialized before wake up itColy Li1-1/+2
2017-11-30dm: fix race between dm_get_from_kobject() and __dm_destroy()Hou Tao1-4/+8
2017-11-30dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers1-9/+6
2017-10-08md/raid10: submit bio directly to replacement diskShaohua Li1-3/+16
2017-09-27bcache: fix bch_hprint crash and improve outputMichael Lyle1-15/+35
2017-09-27bcache: fix for gc and write-back raceTang Junhui3-2/+10
2017-09-27bcache: Correct return value for sysfs attach errorsTony Asleson1-2/+2
2017-09-27bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui2-1/+21
2017-09-27bcache: Fix leak of bdev referenceJan Kara1-0/+2
2017-09-27bcache: initialize dirty stripes in flash_dev_run()Tang Junhui3-6/+7
2017-09-27md/bitmap: disable bitmap_resize for file-backed bitmaps.NeilBrown1-0/+5
2017-08-11md/raid5: add thread_group worker async_tx_issue_pending_allOfer Heifetz1-0/+2
2017-07-28Raid5 should update rdev->sectors after reshapeXiao Ni1-3/+1
2017-07-28md: don't use flush_signals in userspace processesMikulas Patocka2-2/+8