summaryrefslogtreecommitdiff
path: root/sys/geom/label
AgeCommit message (Expand)Author
2025-09-05call g_new_geom instead for callers that pass regular string to g_new_geomfWuyang Chung
2024-04-28glabel: Add support for Linux swapRicardo Branco
2024-04-19glabel: Remove support for old reiserfsRicardo Branco
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-12-28GEOM: Remove redundant NULL pointer check before g_free()Zhenlei Huang
2022-11-09Don't panic when tasting a disk with sectorsize=0Alan Somers
2022-07-30Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick
2022-01-28glabel: Set G_CF_DIRECT_SEND/RECEIVE for taste consumer.Alexander Motin
2022-01-08geom label msdosfs: sanity check BPB before using it for io requestKonstantin Belousov
2021-11-15Suppress UFS/FFS superblock check-hash failure messages when identifyingKirk McKusick
2021-10-28Fix off-by-one error in msdosfs FAT32 volume label copyingJessica Clarke
2021-10-27Fix intra-object buffer overread for labeled msdosfs volumesJessica Clarke
2021-10-04geom_label: Add more validation for NTFS volume tastingMark Johnston
2021-09-07g_label: Handle small sector sizes when tastingMark Johnston
2021-07-21geom_label: Partially reinstate old sysinstall(8) workaroundJessica Clarke
2021-07-05geom_label: Remove an old sysinstall(8) workaroundJessica Clarke
2020-10-18Make g_attach() return ENXIO for orphaned providers; update variousEdward Tomasz Napierala
2020-09-01geom: clean up empty lines in .c and .h filesMateusz Guzik
2020-07-26geom_label: Make glabel labels more trivial by separating the tastingXin LI
2020-07-22Consistently use gctl_get_provider instead of home-grown variants.Xin LI
2020-07-09sys/geom: consistently use _PATH_DEV instead of hardcoding "/dev/".Xin LI
2020-06-19Move the pointers stored in the superblock into a separateKirk McKusick
2020-06-06Revert r361838Conrad Meyer
2020-06-05geom_label: Use provider aliasing to alias upstream geomsConrad Meyer
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-01-18GEOM label: strip leading/trailing space synthesizing devfs namesConrad Meyer
2019-08-07GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer
2019-08-06Ignore UFS/FFS superblock check hash failures so as to allow a higherKirk McKusick
2019-03-24Support device-independent labels for geom_flashmap slices.Ian Lepore
2018-12-06Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick
2018-04-10Annotate geom modules with MODULE_VERSIONKyle Evans
2018-04-05Squash error from geom by sizing ident strings to DISK_IDENT_SIZE.Sean Bruno
2018-03-24When freeing a superblock returned by ffs_sbget, be sure to alsoKirk McKusick
2018-03-18Remove unneeded variable which was introduced in r328472.Mariusz Zaborski
2018-03-02g_label_ufs: Fix typo from r330264Conrad Meyer
2018-03-02This change is some refactoring of Mark Johnston's changes in r329375Kirk McKusick
2018-02-16Fix a memory leak introduced in r328426.Mark Johnston
2018-02-03After r328426, g_label depends on UFS (option FFS) code to read UFSXin LI
2018-01-27Don't truncate name of glabel.Mariusz Zaborski
2018-01-26Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick
2017-11-27sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-07-18Relax checking if the privider size matches size recorded in theMaxim Sobolev
2015-06-18Fix off-by-one error in fstyp(8) and geom_label(4) that made them useEdward Tomasz Napierala
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2014-05-05Make r242379 - the fix for UFS labels disappearing after resizingEdward Tomasz Napierala