summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-071-1/+1
|\
| * dm ioctl: Fix compilation warningDamien Le Moal2020-08-041-1/+1
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* dm ioctl: use struct_size() helper in retrieve_deps()Gustavo A. R. Silva2020-06-171-1/+1
* dm: introduce DM_GET_TARGET_VERSIONMikulas Patocka2019-09-161-3/+29
* dm: make dm_table_find_target return NULLMikulas Patocka2019-08-231-1/+1
* dm ioctl: fix hang in early create error conditionHelen Koike2019-05-161-1/+5
* dm: add support to directly boot to a mapped deviceHelen Koike2019-03-051-0/+103
* dm ioctl: harden copy_params()'s copy_from_user() from malicious usersWenwen Wang2018-10-181-12/+6
* dm: report which conflicting type caused error during table_load()Mike Snitzer2018-06-081-1/+2
* dm: allow targets to return output from messages they are sentMike Snitzer2018-04-031-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* dm ioctl: fix alignment of event number in the device listMikulas Patocka2017-09-251-13/+24
* dm ioctl: constify ioctl lookup tableEric Biggers2017-08-281-1/+1
* dm ioctl: report event number in DM_LIST_DEVICESMikulas Patocka2017-06-191-1/+5
* dm ioctl: add a new DM_DEV_ARM_POLL ioctlMikulas Patocka2017-06-191-21/+35