aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-ioctl.c
AgeCommit message (Expand)Author
2024-01-30dm: limit the number of targets and parameter size areaMikulas Patocka
2023-10-23dm ioctl: replace deprecated strncpy with strscpy_padJustin Stitt
2023-09-14dm: fix a race condition in retrieve_depsMikulas Patocka
2023-06-30Merge tag 'for-6.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-27dm: get rid of GFP_NOIO workarounds for __vmalloc and kvmallocMikulas Patocka
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-23dm ioctl: Refuse to create device named "." or ".."Demi Marie Obenour
2023-06-23dm ioctl: Refuse to create device named "control"Demi Marie Obenour
2023-06-23dm ioctl: Avoid double-fetch of versionDemi Marie Obenour
2023-06-23dm ioctl: structs and parameter strings must not overlapDemi Marie Obenour
2023-06-23dm ioctl: Avoid pointer arithmetic overflowDemi Marie Obenour
2023-06-23dm ioctl: Check dm_target_spec is sufficiently alignedDemi Marie Obenour
2023-06-15dm: don't lock fs when the map is NULL during suspend or resumeLi Lingfeng
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-04-19dm: don't lock fs when the map is NULL in process of resumeLi Lingfeng
2023-04-17dm ioctl: fix nested locking in table_clear() to remove deadlock concernMike Snitzer
2023-02-17dm ioctl: remove unnecessary check when using dm_get_mdptr()Hou Tao
2023-02-17dm ioctl: assert _hash_lock is held in __hash_removeMike Snitzer
2023-02-14dm ioctl: prefer strscpy() instead of strlcpy()Heinz Mauelshagen
2023-02-14dm ioctl: have constant on the right side of the testHeinz Mauelshagen
2023-02-14dm: prefer '"%s...", __func__'Heinz Mauelshagen
2023-02-14dm: avoid split of quoted strings where possibleHeinz Mauelshagen
2023-02-14dm: add missing empty linesHeinz Mauelshagen
2023-02-14dm: avoid spaces before function arguments or in favour of tabsHeinz Mauelshagen
2023-02-14dm: fix undue/missing spacesHeinz Mauelshagen
2023-02-14dm: correct block comments format.Heinz Mauelshagen
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen
2023-02-14dm: send just one event on resize, not twoMikulas Patocka
2023-02-02dm ioctl: drop always-false conditionSergey Shtylyov
2022-12-01dm ioctl: fix a couple ioctl codesMikulas Patocka
2022-12-01dm ioctl: a small code cleanup in list_version_get_infoMikulas Patocka
2022-11-18dm ioctl: fix misbehavior if list_versions races with module loadingMikulas Patocka
2022-10-18dm: change from DMWARN to DMERR or DMCRIT for fatal errorsMikulas Patocka
2022-07-07dm table: remove dm_table_get_num_targets() wrapperMike Snitzer
2022-04-01dm ioctl: log an error if the ioctl structure is corruptedMikulas Patocka
2022-02-22dm ioctl: prevent potential spectre v1 gadgetJordy Zomer
2021-08-10dm ima: measure data on device renameTushar Sugandhi
2021-08-10dm ima: measure data on table clearTushar Sugandhi
2021-08-10dm ima: measure data on device removeTushar Sugandhi
2021-08-10dm ima: measure data on device resumeTushar Sugandhi
2021-08-10dm ima: measure data on table loadTushar Sugandhi
2021-08-09dm: move setting md->type into dm_setup_md_queueChristoph Hellwig
2021-03-26dm ioctl: filter the returned values according to name or uuid prefixMikulas Patocka
2021-03-26dm ioctl: return UUID in DM_LIST_DEVICES_CMD resultMikulas Patocka
2021-03-26dm ioctl: replace device hash with red-black treeMikulas Patocka
2021-03-26dm ioctl: fix out of bounds array access when no devicesMikulas Patocka
2020-12-04dm ioctl: fix error return code in target_messageQinglang Miao
2020-10-01dm: export dm_copy_name_and_uuidMike Snitzer
2020-08-07Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds