aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/cache
Commit message (Expand)AuthorAgeFilesLines
* Unsigned values can never be less than 0.Warner Losh2014-08-071-1/+1
* Partially revert r259080. bde@ pointed out that there are a lot more style bugsJustin Hibbits2013-12-081-1/+1
* Fix some integer signs. These unsigned integers should all be signed.Justin Hibbits2013-12-071-1/+1
* - Don't pass geom and provider names as format strings.Jaakko Heinonen2012-11-201-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-111-0/+1
* Remove unneeded checks, g_new_xxx functions can not fail.Andrey V. Elsukov2011-05-041-31/+6
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-251-0/+2
* Fixed cache size decoding read from a label.Ruslan Ermilov2010-07-141-1/+1
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-1/+1
* A GEOM cache can speed up read performance by sending fixed sizeRuslan Ermilov2006-10-062-0/+1183