cvs commit: src/etc/mtree BSD.include.dist src/include Makefile src/sbin/geom/class Makefile src/sbin/geom/class/virstor Makefile geom_virstor.c gvirstor.8 src/sbin/geom/core geom.8 src/sys/conf NOTES files options src/sys/geom/virstor binstream.c binstream.h ...

Pawel Jakub Dawidek pjd at FreeBSD.org
Sun Sep 23 00:34:23 PDT 2007


pjd         2007-09-23 07:34:23 UTC

  FreeBSD src repository

  Modified files:
    etc/mtree            BSD.include.dist 
    include              Makefile 
    sbin/geom/class      Makefile 
    sbin/geom/core       geom.8 
    sys/conf             NOTES files options 
  Added files:
    sbin/geom/class/virstor Makefile geom_virstor.c gvirstor.8 
    sys/geom/virstor     binstream.c binstream.h g_virstor.c 
                         g_virstor.h g_virstor_md.c g_virstor_md.h 
    sys/modules/geom/geom_virstor Makefile 
  Log:
  Bring in the GEOM Virtualisation class, which allows to create huge GEOM
  providers with limited physical storage and add physical storage as
  needed.
  
  Submitted by:   Ivan Voras
  Sponsored by:   Google Summer of Code 2006
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.119     +2 -0      src/etc/mtree/BSD.include.dist
  1.275     +1 -1      src/include/Makefile
  1.16      +1 -0      src/sbin/geom/class/Makefile
  1.1       +13 -0     src/sbin/geom/class/virstor/Makefile (new)
  1.1       +578 -0    src/sbin/geom/class/virstor/geom_virstor.c (new)
  1.1       +227 -0    src/sbin/geom/class/virstor/gvirstor.8 (new)
  1.19      +4 -1      src/sbin/geom/core/geom.8
  1.1453    +1 -0      src/sys/conf/NOTES
  1.1243    +3 -0      src/sys/conf/files
  1.608     +1 -0      src/sys/conf/options
  1.1       +185 -0    src/sys/geom/virstor/binstream.c (new)
  1.1       +93 -0     src/sys/geom/virstor/binstream.h (new)
  1.1       +1864 -0   src/sys/geom/virstor/g_virstor.c (new)
  1.1       +135 -0    src/sys/geom/virstor/g_virstor.h (new)
  1.1       +91 -0     src/sys/geom/virstor/g_virstor_md.c (new)
  1.1       +69 -0     src/sys/geom/virstor/g_virstor_md.h (new)
  1.1       +8 -0      src/sys/modules/geom/geom_virstor/Makefile (new)


More information about the cvs-src mailing list