summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2023-10-10dm zoned: free dmz->ddev array in dmz_put_zoned_devicesFedor Pchelkin
2023-09-23md/raid1: fix error: ISO C90 forbids mixed declarationsNigel Croxon
2023-09-23md: raid1: fix potential OOB in raid1_remove_disk()Zhang Shurong
2023-09-19md/md-bitmap: remove unnecessary local variable in backlog_store()Yu Kuai
2023-09-19md/md-bitmap: hold 'reconfig_mutex' in backlog_store()Yu Kuai
2023-09-19md/bitmap: don't set max_write_behind if there is no write mostly deviceGuoqing Jiang
2023-08-30dm integrity: reduce vmalloc space footprint on 32-bit architecturesMikulas Patocka
2023-08-30dm integrity: increase RECALC_SECTORS to improve recalculate speedMikulas Patocka
2023-08-11dm cache policy smq: ensure IO doesn't prevent cleaner policy progressJoe Thornber
2023-08-11dm raid: protect md_stop() with 'reconfig_mutex'Yu Kuai
2023-08-11dm raid: clean up four equivalent goto tags in raid_ctr()Yu Kuai
2023-08-11dm raid: fix missing reconfig_mutex unlock in raid_ctr() error pathsYu Kuai
2023-07-27md/raid10: prevent soft lockup while flush writesYu Kuai
2023-07-27md: fix data corruption for raid456 when reshape restart while grow upYu Kuai
2023-07-27md/raid0: add discard support for the 'original' layoutJason Baron
2023-07-27bcache: Fix __bch_btree_node_alloc to make the failure behavior consistentZheng Wang
2023-07-27bcache: Remove unnecessary NULL point check in node allocationsZheng Wang
2023-07-27bcache: fixup btree_cache_wait list damageMingzhe Zou
2023-07-27md/raid10: fix io loss while replacement replace rdevLi Nan
2023-07-27md/raid10: fix null-ptr-deref of mreplace in raid10_sync_requestLi Nan
2023-07-27md/raid10: fix wrong setting of max_corr_read_errorsLi Nan
2023-07-27md/raid10: fix overflow of md/safe_mode_delayLi Nan
2023-07-27md/raid10: check slab-out-of-bounds in md_bitmap_get_counterLi Nan
2023-05-17dm verity: fix error handling for check_at_most_once on FECYeongjin Gil
2023-05-17dm verity: skip redundant verity_handle_err() on I/O errorsAkilesh Kailash
2023-05-17dm ioctl: fix nested locking in table_clear() to remove deadlock concernMike Snitzer
2023-05-17dm flakey: fix a crash with invalid table lineMikulas Patocka
2023-05-17dm integrity: call kmem_cache_destroy() in dm_integrity_init() error pathMike Snitzer
2023-05-17dm clone: call kmem_cache_destroy() in dm_clone_init() error pathMike Snitzer
2023-05-17md/raid10: fix memleak of md threadYu Kuai
2023-05-17md/raid10: fix memleak for 'conf->bio_split'Yu Kuai
2023-05-17md/raid10: fix leak of 'r10bio->remaining' for recoveryYu Kuai
2023-05-17md/raid10: fix null-ptr-deref in raid10_sync_requestLi Nan
2023-04-05md: avoid signed overflow in slot_store()NeilBrown
2023-04-05dm crypt: avoid accessing uninitialized taskletMike Snitzer
2023-04-05dm crypt: add cond_resched() to dmcrypt_write()Mikulas Patocka
2023-04-05dm stats: check for and propagate alloc_percpu failureJiasheng Jiang
2023-04-05dm thin: fix deadlock when swapping to thin deviceColy Li
2023-03-11dm flakey: don't corrupt the zero pageMikulas Patocka
2023-03-11dm flakey: fix logic when corrupting a bioMikulas Patocka
2023-03-11dm: add cond_resched() to dm_wq_work()Pingfan Liu
2023-03-11dm cache: add cond_resched() to various workqueue loopsMike Snitzer
2023-03-11dm thin: add cond_resched() to various workqueue loopsMike Snitzer
2023-03-11dm: remove flush_scheduled_work() during local_exit()Mike Snitzer
2023-03-03md: Flush workqueue md_rdev_misc_wq in md_alloc()David Sloan
2023-01-14md/bitmap: Fix bitmap chunk size overflow issuesFlorian-Ewald Mueller
2023-01-14dm cache: set needs_check flag after aborting metadataMike Snitzer
2023-01-14dm cache: Fix UAF in destroy()Luo Meng
2023-01-14dm clone: Fix UAF in clone_dtr()Luo Meng
2023-01-14dm integrity: Fix UAF in dm_integrity_dtr()Luo Meng