aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-ioctl.c
AgeCommit message (Expand)Author
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
2008-10-10dm: export struct dm_devMikulas Patocka
2008-10-09block: move policy from disk to part0Tejun Heo
2008-10-09block: don't depend on consecutive minor spaceTejun Heo
2008-02-08dm ioctl: use uninitialized_varAndrew Morton
2008-02-08dm ioctl: move compat codeMilan Broz
2008-02-08dm ioctl: remove lock_kernelAlasdair G Kergon
2007-12-20dm: trigger change uevent on renameAlasdair G Kergon
2007-12-20dm: table detect io beyond deviceJun'ichi Nomura
2007-10-20dm: export name and uuidMike Anderson
2007-10-20dm io:ctl remove vmalloc void castJesper Juhl
2007-10-20dm io:ctl use constant struct sizeMilan Broz
2007-02-12[PATCH] mark struct file_operations const 4Arjan van de Ven
2006-12-08[PATCH] dm: ioctl: add noflush suspendKiyoshi Ueda
2006-12-08[PATCH] dm: suspend: parameter changeKiyoshi Ueda
2006-11-08[PATCH] dm: fix find_device raceAlasdair G Kergon
2006-06-26[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_mk_bdev() function from the kernel treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman
2006-06-26[PATCH] dm: improve error message consistencyAlasdair G Kergon
2006-06-26[PATCH] dm: prevent removal if openAlasdair G Kergon
2006-06-26[PATCH] dm: consolidate creation functionsAlasdair G Kergon
2006-06-26[PATCH] dm: fix mapped device ref countingJeff Mahoney
2006-03-27[PATCH] dm store geometryDarrick J. Wong
2006-03-27[PATCH] dm table: store mdMike Anderson
2006-03-27[PATCH] dm: tidy mdptrAlasdair G Kergon
2006-02-01[PATCH] device-mapper ioctl: reduce PF_MEMALLOC usageAlasdair G Kergon
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven
2006-01-06[PATCH] device-mapper ioctl: add skip lock_fs flagAlasdair G Kergon
2006-01-06[PATCH] device-mapper: make lock_fs optionalAlasdair G Kergon
2006-01-06[PATCH] device-mapper ioctl: event on renamegoggin, edward