summaryrefslogtreecommitdiff
path: root/sys/dev/dm
AgeCommit message (Expand)Author
2009-12-05Remove wrong TODO item, it violates abstraction between kernel-libdevmapperhaad
2009-12-05Fix bug in dm_table_resume_ioctl where dmv->flags was sent back to libdevmapperhaad
2009-12-01Revert my commit which have added knowledge about dm targets to libdevmapper,haad
2009-10-23Reduce a noise from a debug printf to debug leveljoerg
2009-10-16Don't spam the console with debug messages.joerg
2009-09-09Fix bug in kmem_alloc/kmem_free of params string. Params string washaad
2009-08-16fix a comment typo.yamt
2009-06-28Remove unneeded targets from build. Should fix brekage of ALL kernel buildhaad
2009-06-27Some fixes for dm(4).jakllsch
2009-06-20buidfix: change dm_target_snapshot_orig_init() to match prototype.cegger
2009-06-05Add support for DIOCGDISKINFO to disk like device drivers. Changehaad
2009-06-05Parse dm param string in libdevmapper and not in a dm target init function.haad
2009-04-13Destroy locks in dm_dev_free, do not allocate struct disk twice.haad
2009-04-13Update to reality.haad
2009-04-06Use functions from disk(9) framework. Initialize disk/disklabel duringhaad
2009-04-06Fix build on amd64. Patch sent by dieter roelants.haad
2009-03-25It is only by chance that this gets the prop_array_t definition that itdyoung
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-08Fix tyop in previous.agc
2009-03-07Actually lmplement striping as LVM target. OK'd by Adam.reinoud
2009-03-06Fix lvm lvrename command. There was bug in dm_dev_lookup wherehaad
2009-03-01Linear target has only 2 arguments in a params string not 9.haad
2009-03-01Change comment and add description of line used to configure mirror device.haad
2009-03-01Add initial support for striping target, hardcode maximal number of stripeshaad
2009-02-20Call dm_target_busy only on properly autoloaded module.haad
2009-02-20Release tables before we drop reference on device, now creating device withhaad
2009-02-19In NetBSD our target modules are called with prefix dm_target_. Add thishaad
2009-02-19Add support for autoloading of device-mapper targets modules. Addhaad
2009-01-22Move back to printing the minor device as a 32-bit entityagc
2009-01-16Add struct disk to dm_dev so our LV will beshowed in iostat output.haad
2009-01-16Disable unloading of dm driver when there are any devices defined. This meanshaad
2009-01-14Add dm module as dependency and remove module_hold/module_rele calls.haad
2009-01-11Use 64bit long minor nuber in dm_dev structure.haad
2009-01-11Fix aprint_debug after christos-time_t merge.haad
2009-01-02Return ENOSYS during from dm_target_init routine these tow targets aren'thaad
2009-01-02Properly register dm_target_* modules with module framework.haad
2009-01-02Add stubs for mirror target, too. This target does nothing for now, but lvmhaad
2009-01-02Add more tasks and add more details about them.haad
2009-01-02Add stripe target functions stubs. Stripe target must be present in dm driverhaad
2008-12-22Remove DM_TABLE_DEPS it is not used in kernel driver and it breaks buildhaad
2008-12-22Remove done task and add new one.haad
2008-12-21Add support for loading dm targets as separate modules. All targets excepthaad
2008-12-21Fix error path in target_init call. When initializing target fails i havehaad
2008-12-19Add infrastructure needed to load device-mapper targets as modules.haad
2008-12-19Merge the haad-dm branch to -current. This branch adds LVM functionality tohaad