summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2021-03-04dm era: only resize metadata in preresumeNikos Tsironis1-11/+10
2021-03-04dm era: Reinitialize bitset cache before digesting a new writesetNikos Tsironis1-6/+6
2021-03-04dm era: Use correct value size in equality function of writeset treeNikos Tsironis1-1/+1
2021-03-04dm era: Fix bitset memory leaksNikos Tsironis1-0/+6
2021-03-04dm era: Verify the data block size hasn't changedNikos Tsironis1-1/+9
2021-03-04dm era: Update in-core bitset after committing the metadataNikos Tsironis1-6/+19
2021-03-04dm era: Recover committed writeset after crashNikos Tsironis1-8/+9
2021-03-04dm writecache: fix writing beyond end of underlying device when shrinkingMikulas Patocka1-0/+18
2021-03-04dm writecache: return the exact table values that were setMikulas Patocka1-24/+30
2021-03-04dm writecache: fix performance degradation in ssd modeMikulas Patocka1-1/+1
2021-03-04dm table: fix zoned iterate_devices based device capability checksJeffle Xu1-32/+16
2021-03-04dm table: fix DAX iterate_devices based device capability checksJeffle Xu3-29/+12
2021-03-04dm table: fix iterate_devices based device capability checksJeffle Xu1-46/+51
2021-03-04dm: fix deadlock when swapping to encrypted deviceMikulas Patocka3-0/+65
2021-03-04bcache: Move journal work to new flush wqKai Krakow3-2/+19
2021-03-04bcache: Give btree_io_wq correct semantics againKai Krakow1-1/+1
2021-03-04Revert "bcache: Kill btree_io_wq"Kai Krakow3-2/+25
2021-02-10md: Set prev_flush_start and flush_bio in an atomic wayXiao Ni1-0/+2
2021-02-04bcache: only check feature sets when sb->version >= BCACHE_SB_VERSION_CDEV_WI...Coly Li1-0/+6
2021-01-27dm integrity: select CRYPTO_SKCIPHERAnthony Iliopoulos1-0/+1
2021-01-27dm integrity: conditionally disable "recalculate" featureMikulas Patocka1-2/+24
2021-01-27dm integrity: fix a crash if "recalculate" used without "internal_hash"Mikulas Patocka1-0/+6
2021-01-27dm: avoid filesystem lookup in dm_get_dev_t()Hannes Reinecke1-3/+12
2021-01-27dm crypt: fix copy and paste bug in crypt_alloc_req_aeadIgnat Korchagin1-3/+3
2021-01-19dm: eliminate potential source of excessive kernel log noiseMike Snitzer1-1/+1
2021-01-19dm zoned: select CONFIG_CRC32Arnd Bergmann1-0/+1
2021-01-19dm crypt: defer decryption to a tasklet if interrupts disabledIgnat Korchagin1-2/+6
2021-01-19dm crypt: do not call bio_endio() from the dm-crypt taskletIgnat Korchagin1-1/+23
2021-01-19dm crypt: do not wait for backlogged crypto request completion in softirqIgnat Korchagin1-5/+98
2021-01-19dm crypt: use GFP_ATOMIC when allocating crypto requests from softirqIgnat Korchagin1-10/+25
2021-01-19dm integrity: fix the maximum number of argumentsMikulas Patocka1-1/+1
2021-01-19dm integrity: fix flush with external metadata deviceMikulas Patocka2-11/+55
2021-01-19dm snapshot: flush merged data before committing metadataAkilesh Kailash1-0/+24
2021-01-19dm raid: fix discard limits for raid1Mike Snitzer1-3/+3
2021-01-17bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_L...Coly Li1-0/+15
2021-01-12bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucketColy Li3-7/+28
2021-01-12bcache: check unsupported feature sets for bcache registerColy Li2-0/+29
2021-01-12bcache: fix typo from SUUP to SUPP in features.hColy Li1-3/+3
2021-01-06dm verity: skip verity work if I/O error when system is shutting downHyeongseok Kim1-1/+11
2021-01-06md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor1-1/+2
2020-12-30md/cluster: fix deadlock when node is doing resync jobZhao Heming2-31/+42
2020-12-30md/cluster: block reshape with remote resync jobZhao Heming1-2/+6
2020-12-30dm ioctl: fix error return code in target_messageQinglang Miao1-0/+1
2020-12-26md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong1-2/+5
2020-12-14Revert "dm raid: fix discard limits for raid1 and raid10"Greg Kroah-Hartman1-7/+5
2020-12-14Revert "md: change mddev 'chunk_sectors' from int to unsigned"Greg Kroah-Hartman1-2/+2
2020-12-13Merge tag 'block-5.10-2020-12-12' of git://git.kernel.dk/linux-blockLinus Torvalds6-393/+82
2020-12-12md: change mddev 'chunk_sectors' from int to unsignedMike Snitzer1-2/+2
2020-12-10Revert "md: add md_submit_discard_bio() for submitting discard bio"Song Liu3-24/+12
2020-12-10Revert "md/raid10: extend r10bio devs to raid disks"Song Liu1-4/+5