aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/gate
Commit message (Expand)AuthorAgeFilesLines
* call g_new_geom instead for callers that pass regular string to g_new_geomfWuyang Chung2025-09-051-1/+1
* ggate: Avoid dropping the GEOM topology lock in dumpconfMark Johnston2024-10-041-3/+0
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* geom_gate: Distinguish between classes of errorsPeter Jeremy2022-01-291-4/+3
* geom_gate: ensure readprov is null-terminatedAlan Somers2022-01-031-13/+29
* geom: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* 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/+3
* Fix GEOM_GATE orphanization.Alexander Motin2019-12-282-35/+66
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-072-22/+5
* geom_gate: enable resizeMikolaj Golub2018-07-131-2/+2
* 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
* Use g_wither_provider() where applicable.Alexander Motin2016-09-231-2/+1
* g_gate: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-3/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+3
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-3/+1
* Merge GEOM direct dispatch changes from the projects/camlock branch.Alexander Motin2013-10-221-11/+20
* Remove extra bio_data and bio_length copying to child request after callingAlexander Motin2013-03-261-2/+0
* We don't need buffer to handle BIO_DELETE, so don't check buffer size for it.Pawel Jakub Dawidek2013-03-141-1/+1
* In g_gate_dumpconf() always check the result of g_gate_hold().Mikolaj Golub2012-08-071-1/+3
* Reorder things in g_gate_create() so at the moment when g_new_geomf()Mikolaj Golub2012-07-281-77/+63
* Extend GEOM Gate class to handle read I/O requests directly within the kernel.Pawel Jakub Dawidek2012-07-042-35/+314
* 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
* Recognize BIO_FLUSH requests and pass them to userland.Pawel Jakub Dawidek2011-05-231-0/+3
* GEOM has an internal mechanism to deal with ENOMEM errors returned viaPawel Jakub Dawidek2011-04-021-1/+1
* Increase debug level on g_gate device destruction and add message onMikolaj Golub2011-03-301-1/+2
* In g_gate_create() there is a window between when g_gate_softc isMikolaj Golub2011-03-272-2/+6
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-251-0/+2
* 'unit' can be negative, so use signed type for it.Pawel Jakub Dawidek2010-06-141-1/+1
* BIO_DELETE contains range we want to delete and doesn't provide any usefulPawel Jakub Dawidek2010-06-141-1/+1
* Simplify loops.Pawel Jakub Dawidek2010-03-181-20/+10
* Please welcome HAST - Highly Avalable Storage.Pawel Jakub Dawidek2010-02-182-74/+134
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-1/+1
* Bump copyright year.Pawel Jakub Dawidek2006-09-082-2/+2
* Use __FBSDID in .c files.Pawel Jakub Dawidek2006-09-081-2/+3
* Fix problems with destroy and forcible destroy functionality:Pawel Jakub Dawidek2006-09-052-75/+47
* Remove trailing spaces.Pawel Jakub Dawidek2006-02-012-2/+2
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Add CANCEL command which allows to remove one request from the queue orPawel Jakub Dawidek2005-07-082-4/+53
* Update copyright in files changed this year.Pawel Jakub Dawidek2005-02-162-2/+2
* Remove mutex asserion from g_gate_find(). We don't want g_gate_list_mtxPawel Jakub Dawidek2005-02-161-1/+0
* Remove TDP_GEOM flag from thread after ggate device creation.Pawel Jakub Dawidek2005-02-161-0/+7
* Fix typo. We want to unlock mutex here.Pawel Jakub Dawidek2005-02-121-1/+1