summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: allow immutable request-based targets to use blk-mq pduMike Snitzer2016-02-221-1/+1
* dm: set DM_TARGET_WILDCARD feature on "error" targetMike Snitzer2016-02-221-1/+2
* char: make misc_deregister a void functionGreg Kroah-Hartman2015-08-051-3/+1
* dm: only initialize the request_queue onceChristoph Hellwig2015-04-301-8/+9
* dm ioctl: fix stale comment above dm_get_inactive_table()Junxiao Bi2015-02-091-2/+2
* dm: enhance internal suspend and resume interfaceMike Snitzer2014-11-191-1/+4
* dm: allow active and inactive tables to share dm_devsBenjamin Marzinski2014-10-051-1/+1
* dm: allow remove to be deferredMikulas Patocka2013-11-091-6/+30
* dm: add statistics supportMikulas Patocka2013-09-051-8/+14
* dm ioctl: cleanup error handling in table_loadMike Snitzer2013-09-051-18/+16
* dm ioctl: increase granularity of type_lock when loading tableMike Snitzer2013-09-051-2/+4
* dm ioctl: prevent rename to empty name or uuidAlasdair Kergon2013-09-051-1/+1
* dm: optimize use SRCU and RCUMikulas Patocka2013-07-101-40/+82