summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2019-02-06md/raid5: fix 'out of memory' during raid cache recoveryAlexei Naberezhnov2-13/+28
2019-01-31dm crypt: fix parsing of extended IV argumentsMilan Broz1-8/+17
2019-01-31dm thin: fix passdown_double_checking_shared_status()Joe Thornber3-8/+8
2019-01-26dm snapshot: Fix excessive memory usage and workqueue stallsNikos Tsironis1-0/+22
2019-01-26dm kcopyd: Fix bug causing workqueue stallsNikos Tsironis1-5/+14
2019-01-26dm crypt: use u64 instead of sector_t to store iv_offsetAliOS system security1-3/+3
2019-01-13dm zoned: Fix target BIO completion handlingDamien Le Moal1-84/+38
2019-01-13dm verity: fix crash on bufio buffer that was allocated with vmallocMikulas Patocka1-4/+20
2019-01-13md: raid10: remove VLAISMatthias Kaehlcke1-5/+10
2018-12-21dm cache metadata: verify cache has blocks in blocks_are_clean_separate_dirty()Mike Snitzer1-0/+4
2018-12-21dm thin: send event about thin-pool state change _after_ making itMike Snitzer1-33/+35
2018-11-13MD: fix invalid stored role for a disk - try2Shaohua Li3-4/+2
2018-11-13dm zoned: fix various dmz_get_mblock() issuesDamien Le Moal1-24/+42
2018-11-13dm zoned: fix metadata block ref countingDamien Le Moal1-9/+11
2018-11-13dm ioctl: harden copy_params()'s copy_from_user() from malicious usersWenwen Wang1-12/+6
2018-11-13MD: fix invalid stored role for a diskShaohua Li1-0/+4
2018-11-13bcache: fix miss key refill->end in writebackTang Junhui1-1/+1
2018-11-13bcache: trace missed reading by cache_missedTang Junhui1-1/+1
2018-11-04dm integrity: fail early if required HMAC key is not availableMilan Broz1-0/+3
2018-10-18dm linear: fix linear_end_io conditional definitionDamien Le Moal2-2/+4
2018-10-18dm linear: eliminate linear_end_io call if CONFIG_DM_ZONED disabledMike Snitzer1-1/+7
2018-10-18dm: fix report zone remapping to account for partition offsetDamien Le Moal1-7/+20
2018-10-18dm cache: destroy migration_cache if cache target registration failedShenghui Wang1-3/+2
2018-10-13dm cache: fix resize crash if user doesn't reload cache tableMike Snitzer1-2/+7
2018-10-13dm cache metadata: ignore hints array being too small during resizeJoe Thornber1-2/+2
2018-10-10dm thin metadata: fix __udivdi3 undefined on 32-bitMike Snitzer1-4/+2
2018-10-10dm thin metadata: try to avoid ever aborting transactionsJoe Thornber2-9/+100
2018-10-10dm raid: fix rebuild of specific devices by updating superblockHeinz Mauelshagen1-0/+5
2018-10-10RAID10 BUG_ON in raise_barrier when force is true and conf->barrier is 0Xiao Ni1-1/+4
2018-10-10md/raid5-cache: disable reshape completelyShaohua Li2-3/+8
2018-10-04md-cluster: clear another node's suspend_area after the copy is finishedGuoqing Jiang1-9/+10
2018-09-19dm cache: only allow a single io_mode cache feature to be requestedJohn Pittman1-4/+15
2018-09-19md/raid5: fix data corruption of replacements after originals droppedBingJing Chang1-0/+6
2018-09-15dm kcopyd: avoid softlockup in run_complete_jobJohn Pittman1-0/+2
2018-09-09bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai1-1/+3
2018-09-09dm crypt: don't decrease device limitsMikulas Patocka1-5/+5
2018-09-09dm cache metadata: set dirty on all cache blocks after a crashIlya Dryomov1-3/+7
2018-09-09dm cache metadata: save in-core policy_hint_size to on-disk superblockMike Snitzer1-1/+2
2018-09-09dm thin: stop no_space_timeout worker when switching to write-modeHou Tao1-0/+2
2018-09-09dm integrity: change 'suspending' variable from bool to intMikulas Patocka1-3/+3
2018-08-24md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang1-0/+7
2018-08-03md: fix NULL dereference of mddev->pers in remove_and_add_spares()Yufen Yu1-0/+3
2018-08-03md/raid1: add error handling of read error from FailFast deviceGioh Kim1-0/+2
2018-07-11dm: prevent DAX mounts if not supportedRoss Zwisler2-5/+5
2018-07-11dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()Mike Snitzer2-3/+2
2018-07-08md: remove special meaning of ->quiesce(.., 2)NeilBrown9-69/+37
2018-07-08md: allow metadata update while suspending.NeilBrown2-0/+20
2018-07-08md: use mddev_suspend/resume instead of ->quiesce()NeilBrown1-12/+12
2018-07-08md: move suspend_hi/lo handling into core md codeNeilBrown3-37/+28
2018-07-08md: don't call bitmap_create() while array is quiesced.NeilBrown1-6/+10