aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/cache
Commit message (Expand)AuthorAgeFilesLines
* geom(4): Mark all sysctls as CTLFLAG_MPSAFE.Alexander Motin2021-08-251-2/+2
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* Make g_attach() return ENXIO for orphaned providers; update variousEdward Tomasz Napierala2020-10-181-3/+5
* geom: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Consistently use gctl_get_provider instead of home-grown variants.Xin LI2020-07-221-12/+2
* sys/geom: consistently use _PATH_DEV instead of hardcoding "/dev/".Xin LI2020-07-091-2/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-5/+9
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-072-19/+5
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-101-0/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* 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