summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: add basic support for using the select or poll functionMikulas Patocka2017-06-191-1/+48
* dm ioctl: restore __GFP_HIGH in copy_params()Junaid Shahid2017-05-221-2/+3
* drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variantMichal Hocko2017-05-081-9/+4
* dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche2017-04-271-1/+1
* dm ioctl: prevent stack leak in dm ioctl callAdrian Salido2017-04-271-1/+1
* dm ioctl: remove double parenthesesMatthias Kaehlcke2017-04-241-2/+2
* dm: remove dummy dm_table definitionMikulas Patocka2017-04-241-8/+0
* sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* dm ioctl: use offsetof() instead of open-coding itBart Van Assche2016-12-081-1/+1
* dm: allow bio-based table to be upgraded to bio-based with DAX supportToshi Kani2016-07-201-1/+10
* dm ioctl: Simplify parameter buffer management codeBart Van Assche2016-07-011-12/+6
* dm: move request-based code out to dm-rq.[hc]Mike Snitzer2016-06-101-1/+1
* dm ioctl: drop use of __GFP_REPEAT in copy_params()'s __vmalloc() callMichal Hocko2016-05-051-1/+1