summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: use __GFP_HIGHMEM in __vmallocMikulas Patocka2013-07-101-1/+1
* dm ioctl: set noio flag to avoid __vmalloc deadlockMikulas Patocka2013-07-101-0/+3
* dm ioctl: allow message to return dataMikulas Patocka2013-03-011-1/+35
* dm ioctl: optimize functions without variable paramsMikulas Patocka2013-03-011-18/+34
* dm ioctl: introduce ioctl_flagsMikulas Patocka2013-03-011-23/+41
* dm: fix truncated status stringsMikulas Patocka2013-03-011-5/+9
* dm ioctl: use kmalloc if possibleMikulas Patocka2012-12-211-13/+32
* dm ioctl: remove PF_MEMALLOCMikulas Patocka2012-12-211-9/+4
* dm ioctl: prevent unsafe change to dm_ioctl data_sizeAlasdair G Kergon2012-12-211-0/+8
* dm thin: commit before gathering statusAlasdair G Kergon2012-07-271-1/+4
* dm: reject trailing characters in sccanf inputMikulas Patocka2012-03-281-2/+3
* dm ioctl: do not leak argv if target message only contains whitespaceJesper Juhl2012-03-071-1/+1
* dm table: add immutable featureAlasdair G Kergon2011-10-311-0/+11
* dm ioctl: forbid multiple device specifiersMikulas Patocka2011-08-021-0/+6
* dm ioctl: introduce __get_dev_cellMikulas Patocka2011-08-021-17/+24
OpenPOWER on IntegriCloud