aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/nop
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFp4: Add two options for gnop(8)'s 'create' command:Pawel Jakub Dawidek2004-07-192-16/+74
* Fix format string.Pawel Jakub Dawidek2004-06-071-2/+2
* Don't allow for duplicated entries creation.Pawel Jakub Dawidek2004-06-071-5/+11
* - Change command name from 'config' to 'configure'.Pawel Jakub Dawidek2004-05-212-4/+4
* Introduce NOP GEOM class. This is totally transparent GEOM class, butPawel Jakub Dawidek2004-05-202-0/+478