summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2024-09-04dm suspend: return -ERESTARTSYS instead of -EINTRMikulas Patocka1-1/+1
2024-09-04md: clean up invalid BUG_ON in md_ioctlLi Nan1-5/+0
2024-09-04dm persistent data: fix memory allocation failureMikulas Patocka1-2/+2
2024-09-04dm resume: don't return EINVAL when signalledKhazhismel Kumykov1-2/+20
2024-08-19md/raid5: avoid BUG_ON() while continue reshape after reassemblingYu Kuai1-7/+13
2024-06-16md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PE...Yu Kuai1-12/+3
2024-06-16md: fix resync softlockup when bitmap size is less than array sizeYu Kuai1-3/+3
2024-05-25dm: limit the number of targets and parameter size areaMikulas Patocka3-3/+11
2024-04-13dm-raid: fix lockdep waring in "pers->hot_add_disk"Yu Kuai1-0/+2
2024-04-13Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d""Song Liu1-0/+12
2024-03-26dm: call the resume method on internal suspendMikulas Patocka1-6/+20
2024-03-26dm raid: fix false positive for requeue needed during reshapeMing Lei1-2/+2
2024-03-26md: Don't clear MD_CLOSING when the raid is about to stopLi Nan1-4/+10
2024-03-26md: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig1-31/+31
2024-03-26md: switch to ->check_events for media change notificationsChristoph Hellwig1-11/+8
2024-03-26dm-verity, dm-crypt: align "struct bvec_iter" correctlyMikulas Patocka2-4/+4
2024-03-01dm-crypt: don't modify the data when using authenticated encryptionMikulas Patocka1-0/+6
2024-02-23Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"Junxiao Bi1-12/+0
2024-02-23md: Whenassemble the array, consult the superblock of the freshest deviceAlex Lyakas1-10/+44
2024-01-08dm-integrity: don't modify bio's immutable bio_vec in integrity_metadata()Mikulas Patocka1-5/+6
2023-12-20bcache: avoid NULL checking to c->root in run_cache_set()Coly Li1-1/+1
2023-12-20bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()Coly Li1-0/+7
2023-12-20bcache: avoid oversize memory allocation by small stripe_sizeColy Li2-0/+3
2023-12-08bcache: revert replacing IS_ERR_OR_NULL with IS_ERRMarkus Weippert1-1/+1
2023-12-08dm verity: don't perform FEC for failed readahead IOWu Bo1-1/+3
2023-12-08dm-verity: align struct dm_verity_fec_io properlyMikulas Patocka2-7/+2
2023-12-08bcache: prevent potential division by zero errorRand Deeb1-1/+1
2023-12-08bcache: check return value from btree_node_alloc_replacement()Coly Li1-0/+2
2023-12-08dm-delay: fix a race between delay_presuspend and delay_bioMikulas Patocka1-5/+12
2023-12-08bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()Coly Li1-1/+1
2023-09-23md/raid1: fix error: ISO C90 forbids mixed declarationsNigel Croxon1-2/+1
2023-09-23md: raid1: fix potential OOB in raid1_remove_disk()Zhang Shurong1-0/+4
2023-08-30dm integrity: reduce vmalloc space footprint on 32-bit architecturesMikulas Patocka1-2/+2
2023-08-30dm integrity: increase RECALC_SECTORS to improve recalculate speedMikulas Patocka1-1/+1
2023-08-11dm cache policy smq: ensure IO doesn't prevent cleaner policy progressJoe Thornber1-10/+18
2023-08-11dm raid: fix missing reconfig_mutex unlock in raid_ctr() error pathsYu Kuai1-2/+7
2023-08-11bcache: Fix __bch_btree_node_alloc to make the failure behavior consistentZheng Wang1-1/+3
2023-08-11bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li4-24/+19
2023-08-11bcache: use MAX_CACHES_PER_SET instead of magic number 8 in __bch_bucket_allo...Shenghui Wang1-1/+1
2023-08-11md/raid10: prevent soft lockup while flush writesYu Kuai1-0/+2
2023-08-11md: fix data corruption for raid456 when reshape restart while grow upYu Kuai1-2/+12
2023-08-11md/raid0: add discard support for the 'original' layoutJason Baron2-8/+55
2023-08-11bcache: Remove unnecessary NULL point check in node allocationsZheng Wang2-7/+7
2023-08-11md/raid10: fix io loss while replacement replace rdevLi Nan1-4/+18
2023-08-11md/raid10: fix wrong setting of max_corr_read_errorsLi Nan1-0/+2
2023-08-11md/raid10: fix overflow of md/safe_mode_delayLi Nan1-3/+4
2023-08-11md/raid10: check slab-out-of-bounds in md_bitmap_get_counterLi Nan1-8/+9
2023-08-11treewide: Remove uninitialized_var() usageKees Cook5-5/+5
2023-05-17dm verity: fix error handling for check_at_most_once on FECYeongjin Gil1-1/+1
2023-05-17dm verity: skip redundant verity_handle_err() on I/O errorsAkilesh Kailash1-3/+12