summaryrefslogtreecommitdiffstats
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: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang
2018-05-30md: raid5: avoid string overflow warningArnd Bergmann
2018-05-30md raid10: fix NULL deference in handle_write_completed()Yufen Yu
2018-05-30md: fix md_write_start() deadlock w/o metadata devicesHeinz Mauelshagen
2018-05-30MD: Free bioset when md_run failsXiao Ni
2018-05-16dm integrity: use kvfree for kvmalloc'd memoryMikulas Patocka
2018-04-26bcache: return attach error when no cache set existTang Junhui
2018-04-26bcache: fix for data collapse after re-attaching an attached deviceTang Junhui
2018-04-26bcache: fix for allocator and register thread raceTang Junhui
2018-04-26bcache: properly set task state in bch_writeback_thread()Coly Li
2018-04-26dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failureMing Lei
2018-04-24dm crypt: limit the number of allocated pagesMikulas Patocka
2018-04-12bcache: segregate flash only volume write streamsTang Junhui
2018-04-12bcache: stop writeback thread after detachingTang Junhui
2018-04-12bcache: ret IOERR when read meets metadata errorRui Hua
2018-03-19dm raid: fix raid set size revalidationHeinz Mauelshagen
2018-03-19dm mpath: fix passing integrity dataSteffen Maier
2018-03-15bcache: don't attach backing with duplicate UUIDMichael Lyle
2018-03-15bcache: fix crashes in duplicate cache device registerTang Junhui
2018-03-15dm bufio: avoid false-positive Wmaybe-uninitialized warningArnd Bergmann
2018-03-08md: only allow remove_and_add_spares when no sync_thread running.NeilBrown
2018-02-25md/raid1/10: add missed blk plugShaohua Li
2018-02-25md/raid5: correct degraded calculation in raid5_errorbingjingc
2018-02-22dm: correctly handle chained bios in dec_pending()NeilBrown
2018-02-03bcache: check return value of register_shrinkerMichael Lyle
2018-01-23dm crypt: fix error return code in crypt_ctr()Wei Yongjun
2018-01-23dm crypt: wipe kernel key copy after IV initializationOndrej Kozina
2018-01-23dm crypt: fix crash by adding missing check for auth key sizeMilan Broz
2018-01-23dm integrity: don't store cipher request on the stackMikulas Patocka
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-25md: always set THREAD_WAKEUP and wake up wqueue if thread existedGuoqing Jiang
2017-12-25locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-12-20md-cluster: fix wrong condition check in raid1_write_requestGuoqing Jiang
2017-12-20raid5-ppl: check recovery_offset when performing ppl recoveryArtur Paszkiewicz
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-20dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com
2017-12-17md: free unused memory after bitmap resizeZdenek Kabelac
2017-12-17dm raid: fix panic when attempting to force a raid to syncHeinz Mauelshagen
2017-12-14md/r5cache: move mddev_lock() out of r5c_journal_mode_set()Song Liu
2017-12-05md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown
2017-12-05bcache: recover data from backing when data is cleanRui Hua
2017-12-05bcache: only permit to recovery read error when cache device is cleanColy Li
2017-12-05bcache: Fix building error on MIPSHuacai Chen