aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/shsec/g_shsec.c
Commit message (Expand)AuthorAgeFilesLines
* shsec: Allocate data blocks only for BIO_READ/WRITE requestsMark Johnston2022-01-271-15/+19
* geom(4): Fix some of the "set but not used" warningsEdward Tomasz Napierala2021-12-181-2/+0
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-6/+9
* Make g_attach() return ENXIO for orphaned providers; update variousEdward Tomasz Napierala2020-10-181-3/+5
* Use explicit_bzero() instead of bzero() for sensitive data.John Baldwin2020-06-251-2/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+1
* Pass BIO_SPEEDUP through all the geom layersWarner Losh2020-01-171-0/+1
* Missed part of r356162.Alexander Motin2019-12-291-16/+6
* Fix GEOM_SHSEC orphanization.Alexander Motin2019-12-281-13/+17
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-071-0/+1
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-101-0/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use g_wither_provider() where applicable.Alexander Motin2016-09-231-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-4/+2
* Revert r267961, r267973:Glen Barber2014-06-271-2/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-4/+2
* 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 "for a moment" assignment. struct g_geom zeroed when allocated.Andrey V. Elsukov2011-05-041-2/+0
* Implement relaxed comparision for hardcoded provider names to make itAlexander Motin2011-04-271-1/+2
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-251-0/+1
* If provider is open for writing when we taste it, skip it for classes thatPawel Jakub Dawidek2009-10-091-0/+4
* Add BIO_FLUSH support to GSHSEC class.Pawel Jakub Dawidek2006-11-011-0/+1
* Remove trailing spaces.Pawel Jakub Dawidek2006-02-011-2/+2
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* - Add md_provsize field to metadata, which will help withPawel Jakub Dawidek2005-02-271-0/+9
* Fix year in copyrights.Pawel Jakub Dawidek2005-02-161-1/+1
* Introduce a new GEOM class - SHSEC. It provides sharing secret betweenPawel Jakub Dawidek2005-01-111-0/+822