summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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 writecache: set a default MAX_WRITEBACK_JOBSMikulas Patocka2022-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: bcache: check the return value of kzalloc() in detached_dev_do_request()Jia-Ju Bai2022-06-141-0/+6
* 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
* md/bitmap: don't set sb values if can't pass sanity checkHeming Zhao2022-06-141-21/+23
* 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 integrity: fix memory corruption when tag_size is less than digest sizeMikulas Patocka2022-04-271-2/+5
* dm ioctl: prevent potential spectre v1 gadgetJordy Zomer2022-04-151-0/+2
* dm crypt: fix get_key_size compiler warning if !CONFIG_KEYSAashish Sharma2022-04-151-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 thin metadata: Fix use-after-free in dm_bm_set_read_onlyYe Bin2021-09-222-7/+9
* dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc()Arne Welzel2021-09-221-1/+6
* bcache: add proper error unwinding in bcache_device_initChristoph Hellwig2021-09-221-5/+11
* dm writecache: fix writing beyond end of underlying device when shrinkingMikulas Patocka2021-07-281-0/+18
* dm writecache: return the exact table values that were setMikulas Patocka2021-07-281-16/+16
* dm btree remove: assign new_root only when removal succeedsHou Tao2021-07-201-1/+2
* dm space maps: don't reset space map allocation cursor when committingJoe Thornber2021-07-202-2/+16
* dm snapshot: properly fix a crash when an origin has no snapshotsMikulas Patocka2021-06-031-1/+1
* dm snapshot: fix crash with transient storage and zero chunk sizeMikulas Patocka2021-05-261-0/+1
* md: Fix missing unused status line of /proc/mdstatJan Glauber2021-05-221-1/+5
* md: md_open returns -EBUSY when entering racing areaZhao Heming2021-05-221-2/+1
* md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig2021-05-221-13/+19
* md: split mddev_findChristoph Hellwig2021-05-221-5/+19
* md-cluster: fix use-after-free issue when removing rdevHeming Zhao2021-05-221-4/+4
* md/bitmap: wait for external bitmap writes to complete during tear downSudhakar Panneerselvam2021-05-221-0/+2
* dm rq: fix double free of blk_mq_tag_set in dev remove after table load failsBenjamin Block2021-05-221-0/+2
* dm space map common: fix division bug in sm_ll_find_free_block()Joe Thornber2021-05-221-0/+2
* dm persistent data: packed struct should have an aligned() attribute tooJoe Thornber2021-05-222-6/+6