summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2018-10-03md-cluster: clear another node's suspend_area after the copy is finishedGuoqing Jiang
2018-09-19dm cache: only allow a single io_mode cache feature to be requestedJohn Pittman
2018-09-19md/raid5: fix data corruption of replacements after originals droppedBingJing Chang
2018-09-15dm 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 crypt: don't decrease device limitsMikulas Patocka
2018-09-09dm cache metadata: set dirty on all cache blocks after a crashIlya Dryomov
2018-09-09dm cache metadata: save in-core policy_hint_size to on-disk superblockMike Snitzer
2018-09-09dm thin: stop no_space_timeout worker when switching to write-modeHou Tao
2018-09-09dm integrity: change 'suspending' variable from bool to intMikulas Patocka
2018-08-24md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang
2018-08-03md: fix NULL dereference of mddev->pers in remove_and_add_spares()Yufen Yu
2018-08-03md/raid1: add error handling of read error from FailFast deviceGioh Kim
2018-07-11dm: prevent DAX mounts if not supportedRoss Zwisler
2018-07-11dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()Mike Snitzer
2018-07-08md: remove special meaning of ->quiesce(.., 2)NeilBrown
2018-07-08md: allow metadata update while suspending.NeilBrown
2018-07-08md: use mddev_suspend/resume instead of ->quiesce()NeilBrown
2018-07-08md: move suspend_hi/lo handling into core md codeNeilBrown
2018-07-08md: don't call bitmap_create() while array is quiesced.NeilBrown
2018-07-08md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown
2018-07-03dm thin: handle running out of data space vs concurrent discardMike Snitzer
2018-07-03dm zoned: avoid triggering reclaim from inside dmz_map()Bart Van Assche
2018-07-03md: fix two problems with setting the "re-add" device state.NeilBrown
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