summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2019-05-02dm integrity: change memcmp to strncmp in dm_integrity_ctrMikulas Patocka
2019-04-20dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL recursion deadlockMikulas Patocka
2019-04-17dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov
2019-04-05bcache: improve sysfs_strtoul_clamp()Coly Li
2019-04-05bcache: fix input overflow to sequential_cutoffColy Li
2019-04-05bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li
2019-04-05dm thin: add sanity checks to thin-pool and external snapshot creationJason Cai (Xiang Feng)
2019-03-23md: Fix failed allocation of md_register_threadAditya Pakki
2019-03-23bcache: never writeback a discard operationDaniel Axtens
2019-03-23dm integrity: limit the rate of error messagesMikulas Patocka
2019-03-19It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni
2019-02-20dm thin: fix bug where bio that overwrites thin block ignores FUANikos Tsironis
2019-02-20dm crypt: don't overallocate the integrity tag spaceMikulas Patocka
2019-02-20md/raid1: don't clear bitmap bits on interrupted recovery.Nate Dailey
2019-02-12md: fix raid10 hang issue caused by barrierGuoqing Jiang
2019-02-06md/raid5: fix 'out of memory' during raid cache recoveryAlexei Naberezhnov
2019-01-31dm crypt: fix parsing of extended IV argumentsMilan Broz
2019-01-31dm thin: fix passdown_double_checking_shared_status()Joe Thornber
2019-01-26dm snapshot: Fix excessive memory usage and workqueue stallsNikos Tsironis
2019-01-26dm kcopyd: Fix bug causing workqueue stallsNikos Tsironis
2019-01-26dm crypt: use u64 instead of sector_t to store iv_offsetAliOS system security
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