summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm ioctl: fill in device parameters in more ioctlsMikulas Patocka2011-08-021-27/+36
* dm ioctl: prevent empty messageAlasdair G Kergon2011-08-021-0/+5
* dm ioctl: add flag to wipe buffers for secure dataMilan Broz2011-03-241-2/+21
* dm ioctl: prepare for crypt key wipingMilan Broz2011-03-241-14/+11
* dm ioctl: suppress needless warning messagesMilan Broz2011-01-131-4/+4
* dm ioctl: allow rename to fill empty uuidPeter Jones2011-01-131-25/+78
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* dm: allow autoloading of dm modPeter Rajnoha2010-08-121-2/+5
* dm ioctl: refactor dm_table_completeWill Drewry2010-08-121-34/+0
* dm: do not initialise full request queue when bio basedMike Snitzer2010-08-121-1/+10
* dm ioctl: make bio or request based device type immutableMike Snitzer2010-08-121-0/+15
* dm ioctl: use nonseekable_openArnd Bergmann2010-08-121-0/+1
* dm: separate device deletion from dm_putKiyoshi Ueda2010-08-121-4/+11
* dm ioctl: release _hash_lock between devices in remove_allKiyoshi Ueda2010-08-121-19/+25
* dm ioctl: return uevent flag after renamePeter Rajnoha2010-08-121-17/+24
* dm ioctl: make __dev_status voidAlasdair G Kergon2010-08-121-36/+31
* dm ioctl: remove __dev_status from geometry and target messagePeter Rajnoha2010-08-121-6/+0
* dm ioctl: introduce flag indicating uevent was generatedPeter Rajnoha2010-03-061-7/+12