Source-Changes archive

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

CVS commit: [haad-dm] src/sys/dev/dm



Module Name:    src
Committed By:   haad
Date:           Thu Oct 16 23:26:42 UTC 2008

Modified Files:
        src/sys/dev/dm [haad-dm]: TODO device-mapper.c dm.h dm_dev.c dm_ioctl.c
            dm_pdev.c dm_table.c dm_target.c dm_target_linear.c
            dm_target_snapshot.c dm_target_zero.c

Log Message:
Rewrite locking in dm driver for last time. Replace rwlock with mutex/cv.
Move table lists to separate structure called table_head and access them
through dm_table interface. Thx go@, rmind@ and Dusan Bernat for help and
suggestions.


To generate a diff of this commit:
cvs rdiff -r1.1.2.1 -r1.1.2.2 src/sys/dev/dm/TODO
cvs rdiff -r1.1.2.13 -r1.1.2.14 src/sys/dev/dm/device-mapper.c \
    src/sys/dev/dm/dm_target.c
cvs rdiff -r1.1.2.17 -r1.1.2.18 src/sys/dev/dm/dm.h
cvs rdiff -r1.1.2.10 -r1.1.2.11 src/sys/dev/dm/dm_dev.c \
    src/sys/dev/dm/dm_pdev.c src/sys/dev/dm/dm_target_snapshot.c
cvs rdiff -r1.1.2.18 -r1.1.2.19 src/sys/dev/dm/dm_ioctl.c
cvs rdiff -r1.1.2.9 -r1.1.2.10 src/sys/dev/dm/dm_table.c
cvs rdiff -r1.1.2.16 -r1.1.2.17 src/sys/dev/dm/dm_target_linear.c
cvs rdiff -r1.1.2.8 -r1.1.2.9 src/sys/dev/dm/dm_target_zero.c

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