summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm-integrity: don't modify bio's immutable bio_vec in integrity_metadata()Mikulas Patocka2024-01-081-5/+6
* bcache: avoid NULL checking to c->root in run_cache_set()Coly Li2023-12-201-1/+1
* bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()Coly Li2023-12-201-0/+7
* bcache: avoid oversize memory allocation by small stripe_sizeColy Li2023-12-202-0/+3
* bcache: revert replacing IS_ERR_OR_NULL with IS_ERRMarkus Weippert2023-12-081-1/+1
* dm verity: don't perform FEC for failed readahead IOWu Bo2023-12-081-1/+3
* dm-verity: align struct dm_verity_fec_io properlyMikulas Patocka2023-12-082-7/+2
* bcache: prevent potential division by zero errorRand Deeb2023-12-081-1/+1
* bcache: check return value from btree_node_alloc_replacement()Coly Li2023-12-081-0/+2
* dm-delay: fix a race between delay_presuspend and delay_bioMikulas Patocka2023-12-081-5/+12
* bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()Coly Li2023-12-081-1/+1
* md/raid1: fix error: ISO C90 forbids mixed declarationsNigel Croxon2023-09-231-2/+1
* md: raid1: fix potential OOB in raid1_remove_disk()Zhang Shurong2023-09-231-0/+4
* dm integrity: reduce vmalloc space footprint on 32-bit architecturesMikulas Patocka2023-08-301-2/+2
* dm integrity: increase RECALC_SECTORS to improve recalculate speedMikulas Patocka2023-08-301-1/+1
* dm cache policy smq: ensure IO doesn't prevent cleaner policy progressJoe Thornber2023-08-111-10/+18
* dm raid: fix missing reconfig_mutex unlock in raid_ctr() error pathsYu Kuai2023-08-111-2/+7
* bcache: Fix __bch_btree_node_alloc to make the failure behavior consistentZheng Wang2023-08-111-1/+3
* bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li2023-08-114-24/+19
* bcache: use MAX_CACHES_PER_SET instead of magic number 8 in __bch_bucket_allo...Shenghui Wang2023-08-111-1/+1
* md/raid10: prevent soft lockup while flush writesYu Kuai2023-08-111-0/+2
* md: fix data corruption for raid456 when reshape restart while grow upYu Kuai2023-08-111-2/+12
* md/raid0: add discard support for the 'original' layoutJason Baron2023-08-112-8/+55
* bcache: Remove unnecessary NULL point check in node allocationsZheng Wang2023-08-112-7/+7
* md/raid10: fix io loss while replacement replace rdevLi Nan2023-08-111-4/+18
* md/raid10: fix wrong setting of max_corr_read_errorsLi Nan2023-08-111-0/+2
* md/raid10: fix overflow of md/safe_mode_delayLi Nan2023-08-111-3/+4
* md/raid10: check slab-out-of-bounds in md_bitmap_get_counterLi Nan2023-08-111-8/+9
* treewide: Remove uninitialized_var() usageKees Cook2023-08-115-5/+5
* dm verity: fix error handling for check_at_most_once on FECYeongjin Gil2023-05-171-1/+1
* dm verity: skip redundant verity_handle_err() on I/O errorsAkilesh Kailash2023-05-171-3/+12
* dm ioctl: fix nested locking in table_clear() to remove deadlock concernMike Snitzer2023-05-171-3/+4
* dm flakey: fix a crash with invalid table lineMikulas Patocka2023-05-171-2/+2
* dm integrity: call kmem_cache_destroy() in dm_integrity_init() error pathMike Snitzer2023-05-171-3/+5
* md/raid10: fix null-ptr-deref in raid10_sync_requestLi Nan2023-05-171-4/+4
* md/raid10: fix memleak of md threadYu Kuai2023-05-171-3/+3
* md: update the optimal I/O size on reshapeChristoph Hellwig2023-05-172-10/+22
* md/raid10: fix memleak for 'conf->bio_split'Yu Kuai2023-05-171-20/+17
* md/raid10: fix leak of 'r10bio->remaining' for recoveryYu Kuai2023-05-171-10/+13
* md: avoid signed overflow in slot_store()NeilBrown2023-04-051-0/+3
* dm crypt: add cond_resched() to dmcrypt_write()Mikulas Patocka2023-04-051-0/+1
* dm stats: check for and propagate alloc_percpu failureJiasheng Jiang2023-04-053-3/+10
* dm thin: fix deadlock when swapping to thin deviceColy Li2023-04-051-0/+2
* dm flakey: don't corrupt the zero pageMikulas Patocka2023-03-111-2/+5
* dm flakey: fix logic when corrupting a bioMikulas Patocka2023-03-111-10/+13
* dm cache: add cond_resched() to various workqueue loopsMike Snitzer2023-03-111-0/+4
* dm thin: add cond_resched() to various workqueue loopsMike Snitzer2023-03-111-0/+2
* dm: remove flush_scheduled_work() during local_exit()Mike Snitzer2023-03-111-1/+0
* dm thin: resume even if in FAIL modeLuo Meng2023-01-181-4/+12
* md/bitmap: Fix bitmap chunk size overflow issuesFlorian-Ewald Mueller2023-01-181-8/+12