summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-ioctl.c
AgeCommit message (Expand)AuthorLines
2015-02-09dm ioctl: fix stale comment above dm_get_inactive_table()Junxiao Bi-2/+2
2014-11-19dm: enhance internal suspend and resume interfaceMike Snitzer-1/+4
2014-10-05dm: allow active and inactive tables to share dm_devsBenjamin Marzinski-1/+1
2013-11-09dm: allow remove to be deferredMikulas Patocka-6/+30
2013-09-05dm: add statistics supportMikulas Patocka-8/+14
2013-09-05dm ioctl: cleanup error handling in table_loadMike Snitzer-18/+16
2013-09-05dm ioctl: increase granularity of type_lock when loading tableMike Snitzer-2/+4
2013-09-05dm ioctl: prevent rename to empty name or uuidAlasdair Kergon-1/+1
2013-07-10dm: optimize use SRCU and RCUMikulas Patocka-40/+82
2013-07-10dm: use __GFP_HIGHMEM in __vmallocMikulas Patocka-1/+1
2013-07-10dm ioctl: set noio flag to avoid __vmalloc deadlockMikulas Patocka-0/+3
2013-03-01dm ioctl: allow message to return dataMikulas Patocka-1/+35
2013-03-01dm ioctl: optimize functions without variable paramsMikulas Patocka-18/+34
2013-03-01dm ioctl: introduce ioctl_flagsMikulas Patocka-23/+41
2013-03-01dm: fix truncated status stringsMikulas Patocka-5/+9
2012-12-21dm ioctl: use kmalloc if possibleMikulas Patocka-13/+32
2012-12-21dm ioctl: remove PF_MEMALLOCMikulas Patocka-9/+4
2012-12-21dm ioctl: prevent unsafe change to dm_ioctl data_sizeAlasdair G Kergon-0/+8
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon-1/+4
2012-03-28dm: reject trailing characters in sccanf inputMikulas Patocka-2/+3
2012-03-07dm ioctl: do not leak argv if target message only contains whitespaceJesper Juhl-1/+1
2011-10-31dm table: add immutable featureAlasdair G Kergon-0/+11
2011-08-02dm ioctl: forbid multiple device specifiersMikulas Patocka-0/+6
2011-08-02dm ioctl: introduce __get_dev_cellMikulas Patocka-17/+24
2011-08-02dm ioctl: fill in device parameters in more ioctlsMikulas Patocka-27/+36
2011-08-02dm ioctl: prevent empty messageAlasdair G Kergon-0/+5
2011-03-24dm ioctl: add flag to wipe buffers for secure dataMilan Broz-2/+21
2011-03-24dm ioctl: prepare for crypt key wipingMilan Broz-14/+11
2011-01-13dm ioctl: suppress needless warning messagesMilan Broz-4/+4
2011-01-13dm ioctl: allow rename to fill empty uuidPeter Jones-25/+78
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-08-12dm: allow autoloading of dm modPeter Rajnoha-2/+5
2010-08-12dm ioctl: refactor dm_table_completeWill Drewry-34/+0
2010-08-12dm: do not initialise full request queue when bio basedMike Snitzer-1/+10
2010-08-12dm ioctl: make bio or request based device type immutableMike Snitzer-0/+15
2010-08-12dm ioctl: use nonseekable_openArnd Bergmann-0/+1
2010-08-12dm: separate device deletion from dm_putKiyoshi Ueda-4/+11
2010-08-12dm ioctl: release _hash_lock between devices in remove_allKiyoshi Ueda-19/+25
2010-08-12dm ioctl: return uevent flag after renamePeter Rajnoha-17/+24
2010-08-12dm ioctl: make __dev_status voidAlasdair G Kergon-36/+31
2010-08-12dm ioctl: remove __dev_status from geometry and target messagePeter Rajnoha-6/+0
2010-03-06dm ioctl: introduce flag indicating uevent was generatedPeter Rajnoha-7/+12
2010-03-06dm ioctl: only issue uevent on resume if state changedMike Snitzer-4/+5
2009-12-10dm: rename dm_suspended to dm_suspended_mdKiyoshi Ueda-4/+4
2009-12-10dm: keep old table until after resume succeededAlasdair G Kergon-4/+6
2009-12-10dm ioctl: retrieve status from inactive tableMike Snitzer-13/+57
2009-12-10dm ioctl: forbid messages to devices being deletedMike Anderson-0/+6
2009-12-10dm: rename dm_get_table to dm_get_live_tableAlasdair G Kergon-7/+7
2009-12-10dm ioctl: prefer strlcpy over strncpyRoel Kluin-2/+2
2009-12-10dm: avoid _hash_lock deadlockMikulas Patocka-4/+13