Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [haad-dm] src/sys



Module Name:    src
Committed By:   haad
Date:           Mon Jul  7 14:45:53 UTC 2008

Modified Files:
        src/sys/conf [haad-dm]: files majors
        src/sys/dev [haad-dm]: Makefile
Added Files:
        src/sys/dev/dm [haad-dm]: device-mapper.c dm.h dm_dev.c dm_ioctl.c
            dm_pdev.c dm_table.c dm_target.c dm_target_error.c
            dm_target_linear.c dm_target_zero.c netbsd-dm.h
        src/sys/dev/dm/doc [haad-dm]: design.txt proposal-dm.txt

Log Message:
Import of device-mapper driver. This driver is BSD rewrite of linux dm driver.
For now only error, linear and zero targets are supported. This driver uses 
NetBSD
specific ioctl protocola based on proplib.

I was able to create logical volume (with lvm2tools lvcreate utility) with this
version of driver, newfs it and mount it.


To generate a diff of this commit:
cvs rdiff -r1.909 -r1.909.2.1 src/sys/conf/files
cvs rdiff -r1.41 -r1.41.10.1 src/sys/conf/majors
cvs rdiff -r1.27 -r1.27.24.1 src/sys/dev/Makefile
cvs rdiff -r0 -r1.1.2.1 src/sys/dev/dm/device-mapper.c src/sys/dev/dm/dm.h \
    src/sys/dev/dm/dm_dev.c src/sys/dev/dm/dm_ioctl.c \
    src/sys/dev/dm/dm_pdev.c src/sys/dev/dm/dm_table.c \
    src/sys/dev/dm/dm_target.c src/sys/dev/dm/dm_target_error.c \
    src/sys/dev/dm/dm_target_linear.c src/sys/dev/dm/dm_target_zero.c \
    src/sys/dev/dm/netbsd-dm.h
cvs rdiff -r0 -r1.1.2.1 src/sys/dev/dm/doc/design.txt \
    src/sys/dev/dm/doc/proposal-dm.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index