aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-06dm ioctl: introduce flag indicating uevent was generatedPeter Rajnoha1-7/+12
2010-03-06dm ioctl: only issue uevent on resume if state changedMike Snitzer1-4/+5
2009-12-10dm: rename dm_suspended to dm_suspended_mdKiyoshi Ueda1-4/+4
2009-12-10dm: keep old table until after resume succeededAlasdair G Kergon1-4/+6
2009-12-10dm ioctl: retrieve status from inactive tableMike Snitzer1-13/+57
2009-12-10dm ioctl: forbid messages to devices being deletedMike Anderson1-0/+6
2009-12-10dm: rename dm_get_table to dm_get_live_tableAlasdair G Kergon1-7/+7
2009-12-10dm ioctl: prefer strlcpy over strncpyRoel Kluin1-2/+2
2009-12-10dm: avoid _hash_lock deadlockMikulas Patocka1-4/+13
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-1/+1
2009-06-22dm: enable request based optionKiyoshi Ueda1-0/+13
2009-06-22dm ioctl: support cookies for udevMilan Broz1-4/+10
2009-06-15Driver Core: misc: add nodename support for misc devices.Kay Sievers1-0/+1
2009-04-09dm: add integrity supportMartin K. Petersen1-0/+21
2009-03-16dm table: rework reference counting fixMikulas Patocka1-2/+2
2009-03-16dm ioctl: validate name length when renamingMilan Broz1-1/+2
2009-01-06dm table: rework reference countingMikulas Patocka1-6/+4
2009-01-06dm ioctl: allow dm_copy_name_and_uuid to return only one fieldMilan Broz1-2/+4
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-2/+2
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds1-2/+2
2008-10-10dm: export struct dm_devMikulas Patocka1-2/+2
2008-10-09block: move policy from disk to part0Tejun Heo1-1/+1
2008-10-09block: don't depend on consecutive minor spaceTejun Heo1-2/+2
2008-02-08dm ioctl: use uninitialized_varAndrew Morton1-1/+1
2008-02-08dm ioctl: move compat codeMilan Broz1-2/+13
2008-02-08dm ioctl: remove lock_kernelAlasdair G Kergon1-6/+9
2007-12-20dm: trigger change uevent on renameAlasdair G Kergon1-0/+2
2007-12-20dm: table detect io beyond deviceJun'ichi Nomura1-7/+3
2007-10-20dm: export name and uuidMike Anderson1-0/+32
2007-10-20dm io:ctl remove vmalloc void castJesper Juhl1-1/+1
2007-10-20dm io:ctl use constant struct sizeMilan Broz1-3/+3
2007-02-12[PATCH] mark struct file_operations const 4Arjan van de Ven1-1/+1
2006-12-08[PATCH] dm: ioctl: add noflush suspendKiyoshi Ueda1-0/+4
2006-12-08[PATCH] dm: suspend: parameter changeKiyoshi Ueda1-6/+6
2006-11-08[PATCH] dm: fix find_device raceAlasdair G Kergon1-2/+7
2006-06-26[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman1-13/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_bdev() function from the kernel treeGreg Kroah-Hartman1-14/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] dm: improve error message consistencyAlasdair G Kergon1-0/+1
2006-06-26[PATCH] dm: prevent removal if openAlasdair G Kergon1-20/+45
2006-06-26[PATCH] dm: consolidate creation functionsAlasdair G Kergon1-5/+4
2006-06-26[PATCH] dm: fix mapped device ref countingJeff Mahoney1-10/+24
2006-03-27[PATCH] dm store geometryDarrick J. Wong1-1/+51
2006-03-27[PATCH] dm table: store mdMike Anderson1-11/+21
2006-03-27[PATCH] dm: tidy mdptrAlasdair G Kergon1-3/+13
2006-02-01[PATCH] device-mapper ioctl: reduce PF_MEMALLOC usageAlasdair G Kergon1-10/+4
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-2/+2
2006-01-06[PATCH] device-mapper ioctl: add skip lock_fs flagAlasdair G Kergon1-2/+9