summaryrefslogtreecommitdiffstats
path: root/sys/geom/nop/g_nop.c
Commit message (Expand)AuthorAgeFilesLines
* MFC Alexander Motin's GEOM direct dispatch work:scottl2014-01-071-2/+11
* MFC r256951:mjg2013-11-231-1/+1
* move the error report to a lower log level... Now you can see when itjmg2013-04-131-1/+1
* GEOM NOP does not touch the data, so pass G_PF_ACCEPT_UNMAPPED flag through.mav2013-03-261-0/+1
* Remove extra bio_data and bio_length copying to child request after callingmav2013-03-261-2/+0
* - Don't pass geom and provider names as format strings.jh2012-11-201-2/+2
* Add trivial resize handling to gnop(8).trasz2012-07-071-0/+28
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Include sys/sbuf.h directly.ae2011-07-111-0/+1
* Remove unneeded checks, g_new_xxx functions can not return NULL.ae2011-03-311-26/+6
* Sector size can not be greater than MAXPHYS.ae2011-01-121-0/+4
* Remove redundant check.ae2011-01-111-2/+1
* Round GNOP provider's mediasize to its sectorsize. This prevents KASSERTae2011-01-111-0/+2
* Fix format character.pjd2006-09-081-1/+1
* - Split failure probability configuration into read failure probability andpjd2006-09-081-23/+69
* Remove trailing spaces.pjd2006-02-011-9/+9
* Log situation when EIO is returned.pjd2006-01-171-0/+1
* Remove bio leak when EIO error is emulated.pjd2006-01-171-5/+5
* MFp4: Typo fix (without it the XML GEOM tree wasn't consistent).pjd2005-12-191-1/+1
* Fix build breakage by fixing typo.pjd2005-12-091-1/+1
* Teach NOP GEOM class how to gather the following statistics:pjd2005-12-081-1/+68
* g_nop_create: destroy newly created provider in case of errors.fjoe2004-09-161-1/+1
* NOP class doesn't operate on metadata, so the spoil event can be safelypjd2004-08-181-1/+0
* Tag all geom classes in the tree with a version number.phk2004-08-081-0/+1
* - Fix unloading by the same way it is done in my other classes:pjd2004-08-021-3/+5
* - Add '-S' option, which allow to specify sector size for transparentpjd2004-07-301-4/+19
* Improve geom(8)'s 'list' command to show geoms and their providers andpjd2004-07-261-3/+3
* MFp4: Add two options for gnop(8)'s 'create' command:pjd2004-07-191-15/+68
* Fix format string.pjd2004-06-071-2/+2
* Don't allow for duplicated entries creation.pjd2004-06-071-5/+11
* - Change command name from 'config' to 'configure'.pjd2004-05-211-3/+3
* Introduce NOP GEOM class. This is totally transparent GEOM class, butpjd2004-05-201-0/+420
OpenPOWER on IntegriCloud