summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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 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 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 cache: set needs_check flag after aborting metadataMike Snitzer2023-01-181-5/+5
* dm cache: Fix UAF in destroy()Luo Meng2023-01-181-0/+1
* dm thin: Fix UAF in run_timer_softirq()Luo Meng2023-01-181-0/+2
* dm thin: Use last transaction's pmd->root when commit failedZhihao Cheng2023-01-181-0/+9
* dm cache: Fix ABBA deadlock between shrink_slab and dm_cache_metadata_abortMike Snitzer2023-01-181-7/+47
* md: fix a crash in mempool_freeMikulas Patocka2023-01-181-3/+6
* md/raid1: stop mdx_raid1 thread when raid1 array run failedJiang Li2023-01-181-0/+1
* dm ioctl: fix misbehavior if list_versions races with module loadingMikulas Patocka2022-11-251-2/+2
* md: Replace snprintf with scnprintfSaurabh Sengar2022-10-261-2/+2
* md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5dLogan Gunthorpe2022-10-261-0/+12
* md/raid5: Ensure stripe_fill happens on non-read IO with journalLogan Gunthorpe2022-10-261-1/+1
* md: call __md_stop_writes in md_stopGuoqing Jiang2022-09-051-0/+1
* drivers:md:fix a potential use-after-free bugWentao_Liang2022-08-251-1/+1
* dm raid: fix address sanitizer warning in raid_statusMikulas Patocka2022-08-251-1/+1
* dm raid: fix address sanitizer warning in raid_resumeMikulas Patocka2022-08-251-1/+1
* dm: return early from dm_pr_call() if DM device is suspendedMike Snitzer2022-08-251-0/+5
* md-raid10: fix KASAN warningMikulas Patocka2022-08-251-1/+4
* dm raid: fix KASAN warning in raid5_add_disksMikulas Patocka2022-07-071-0/+1
* dm raid: fix accesses beyond end of raid member arrayHeinz Mauelshagen2022-07-071-16/+18
* dm era: commit metadata in postsuspend after worker stopsNikos Tsironis2022-07-021-1/+7
* md/raid0: Ignore RAID0 layout if the second zone has only one devicePascal Hambourg2022-06-141-15/+16
* md: protect md_unregister_thread from reentrancyGuoqing Jiang2022-06-141-5/+10
* md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong2022-06-141-4/+6
* md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong2022-06-141-3/+5
* dm verity: set DM_TARGET_IMMUTABLE feature flagSarthak Kukreti2022-06-061-0/+1
* dm stats: add cond_resched when looping over entriesMikulas Patocka2022-06-061-0/+8
* dm crypt: make printing of the key constant-timeMikulas Patocka2022-06-061-3/+11
* dm integrity: fix error code in dm_integrity_ctr()Dan Carpenter2022-06-061-2/+0
* dm: interlock pending dm_io and dm_wait_for_bios_completionMike Snitzer2022-05-121-0/+2
* dm: fix mempool NULL pointer race when completing IOJiazi Li2022-05-121-7/+10
* dm ioctl: prevent potential spectre v1 gadgetJordy Zomer2022-04-201-0/+2
* dm crypt: fix get_key_size compiler warning if !CONFIG_KEYSAashish Sharma2022-04-201-1/+1
* dm space map common: add bounds check to sm_ll_lookup_bitmap()Joe Thornber2022-01-271-0/+5
* dm btree: add a defensive bounds check to insert_at()Joe Thornber2022-01-271-3/+5
* dm btree remove: fix use after free in rebalance_children()Joe Thornber2021-12-221-1/+1
* md: fix a lock order reversal in md_allocChristoph Hellwig2021-10-061-5/+0
* dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc()Arne Welzel2021-09-221-1/+6
* dm btree remove: assign new_root only when removal succeedsHou Tao2021-07-201-1/+2