aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
...
* Remove support for geli(4) algorithms deprecated in r348206.John Baldwin2020-04-154-59/+44
* Now that we don't have special-case geom hacking defined in md_var.h, stopWarner Losh2020-04-071-1/+0
* geom_journal: Only stop the switcher process if one was started.Mark Johnston2020-04-031-1/+2
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-275-182/+199
* Use the newer EINTEGRITY error when authentication fails.John Baldwin2020-03-231-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-2627-54/+86
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (12 of many)Pawel Biernacki2020-02-241-1/+2
* geli taste: allow GELIBOOT tagged providers as wellKyle Evans2020-02-071-1/+2
* Supress not supported messageWarner Losh2020-02-071-1/+1
* 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