summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* dm ioctl: update DM_DRIVER_EMAIL to new dm-devel mailing listMike Snitzer2024-02-201-1/+1
* dm: limit the number of targets and parameter size areaMikulas Patocka2024-01-301-1/+2
* dm ioctl: replace deprecated strncpy with strscpy_padJustin Stitt2023-10-231-2/+2
* dm: fix a race condition in retrieve_depsMikulas Patocka2023-09-141-1/+6
* Merge tag 'for-6.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-301-23/+75
|\
| * dm: get rid of GFP_NOIO workarounds for __vmalloc and kvmallocMikulas Patocka2023-06-271-4/+1
| * dm ioctl: Refuse to create device named "." or ".."Demi Marie Obenour2023-06-231-2/+4
| * dm ioctl: Refuse to create device named "control"Demi Marie Obenour2023-06-231-1/+6
| * dm ioctl: Avoid double-fetch of versionDemi Marie Obenour2023-06-231-12/+21
| * dm ioctl: structs and parameter strings must not overlapDemi Marie Obenour2023-06-231-7/+21
| * dm ioctl: Avoid pointer arithmetic overflowDemi Marie Obenour2023-06-231-0/+16
| * dm ioctl: Check dm_target_spec is sufficiently alignedDemi Marie Obenour2023-06-231-0/+9
* | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-5/+5
|\|
| * block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-5/+5
* | dm: don't lock fs when the map is NULL during suspend or resumeLi Lingfeng2023-06-151-4/+1
|/
* dm: don't lock fs when the map is NULL in process of resumeLi Lingfeng2023-04-191-1/+4
* dm ioctl: fix nested locking in table_clear() to remove deadlock concernMike Snitzer2023-04-171-3/+4
* dm ioctl: remove unnecessary check when using dm_get_mdptr()Hou Tao2023-02-171-3/+3
* dm ioctl: assert _hash_lock is held in __hash_removeMike Snitzer2023-02-171-0/+4
* dm ioctl: prefer strscpy() instead of strlcpy()Heinz Mauelshagen2023-02-141-2/+2
* dm ioctl: have constant on the right side of the testHeinz Mauelshagen2023-02-141-2/+2
* dm: prefer '"%s...", __func__'Heinz Mauelshagen2023-02-141-1/+1
* dm: avoid split of quoted strings where possibleHeinz Mauelshagen2023-02-141-4/+2
* dm: add missing empty linesHeinz Mauelshagen2023-02-141-4/+14
* dm: avoid spaces before function arguments or in favour of tabsHeinz Mauelshagen2023-02-141-27/+25
* dm: fix undue/missing spacesHeinz Mauelshagen2023-02-141-2/+2
* dm: correct block comments format.Heinz Mauelshagen2023-02-141-12/+21
* dm: change "unsigned" to "unsigned int"Heinz Mauelshagen2023-02-141-9/+9
* dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen2023-02-141-0/+1
* dm: send just one event on resize, not twoMikulas Patocka2023-02-141-3/+10
* dm ioctl: drop always-false conditionSergey Shtylyov2023-02-021-2/+1
* dm ioctl: fix a couple ioctl codesMikulas Patocka2022-12-011-2/+2
* dm ioctl: a small code cleanup in list_version_get_infoMikulas Patocka2022-12-011-1/+1
* dm ioctl: fix misbehavior if list_versions races with module loadingMikulas Patocka2022-11-181-2/+2
* dm: change from DMWARN to DMERR or DMCRIT for fatal errorsMikulas Patocka2022-10-181-39/+39
* dm table: remove dm_table_get_num_targets() wrapperMike Snitzer2022-07-071-3/+3
* dm ioctl: log an error if the ioctl structure is corruptedMikulas Patocka2022-04-011-3/+12
* dm ioctl: prevent potential spectre v1 gadgetJordy Zomer2022-02-221-0/+2
* dm ima: measure data on device renameTushar Sugandhi2021-08-101-0/+3
* dm ima: measure data on table clearTushar Sugandhi2021-08-101-0/+3
* dm ima: measure data on device removeTushar Sugandhi2021-08-101-0/+3
* dm ima: measure data on device resumeTushar Sugandhi2021-08-101-2/+6
* dm ima: measure data on table loadTushar Sugandhi2021-08-101-1/+6
* dm: move setting md->type into dm_setup_md_queueChristoph Hellwig2021-08-091-4/+0
* dm ioctl: filter the returned values according to name or uuid prefixMikulas Patocka2021-03-261-0/+28
* dm ioctl: return UUID in DM_LIST_DEVICES_CMD resultMikulas Patocka2021-03-261-3/+17
* dm ioctl: replace device hash with red-black treeMikulas Patocka2021-03-261-112/+142
* dm ioctl: fix out of bounds array access when no devicesMikulas Patocka2021-03-261-1/+1
* dm ioctl: fix error return code in target_messageQinglang Miao2020-12-041-0/+1
* dm: export dm_copy_name_and_uuidMike Snitzer2020-10-011-1/+1