summaryrefslogtreecommitdiff
path: root/sys/geom/cache
AgeCommit message (Expand)Author
2025-09-05call g_new_geom instead for callers that pass regular string to g_new_geomfWuyang Chung
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-01-29GEOM: Set G_CF_DIRECT_SEND/RECEIVE for taste consumers.Alexander Motin
2021-08-10geom(4): Mark all sysctls as CTLFLAG_MPSAFE.Alexander Motin
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-10-18Make g_attach() return ENXIO for orphaned providers; update variousEdward Tomasz Napierala
2020-09-01geom: clean up empty lines in .c and .h filesMateusz Guzik
2020-07-22Consistently use gctl_get_provider instead of home-grown variants.Xin LI
2020-07-09sys/geom: consistently use _PATH_DEV instead of hardcoding "/dev/".Xin LI
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-08-07GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer
2018-04-10Annotate geom modules with MODULE_VERSIONKyle Evans
2017-11-27sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-08-07Unsigned values can never be less than 0.Warner Losh
2013-12-08Partially revert r259080. bde@ pointed out that there are a lot more style bugsJustin Hibbits
2013-12-07Fix some integer signs. These unsigned integers should all be signed.Justin Hibbits
2012-11-20- Don't pass geom and provider names as format strings.Jaakko Heinonen
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-07-11Include sys/sbuf.h directly.Andrey V. Elsukov
2011-05-04Remove unneeded checks, g_new_xxx functions can not fail.Andrey V. Elsukov
2011-02-25Add some FEATURE macros for various GEOM classes.Alexander Leidinger
2010-07-14Fixed cache size decoding read from a label.Ruslan Ermilov
2007-06-04Despite several examples in the kernel, the third argument ofDavid Malone
2006-10-06A GEOM cache can speed up read performance by sending fixed sizeRuslan Ermilov