summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2019-01-13dm zoned: Fix target BIO completion handlingDamien Le Moal
2019-01-13dm verity: fix crash on bufio buffer that was allocated with vmallocMikulas Patocka
2019-01-13md: raid10: remove VLAISMatthias Kaehlcke
2018-12-21dm cache metadata: verify cache has blocks in blocks_are_clean_separate_dirty()Mike Snitzer
2018-12-21dm thin: send event about thin-pool state change _after_ making itMike Snitzer
2018-11-13MD: fix invalid stored role for a disk - try2Shaohua Li
2018-11-13dm zoned: fix various dmz_get_mblock() issuesDamien Le Moal
2018-11-13dm zoned: fix metadata block ref countingDamien Le Moal
2018-11-13dm ioctl: harden copy_params()'s copy_from_user() from malicious usersWenwen Wang
2018-11-13MD: fix invalid stored role for a diskShaohua Li
2018-11-13bcache: fix miss key refill->end in writebackTang Junhui
2018-11-13bcache: trace missed reading by cache_missedTang Junhui
2018-11-04dm integrity: fail early if required HMAC key is not availableMilan Broz
2018-10-18dm linear: fix linear_end_io conditional definitionDamien Le Moal
2018-10-18dm linear: eliminate linear_end_io call if CONFIG_DM_ZONED disabledMike Snitzer
2018-10-18dm: fix report zone remapping to account for partition offsetDamien Le Moal
2018-10-18dm cache: destroy migration_cache if cache target registration failedShenghui Wang
2018-10-13dm cache: fix resize crash if user doesn't reload cache tableMike Snitzer
2018-10-13dm cache metadata: ignore hints array being too small during resizeJoe Thornber
2018-10-10dm thin metadata: fix __udivdi3 undefined on 32-bitMike Snitzer
2018-10-10dm thin metadata: try to avoid ever aborting transactionsJoe Thornber
2018-10-10dm raid: fix rebuild of specific devices by updating superblockHeinz Mauelshagen
2018-10-10RAID10 BUG_ON in raise_barrier when force is true and conf->barrier is 0Xiao Ni
2018-10-10md/raid5-cache: disable reshape completelyShaohua Li
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