aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation.John Baldwin2020-07-272-2/+2
* gctl_get_geom: Skip validation of g_class.Xin LI2020-07-262-11/+6
* geom_map and geom_redboot: Remove unused ctlreq handler.Xin LI2020-07-262-26/+0
* Use snprintf instead of sprintf.Xin LI2020-07-263-6/+8
* geom_label: Make glabel labels more trivial by separating the tastingXin LI2020-07-2611-71/+67
* Consistently use gctl_get_provider instead of home-grown variants.Xin LI2020-07-2210-202/+62
* gctl_get_class, gctl_get_geom and gctl_get_provider: provide feedbackXin LI2020-07-221-6/+11
* Fix geli's null cipher, and add a test caseAlan Somers2020-07-212-6/+10
* Fix indent for if clause.Xin LI2020-07-201-1/+1
* g_concat_find_device: trim /dev/ if it is present, like other GEOMXin LI2020-07-091-0/+3
* sys/geom: consistently use _PATH_DEV instead of hardcoding "/dev/".Xin LI2020-07-0924-64/+57
* geli: enable direct dispatchAlan Somers2020-07-081-0/+3
* geom(4): Kill GEOM_PART_EBR_COMPAT optionConrad Meyer2020-07-011-55/+83
* Use explicit_bzero() instead of bzero() for sensitive data.John Baldwin2020-06-254-18/+18
* Use zfree() instead of bzero() and free().John Baldwin2020-06-251-4/+2
* Use zfree() instead of explicit_bzero() and free().John Baldwin2020-06-254-18/+7
* Optimize g_journal's superblock update by noting that the summaryKirk McKusick2020-06-231-6/+8
* Revert r362466Baptiste Daroussin2020-06-221-1/+1
* Improve wording to be more precise and clear.Hans Petter Selasky2020-06-211-1/+1
* Move the pointers stored in the superblock into a separateKirk McKusick2020-06-192-0/+6
* Add a crypto capability flag for accelerated software drivers.John Baldwin2020-06-092-10/+17
* Revert r361838Conrad Meyer2020-06-062-55/+8
* geom_label: Use provider aliasing to alias upstream geomsConrad Meyer2020-06-052-8/+55
* geom: Don't re-add duplicate aliasesConrad Meyer2020-06-051-0/+9
* geom_part: Dispatch to partitions to create providers and aliasesConrad Meyer2020-05-292-13/+48
* geli: fix a livelock during panicAlan Somers2020-05-271-3/+5
* This commit enables a UFS filesystem to do a forcible unmount whenChuck Silvers2020-05-251-2/+8
* Add support for optional separate output buffers to in-kernel crypto.John Baldwin2020-05-253-11/+5
* Reimplement aliases in geomWarner Losh2020-05-1310-53/+71
* geom(4) mirror: Do not panic on gmirror(8) insert, resizeConrad Meyer2020-05-111-2/+59
* Add g_topology_locked() macro that returns true if we already hold the GEOMPawel Jakub Dawidek2020-04-251-0/+2
* Mark eli_metadata_crypto_supported inline.John Baldwin2020-04-151-1/+1
* 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-185/+202
* 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-57/+89
* 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