summaryrefslogtreecommitdiffstats
path: root/sys/geom/virstor
Commit message (Collapse)AuthorAgeFilesLines
* Add some FEATURE macros for various GEOM classes.netchild2011-02-251-0/+2
| | | | | | | | | | | No FreeBSD version bump, the userland application to query the features will be committed last and can serve as an indication of the availablility if needed. Sponsored by: Google Summer of Code 2010 Submitted by: kibab Reviewed by: silence on geom@ during 2 weeks X-MFC after: to be determined in last commit with code from this project
* Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.ae2010-10-091-4/+4
| | | | | | Suggested by: kib Approved by: kib (mentor) MFC after: 5 days
* Prevent NULL deference by checking return value ofdelphij2010-02-021-0/+9
| | | | | | gctl_get_asciiparam. MFC after: 2 weeks
* Go through with write_metadata() non-error-handling and make it return "void".ivoras2010-01-251-6/+16
| | | | | | | | This is mostly to avoid dead variable assignment warning by LLVM. No functional change. Pointed out by: trasz Approved by: gnn (mentor)
* Avoid NULL deference.delphij2008-06-301-0/+5
| | | | Reviewed by: ivoras
* LINT compiled just fine for me, but it seems it breaks tinerbox way ofpjd2007-09-231-1/+1
| | | | | | compiling LINT. Approved by: re (implicitly)
* Bring in the GEOM Virtualisation class, which allows to create huge GEOMpjd2007-09-236-0/+2437
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)
OpenPOWER on IntegriCloud