aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/vinum
Commit message (Expand)AuthorAgeFilesLines
* geom_vinum: fix set but not used warningsRobert Wing2022-04-042-6/+2
* GEOM: Set G_CF_DIRECT_SEND/RECEIVE for taste consumers.Alexander Motin2022-01-301-0/+1
* geom(4): Fix some of the "set but not used" warningsEdward Tomasz Napierala2021-12-187-13/+5
* 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-0110-38/+21
* sys/geom: consistently use _PATH_DEV instead of hardcoding "/dev/".Xin LI2020-07-091-1/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+1
* Reimplement gvinum orphanization.Alexander Motin2019-12-276-8/+33
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-0713-23/+16
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-101-0/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2716-0/+32
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-183-1/+7
* Fix logic error in gvinum's gv_set_sd_state()Dimitry Andric2017-01-081-1/+1
* Use g_wither_provider() where applicable.Alexander Motin2016-09-231-2/+1
* sys/geom: spelling fixes in comments.Pedro F. Giffuni2016-04-292-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* 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-114-0/+6
* Prevent non-aligned reading from provider while tasting. RejectAndrey V. Elsukov2011-05-252-0/+10
* - Check flag with the bitwise operator, not the logical operator.Ulf Lilleengen2010-10-012-4/+4
* - Don't return EAGAIN from gv_unload(). It was used to work around theJaakko Heinonen2010-05-104-5/+20
* - Remove obsolete flags.Ulf Lilleengen2010-05-081-6/+0
* - Set missing flag when initiating a plex rebuild with the rebuildparityUlf Lilleengen2010-03-081-0/+15
* Remove some pointless variable assignments.Edward Tomasz Napierala2010-01-252-4/+1
* - Improve error message consistency and wording.Ulf Lilleengen2009-10-056-21/+21
* - Fix the issue with read access count modification on RAID-5 plexes properly.Ulf Lilleengen2009-07-181-4/+6
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-292-5/+2
* - Split up the BIO queue into a queue for new and one for completed requests.Ulf Lilleengen2009-05-065-86/+98
* - Fix a case where a RAID5 volume would think that it is supposed to grow a newUlf Lilleengen2009-05-061-2/+1
* - Check if any plexes are doing internal maintenance before removing them.Ulf Lilleengen2009-05-061-0/+7
* - Add forgotten KASSERT.Ulf Lilleengen2009-05-061-0/+1
* - Fix a bug where the bio_data field of the wrong BIO is freed if an errorUlf Lilleengen2009-05-061-1/+1
* - GV_BIO_RETRY is not used, and it is actually impossible with more than 8Ulf Lilleengen2009-05-061-1/+0
* - Split the queue mutex into one for the event queue and one for the BIO queue,Ulf Lilleengen2009-05-065-39/+60
* - Make the gvinum softc invisible to userland, as it is not needed.Ulf Lilleengen2009-05-041-5/+1
* - Remove assertion of topology lock remaining from 7.x gvinum. It is not needed,Ulf Lilleengen2009-04-182-4/+2
* - Move out allocation part of different gvinum objects into its own routine andUlf Lilleengen2009-04-102-28/+76
* - Add files that should have been added in r190507.Ulf Lilleengen2009-03-282-0/+831
* Import the gvinum work that have been done during and after Summer of Code 2007.Ulf Lilleengen2009-03-2817-3371/+3402
* - Fix an issue with access permissions to underlying disks used by a gvinumUlf Lilleengen2008-12-271-0/+10
* - Fix a potential NULL pointer reference. Note that this cannot happen inUlf Lilleengen2008-11-255-6/+51
* - Import macros used in gmirror for printing gvinum debug messages and makingUlf Lilleengen2008-10-2610-72/+94
* - Use the new gv_write_header function to write out the header when removing aUlf Lilleengen2008-10-021-1/+1
* - Remove unneeded macro since the config_length field in the header was changedUlf Lilleengen2008-10-021-5/+0
* - Make gvinum header on-disk structure consistent on all platforms by storingUlf Lilleengen2008-10-013-8/+232
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* - When renaming a drive, also set the drive name in the gvinum header.Ulf Lilleengen2008-07-191-0/+1
* - Fix a logic error when updating plex configuration.Ulf Lilleengen2008-07-111-1/+2