aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* The error variable is not really needed. Remove it.Pawel Jakub Dawidek2020-02-011-3/+1
* Fix aggregating geoms for BIO_SPEEDUP.Konstantin Belousov2020-01-272-1/+6
* GEOM label: strip leading/trailing space synthesizing devfs namesConrad Meyer2020-01-181-0/+16
* Use buf to send speedupWarner Losh2020-01-171-0/+2
* Pass BIO_SPEEDUP through all the geom layersWarner Losh2020-01-1721-7/+58
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-122-2/+2
* vfs: reimplement deferred inactive to use a dedicated flag (VI_DEFINACT)Mateusz Guzik2020-01-071-1/+1
* Remove extra check for provider being closed.Alexander Motin2020-01-021-2/+1
* Avoid few memory accesses in g_disk_done().Alexander Motin2019-12-311-5/+7
* Use atomic for start_count in devstat_start_transaction().Alexander Motin2019-12-302-25/+9
* Retire nstart/nend counters.Alexander Motin2019-12-304-10/+13
* Remove GEOM_SCHED class and gsched tool.Alexander Motin2019-12-298-3276/+0
* Missed part of r356162.Alexander Motin2019-12-291-16/+6
* Fix GEOM_VIRSTOR orphanization.Alexander Motin2019-12-291-30/+24
* Fix GEOM_MOUNTVER orphanization.Alexander Motin2019-12-291-15/+53
* 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
* Fix GEOM_SHSEC orphanization.Alexander Motin2019-12-281-13/+17
* Fix GEOM_GATE orphanization.Alexander Motin2019-12-282-35/+66
* Fix GEOM_UZIP orphanization.Alexander Motin2019-12-271-26/+34
* Reimplement gvinum orphanization.Alexander Motin2019-12-276-8/+33
* Add BIO_SPEEDUPWarner Losh2019-12-172-0/+37
* Add kern.geom.part.separator tunable. This makes it possibleEdward Tomasz Napierala2019-12-133-1/+7
* Remove some branching from GEOM_DISK hot path.Alexander Motin2019-12-061-13/+23
* Block ioctls for dying GEOM_DEV instances.Alexander Motin2019-12-061-8/+6
* Make GEOM_DEV code slightly more compact.Alexander Motin2019-12-061-17/+14
* gmultipath: add ATF testsAlan Somers2019-12-062-0/+28
* Remove duplicate g_debugflags declaration.Alexander Motin2019-12-057-20/+11
* Wrap g_trace() into a macro to avoid unneeded calls.Alexander Motin2019-12-052-3/+7
* Switch GEOM_DEV from make_dev_p() to make_dev_s().Alexander Motin2019-12-051-12/+16
* Mark some more hot global variables with __read_mostly.Alexander Motin2019-12-042-9/+9
* We don't even need Giant here. It isn't protecting anything internalWarner Losh2019-11-231-1/+1
* Add GEOM attribute to report physical device name, and report itEdward Tomasz Napierala2019-11-092-1/+5
* Make all the gnop parameters optional in the request from userland,Chuck Silvers2019-10-161-171/+172
* Add a new gctl_get_paraml_opt() interface to extract optional parameters fromChuck Silvers2019-10-162-4/+14
* Add a "count_until_fail" option to gnop, which says to start failingChuck Silvers2019-09-132-6/+36
* Allow more nesting of GEOM partitioning schemesKyle Evans2019-09-032-5/+23
* geom_uzip(4), mkuzip(8): Add Zstd image modeConrad Meyer2019-08-134-13/+259
* Remove deprecated GEOM classesConrad Meyer2019-08-137-2399/+0
* Update geom_uzip to use new zlib:Xin LI2019-08-081-31/+4
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-0770-357/+247
* Ignore UFS/FFS superblock check hash failures so as to allow a higherKirk McKusick2019-08-061-2/+2
* gnop: style nitsMariusz Zaborski2019-07-311-1/+2
* gnop: Introduce requests delay.Mariusz Zaborski2019-07-312-26/+180
* g_mirror_taste: avoid deadlock, always clear tasting flagRyan Libby2019-07-011-1/+1
* g_eli_create: only dec g_access acw if we inc'd itRyan Libby2019-07-011-6/+4
* Remove NAND and NANDFS supportWarner Losh2019-06-251-24/+0
* Use sbuf_cat() in GEOM confxml generation.Alexander Motin2019-06-1915-134/+140
* Optimize kern.geom.conf* sysctls.Alexander Motin2019-06-181-20/+29
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-173-0/+3