aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* opencrypto: Introduce crypto_dispatch_async()Mark Johnston2021-02-082-13/+31
* geom(4): make g_newprovider_event() return if G_P_WITHER is setEdward Tomasz Napierala2020-12-291-2/+2
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-2820-69/+75
* gbde: replace malloc_last_fail with a kludgeMateusz Guzik2020-11-121-3/+17
* ffs: Clamp BIO_SPEEDUP lengthMark Johnston2020-11-112-4/+5
* Remove frontstuffWarner Losh2020-10-272-5/+0
* Fix asymmetry in devstat(9) calls by GEOM.Alexander Motin2020-10-241-2/+2
* geom_ctl.c: remove stale header filesRobert Wing2020-10-201-10/+0
* Fix fallout from r366811.Edward Tomasz Napierala2020-10-192-7/+14
* Make g_attach() return ENXIO for orphaned providers; update variousEdward Tomasz Napierala2020-10-1818-39/+84
* Move kernel env global variables, etc to sys/kenv.hWarner Losh2020-10-071-0/+1
* geom_part: make it possible recovering broken GPT after some LBAs cut offEugene Grosbein2020-09-171-1/+2
* We don't need the sc_ekeys_lock in standalone environment.Warner Losh2020-09-141-0/+2
* Move TDP_GEOM check from userret() to ast(); this code path is quiteEdward Tomasz Napierala2020-09-141-0/+3
* geom_part: extend kern.geom.part.check_integrity to work on GPTEugene Grosbein2020-09-082-5/+8
* geom: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0160-141/+32
* Retire devctl_notify_f()Warner Losh2020-08-291-8/+8
* geli: use unmapped I/OAlan Somers2020-08-262-8/+68
* Use devctl.h instead of bus.h to reduce newbus pollution.Warner Losh2020-08-212-2/+2
* gpart(8): Recognize apple-zfs and solaris-reserved partition idsConrad Meyer2020-08-173-0/+37
* 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