aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-ioctl.c
AgeCommit message (Expand)Author
2013-03-01dm ioctl: allow message to return dataMikulas Patocka
2013-03-01dm ioctl: optimize functions without variable paramsMikulas Patocka
2013-03-01dm ioctl: introduce ioctl_flagsMikulas Patocka
2013-03-01dm: fix truncated status stringsMikulas Patocka
2012-12-21dm ioctl: use kmalloc if possibleMikulas Patocka
2012-12-21dm ioctl: remove PF_MEMALLOCMikulas Patocka
2012-12-21dm ioctl: prevent unsafe change to dm_ioctl data_sizeAlasdair G Kergon
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon
2012-03-28dm: reject trailing characters in sccanf inputMikulas Patocka
2012-03-07dm ioctl: do not leak argv if target message only contains whitespaceJesper Juhl
2011-10-31dm table: add immutable featureAlasdair G Kergon
2011-08-02dm ioctl: forbid multiple device specifiersMikulas Patocka
2011-08-02dm ioctl: introduce __get_dev_cellMikulas Patocka
2011-08-02dm ioctl: fill in device parameters in more ioctlsMikulas Patocka
2011-08-02dm ioctl: prevent empty messageAlasdair G Kergon
2011-03-24dm ioctl: add flag to wipe buffers for secure dataMilan Broz
2011-03-24dm ioctl: prepare for crypt key wipingMilan Broz
2011-01-13dm ioctl: suppress needless warning messagesMilan Broz
2011-01-13dm ioctl: allow rename to fill empty uuidPeter Jones
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-12dm: allow autoloading of dm modPeter Rajnoha
2010-08-12dm ioctl: refactor dm_table_completeWill Drewry
2010-08-12dm: do not initialise full request queue when bio basedMike Snitzer
2010-08-12dm ioctl: make bio or request based device type immutableMike Snitzer
2010-08-12dm ioctl: use nonseekable_openArnd Bergmann
2010-08-12dm: separate device deletion from dm_putKiyoshi Ueda
2010-08-12dm ioctl: release _hash_lock between devices in remove_allKiyoshi Ueda
2010-08-12dm ioctl: return uevent flag after renamePeter Rajnoha
2010-08-12dm ioctl: make __dev_status voidAlasdair G Kergon
2010-08-12dm ioctl: remove __dev_status from geometry and target messagePeter Rajnoha
2010-03-06dm ioctl: introduce flag indicating uevent was generatedPeter Rajnoha
2010-03-06dm ioctl: only issue uevent on resume if state changedMike Snitzer
2009-12-10dm: rename dm_suspended to dm_suspended_mdKiyoshi Ueda
2009-12-10dm: keep old table until after resume succeededAlasdair G Kergon
2009-12-10dm ioctl: retrieve status from inactive tableMike Snitzer
2009-12-10dm ioctl: forbid messages to devices being deletedMike Anderson
2009-12-10dm: rename dm_get_table to dm_get_live_tableAlasdair G Kergon
2009-12-10dm ioctl: prefer strlcpy over strncpyRoel Kluin
2009-12-10dm: avoid _hash_lock deadlockMikulas Patocka
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-06-22dm: enable request based optionKiyoshi Ueda
2009-06-22dm ioctl: support cookies for udevMilan Broz
2009-06-15Driver Core: misc: add nodename support for misc devices.Kay Sievers
2009-04-09dm: add integrity supportMartin K. Petersen
2009-03-16dm table: rework reference counting fixMikulas Patocka
2009-03-16dm ioctl: validate name length when renamingMilan Broz
2009-01-06dm table: rework reference countingMikulas Patocka
2009-01-06dm ioctl: allow dm_copy_name_and_uuid to return only one fieldMilan Broz
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds