summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
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: raid5: avoid string overflow warningArnd Bergmann
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-13md-cluster: fix potential lock issue in add_new_diskGuoqing Jiang
2018-04-13md/raid5: make use of spin_lock_irq over local_irq_disable + spin_lockJulia Cartwright
2018-04-08md/raid10: reset the 'first' at the end of loopGuoqing Jiang
2018-04-08dm ioctl: remove double parenthesesMatthias Kaehlcke
2018-03-24md/raid10: skip spare disk as 'first' diskShaohua Li
2018-03-24md/raid10: wait up frozen array in handle_write_completedGuoqing Jiang
2018-03-22md/raid6: Fix anomily when recovering a single device in RAID6.NeilBrown
2018-03-18bcache: don't attach backing with duplicate UUIDMichael Lyle
2018-03-11dm io: fix duplicate bio completion due to missing ref countMike Snitzer
2018-02-25md: avoid warning for 32-bit sector_tArnd Bergmann
2018-02-22dm: correctly handle chained bios in dec_pending()NeilBrown
2018-02-03bcache: check return value of register_shrinkerMichael Lyle
2018-01-23dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6Dennis Yang
2018-01-23dm btree: fix serious bug in btree_split_beneath()Joe Thornber
2018-01-17dm bufio: fix shrinker scans when (nr_to_scan < retain_target)Suren Baghdasaryan
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-20md-cluster: free md_cluster_info if node leave clusterGuoqing Jiang
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-12-05bcache: Fix building error on MIPSHuacai Chen
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-21md/linear: shutup lockdep warnningShaohua Li
2017-10-08md/raid10: submit bio directly to replacement diskShaohua Li
2017-10-05md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_listDennis Yang
2017-10-05md/raid5: fix a race condition in stripe batchShaohua 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: do not subtract sectors_to_gc for bypassed IOTang Junhui
2017-09-27bcache: Fix leak of bdev referenceJan Kara
2017-09-27bcache: initialize dirty stripes in flash_dev_run()Tang Junhui
2017-09-27md/bitmap: disable bitmap_resize for file-backed bitmaps.NeilBrown
2017-09-27md/raid5: release/flush io in raid5_do_work()Song Liu
2017-08-06md/raid5: add thread_group worker async_tx_issue_pending_allOfer Heifetz