summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2021-04-21dm verity fec: fix misaligned RS roots IOJaegeuk Kim
2021-03-30dm table: Fix zoned model check and zone sectors checkShin'ichiro Kawasaki
2021-03-30dm ioctl: fix out of bounds array access when no devicesMikulas Patocka
2021-03-30dm verity: fix DM_VERITY_OPTS_MAX valueJeongHyeon Lee
2021-03-09dm verity: fix FEC for RS roots unaligned to block sizeMilan Broz
2021-03-09dm bufio: subtract the number of initial sectors in dm_bufio_get_device_sizeMikulas Patocka
2021-03-04dm era: only resize metadata in preresumeNikos Tsironis
2021-03-04dm era: Reinitialize bitset cache before digesting a new writesetNikos Tsironis
2021-03-04dm era: Use correct value size in equality function of writeset treeNikos Tsironis
2021-03-04dm era: Fix bitset memory leaksNikos Tsironis
2021-03-04dm era: Verify the data block size hasn't changedNikos Tsironis
2021-03-04dm era: Update in-core bitset after committing the metadataNikos Tsironis
2021-03-04dm era: Recover committed writeset after crashNikos Tsironis
2021-03-04dm writecache: fix writing beyond end of underlying device when shrinkingMikulas Patocka
2021-03-04dm writecache: return the exact table values that were setMikulas Patocka
2021-03-04dm writecache: fix performance degradation in ssd modeMikulas Patocka
2021-03-04dm table: fix zoned iterate_devices based device capability checksJeffle Xu
2021-03-04dm table: fix DAX iterate_devices based device capability checksJeffle Xu
2021-03-04dm table: fix iterate_devices based device capability checksJeffle Xu
2021-03-04dm: fix deadlock when swapping to encrypted deviceMikulas Patocka
2021-03-04bcache: Move journal work to new flush wqKai Krakow
2021-03-04bcache: Give btree_io_wq correct semantics againKai Krakow
2021-03-04Revert "bcache: Kill btree_io_wq"Kai Krakow
2021-02-10md: Set prev_flush_start and flush_bio in an atomic wayXiao Ni
2021-02-03bcache: only check feature sets when sb->version >= BCACHE_SB_VERSION_CDEV_WI...Coly Li
2021-01-27dm integrity: select CRYPTO_SKCIPHERAnthony Iliopoulos
2021-01-27dm integrity: conditionally disable "recalculate" featureMikulas Patocka
2021-01-27dm integrity: fix a crash if "recalculate" used without "internal_hash"Mikulas Patocka
2021-01-27dm: avoid filesystem lookup in dm_get_dev_t()Hannes Reinecke
2021-01-27dm crypt: fix copy and paste bug in crypt_alloc_req_aeadIgnat Korchagin
2021-01-19dm: eliminate potential source of excessive kernel log noiseMike Snitzer
2021-01-19dm zoned: select CONFIG_CRC32Arnd Bergmann
2021-01-19dm crypt: defer decryption to a tasklet if interrupts disabledIgnat Korchagin
2021-01-19dm crypt: do not call bio_endio() from the dm-crypt taskletIgnat Korchagin
2021-01-19dm crypt: do not wait for backlogged crypto request completion in softirqIgnat Korchagin
2021-01-19dm crypt: use GFP_ATOMIC when allocating crypto requests from softirqIgnat Korchagin
2021-01-19dm integrity: fix the maximum number of argumentsMikulas Patocka
2021-01-19dm integrity: fix flush with external metadata deviceMikulas Patocka
2021-01-19dm snapshot: flush merged data before committing metadataAkilesh Kailash
2021-01-19dm raid: fix discard limits for raid1Mike Snitzer
2021-01-17bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_L...Coly Li
2021-01-12bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucketColy Li
2021-01-12bcache: check unsupported feature sets for bcache registerColy Li
2021-01-12bcache: fix typo from SUUP to SUPP in features.hColy Li
2021-01-06dm verity: skip verity work if I/O error when system is shutting downHyeongseok Kim
2021-01-06md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor
2020-12-30md/cluster: fix deadlock when node is doing resync jobZhao Heming
2020-12-30md/cluster: block reshape with remote resync jobZhao Heming
2020-12-30dm ioctl: fix error return code in target_messageQinglang Miao
2020-12-26md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong