aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/nop
Commit message (Expand)AuthorAgeFilesLines
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* geom: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Consistently use gctl_get_provider instead of home-grown variants.Xin LI2020-07-221-35/+13
* sys/geom: consistently use _PATH_DEV instead of hardcoding "/dev/".Xin LI2020-07-091-8/+8
* Reimplement aliases in geomWarner Losh2020-05-131-0/+3
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Pass BIO_SPEEDUP through all the geom layersWarner Losh2020-01-172-0/+7
* gnop: change the "count until fail" optionMariusz Zaborski2019-12-291-11/+16
* gnop: allow to change the name of created deviceMariusz Zaborski2019-12-291-7/+40
* Make all the gnop parameters optional in the request from userland,Chuck Silvers2019-10-161-171/+172
* Add a "count_until_fail" option to gnop, which says to start failingChuck Silvers2019-09-132-6/+36
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-072-19/+5
* gnop: style nitsMariusz Zaborski2019-07-311-1/+2
* gnop: Introduce requests delay.Mariusz Zaborski2019-07-312-26/+180
* When using the destroy option to shut down a nop GEOM module, I/OKirk McKusick2019-05-251-13/+25
* gnop(8): Nopify configuration as a kernel dump deviceConrad Meyer2019-04-221-5/+48
* Extend stripeoffset and stripesize of GEOMs from u_int to off_tEugene Grosbein2018-10-271-2/+2
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-101-0/+1
* gnop(8): add the ability to set a nop provider's physical pathAlan Somers2018-01-182-3/+22
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* Make geom_nop(4) collect statistics on all types of BIOs, not justEdward Tomasz Napierala2015-10-102-0/+42
* Add a way to specify stripesize and stripeoffset to gnop(8). This makesEdward Tomasz Napierala2015-09-152-3/+41
* gnop: make sure that newly allocated memory for softc is zeroedMateusz Guzik2013-10-231-1/+1
* Merge GEOM direct dispatch changes from the projects/camlock branch.Alexander Motin2013-10-222-2/+12
* move the error report to a lower log level... Now you can see when itJohn-Mark Gurney2013-04-132-4/+5
* GEOM NOP does not touch the data, so pass G_PF_ACCEPT_UNMAPPED flag through.Alexander Motin2013-03-261-0/+1
* Remove extra bio_data and bio_length copying to child request after callingAlexander Motin2013-03-261-2/+0
* - Don't pass geom and provider names as format strings.Jaakko Heinonen2012-11-201-2/+2
* Add trivial resize handling to gnop(8).Edward Tomasz Napierala2012-07-072-0/+29
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-111-0/+1
* Remove unneeded checks, g_new_xxx functions can not return NULL.Andrey V. Elsukov2011-03-311-26/+6
* Sector size can not be greater than MAXPHYS.Andrey V. Elsukov2011-01-121-0/+4
* Remove redundant check.Andrey V. Elsukov2011-01-111-2/+1
* Round GNOP provider's mediasize to its sectorsize. This prevents KASSERTAndrey V. Elsukov2011-01-111-0/+2
* Remove trailing spaces.Pawel Jakub Dawidek2006-09-301-1/+1
* Fix format character.Pawel Jakub Dawidek2006-09-081-1/+1
* - Split failure probability configuration into read failure probability andPawel Jakub Dawidek2006-09-082-26/+74
* Remove trailing spaces.Pawel Jakub Dawidek2006-02-011-9/+9
* Log situation when EIO is returned.Pawel Jakub Dawidek2006-01-171-0/+1
* Remove bio leak when EIO error is emulated.Pawel Jakub Dawidek2006-01-171-5/+5
* MFp4: Typo fix (without it the XML GEOM tree wasn't consistent).Pawel Jakub Dawidek2005-12-191-1/+1
* Fix build breakage by fixing typo.Pawel Jakub Dawidek2005-12-091-1/+1
* Teach NOP GEOM class how to gather the following statistics:Pawel Jakub Dawidek2005-12-082-3/+74
* g_nop_create: destroy newly created provider in case of errors.Max Khon2004-09-161-1/+1
* NOP class doesn't operate on metadata, so the spoil event can be safelyPawel Jakub Dawidek2004-08-181-1/+0
* Tag all geom classes in the tree with a version number.Poul-Henning Kamp2004-08-081-0/+1
* - Fix unloading by the same way it is done in my other classes:Pawel Jakub Dawidek2004-08-021-3/+5
* - Add '-S' option, which allow to specify sector size for transparentPawel Jakub Dawidek2004-07-302-5/+20
* Improve geom(8)'s 'list' command to show geoms and their providers andPawel Jakub Dawidek2004-07-261-3/+3