aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/stripe
Commit message (Expand)AuthorAgeFilesLines
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-8/+11
* Make g_attach() return ENXIO for orphaned providers; update variousEdward Tomasz Napierala2020-10-181-3/+5
* Consistently use gctl_get_provider instead of home-grown variants.Xin LI2020-07-221-19/+7
* sys/geom: consistently use _PATH_DEV instead of hardcoding "/dev/".Xin LI2020-07-091-4/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+5
* Fix aggregating geoms for BIO_SPEEDUP.Konstantin Belousov2020-01-271-0/+2
* Pass BIO_SPEEDUP through all the geom layersWarner Losh2020-01-171-2/+3
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-072-19/+5
* Use sbuf_cat() in GEOM confxml generation.Alexander Motin2019-06-191-7/+7
* Extend stripeoffset and stripesize of GEOMs from u_int to off_tEugene Grosbein2018-10-272-12/+13
* 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
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-6/+3
* Revert r267961, r267973:Glen Barber2014-06-271-3/+6
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-6/+3
* Do not increment bio_data in case of BIO_DELETE.Alexander Motin2014-04-101-3/+10
* Merge GEOM direct dispatch changes from the projects/camlock branch.Alexander Motin2013-10-222-19/+54
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Refactor disk disconnection and geom destruction handling sequences.Alexander Motin2011-11-011-55/+46
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-111-0/+1
* Remove "for a moment" assignment. struct g_geom zeroed when allocated.Andrey V. Elsukov2011-05-041-2/+0
* Implement relaxed comparision for hardcoded provider names to make itAlexander Motin2011-04-271-1/+2
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-251-0/+1
* Correct comment.Pawel Jakub Dawidek2010-02-181-1/+1
* Make geom_stripe report it's stripe size to upper layers.Alexander Motin2009-12-241-0/+2
* If provider is open for writing when we taste it, skip it for classes thatPawel Jakub Dawidek2009-10-091-0/+4
* Remove artificial MAX_IO_SIZE constant, equal to DFLTPHYS * 2. Use MAXPHYSAlexander Motin2009-09-041-7/+6
* Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav2008-08-091-1/+1
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-1/+1
* Change spaces to tabs where needed.Pawel Jakub Dawidek2006-11-011-3/+3
* Implement BIO_FLUSH handling by simply passing it down to the components.Pawel Jakub Dawidek2006-10-311-3/+39
* Remove trailing spaces.Pawel Jakub Dawidek2006-02-012-3/+3
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Avoid code duplication and implement bitcount32() function in systm.h only.Pawel Jakub Dawidek2005-08-192-7/+1
* Before calling g_orphan_provider(), add G_PF_WITHER flag, so GEOM will knowPawel Jakub Dawidek2005-07-171-0/+1
* Check return value.Pawel Jakub Dawidek2005-05-111-0/+4
* - Add md_provsize field to metadata, which will help withPawel Jakub Dawidek2005-02-272-4/+15
* Fix year in copyrights.Pawel Jakub Dawidek2005-02-162-2/+2
* - Turn off 'fast' mode by default and increase maximum memory to consumePawel Jakub Dawidek2004-12-091-2/+2
* This is not needed anymore, it is forced in GEOM now.Pawel Jakub Dawidek2004-09-201-3/+0
* Allow to configure debug level from /boot/loader.conf.Pawel Jakub Dawidek2004-08-301-0/+1
* Skip providers with not defined sector size.Pawel Jakub Dawidek2004-08-261-0/+3
* Dump disk number.Pawel Jakub Dawidek2004-08-251-1/+2
* Increase default kern.geom.stripe.maxmem to 50 elements.Pawel Jakub Dawidek2004-08-111-1/+1
* Fix one of the lastest commit. This bio_caller1 should also be changed toPawel Jakub Dawidek2004-08-101-1/+1
* - Introduce option for hardcoding providers' names into metadata.Pawel Jakub Dawidek2004-08-092-1/+20
* Do not use g_wither_geom(9). I doesn't work in the way which is expectedPawel Jakub Dawidek2004-08-091-2/+3
* Tag all geom classes in the tree with a version number.Poul-Henning Kamp2004-08-081-0/+1
* Add and document kern.geom.stripe.fast_failed sysctl, which shows howPawel Jakub Dawidek2004-08-061-1/+7