summaryrefslogtreecommitdiff
path: root/drivers/md/dm-ioctl.c
AgeCommit message (Expand)Author
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
2020-08-04dm ioctl: Fix compilation warningDamien Le Moal
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-17dm ioctl: use struct_size() helper in retrieve_deps()Gustavo A. R. Silva
2019-09-16dm: introduce DM_GET_TARGET_VERSIONMikulas Patocka
2019-08-23dm: make dm_table_find_target return NULLMikulas Patocka
2019-05-16dm ioctl: fix hang in early create error conditionHelen Koike
2019-03-05dm: add support to directly boot to a mapped deviceHelen Koike
2018-10-18dm ioctl: harden copy_params()'s copy_from_user() from malicious usersWenwen Wang
2018-06-08dm: report which conflicting type caused error during table_load()Mike Snitzer
2018-04-03dm: allow targets to return output from messages they are sentMike Snitzer
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-09-25dm ioctl: fix alignment of event number in the device listMikulas Patocka
2017-08-28dm ioctl: constify ioctl lookup tableEric Biggers