summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2021-03-30dm ioctl: fix out of bounds array access when no devicesMikulas Patocka1-1/+1
2021-03-30dm verity: fix DM_VERITY_OPTS_MAX valueJeongHyeon Lee1-1/+1
2021-03-11dm table: fix zoned iterate_devices based device capability checksJeffle Xu1-33/+17
2021-03-11dm table: fix DAX iterate_devices based device capability checksJeffle Xu3-29/+12
2021-03-11dm table: fix iterate_devices based device capability checksJeffle Xu1-49/+54
2021-03-09dm verity: fix FEC for RS roots unaligned to block sizeMilan Broz1-11/+12
2021-03-09dm bufio: subtract the number of initial sectors in dm_bufio_get_device_sizeMikulas Patocka1-0/+4
2021-03-04dm era: Update in-core bitset after committing the metadataNikos Tsironis1-6/+19
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: 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: 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-01-30dm integrity: conditionally disable "recalculate" featureMikulas Patocka1-1/+23
2021-01-27dm integrity: select CRYPTO_SKCIPHERAnthony Iliopoulos1-0/+1
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-19dm: eliminate potential source of excessive kernel log noiseMike Snitzer1-1/+1
2021-01-19dm integrity: fix flush with external metadata deviceMikulas Patocka2-8/+54
2021-01-19dm integrity: fix the maximum number of argumentsMikulas Patocka1-1/+1
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-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-30md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong1-2/+5
2020-12-30dm table: Remove BUG_ON(in_interrupt())Thomas Gleixner1-6/+0
2020-12-11dm writecache: remove BUG() and fail gracefully insteadMike Snitzer1-1/+1
2020-12-11dm: remove invalid sparse __acquires and __releases annotationsMike Snitzer1-2/+0
2020-12-11dm: fix bug with RCU locking in dm_blk_report_zonesSergei Shtepa1-2/+4
2020-12-11dm writecache: fix the maximum number of argumentsMikulas Patocka1-1/+1
2020-11-05md/raid5: fix oops during stripe resizingSong Liu1-2/+2
2020-11-05md/bitmap: md_bitmap_get_counter returns wrong blocksZhao Heming1-1/+1
2020-10-29md/bitmap: fix memory leak of temporary bitmapZhao Heming2-1/+3
2020-10-01dm: fix bio splitting and its bio completion order for regular IOMike Snitzer1-21/+2
2020-10-01bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang3-4/+10
2020-10-01dm table: do not allow request-based DM to stack on partitionsMike Snitzer1-19/+8
2020-09-23dm: Call proper helper to determine dax supportJan Kara1-3/+7
2020-09-23dm/dax: Fix table reference countsDan Williams1-2/+3
2020-09-09dm thin metadata: Fix use-after-free in dm_bm_set_read_onlyYe Bin2-7/+9
2020-09-09dm thin metadata: Avoid returning cmd->bm wild pointer on errorYe Bin1-2/+6