aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/label
Commit message (Expand)AuthorAgeFilesLines
* call g_new_geom instead for callers that pass regular string to g_new_geomfWuyang Chung2025-09-051-1/+1
* glabel: Add support for Linux swapRicardo Branco2024-04-293-0/+93
* glabel: Remove support for old reiserfsRicardo Branco2024-04-193-125/+0
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-279-9/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1610-20/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1212-12/+12
* GEOM: Remove redundant NULL pointer check before g_free()Zhenlei Huang2022-12-282-8/+4
* Don't panic when tasting a disk with sectorsize=0Alan Somers2022-11-095-6/+14
* Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick2022-07-311-4/+3
* glabel: Set G_CF_DIRECT_SEND/RECEIVE for taste consumer.Alexander Motin2022-01-281-0/+1
* geom label msdosfs: sanity check BPB before using it for io requestKonstantin Belousov2022-01-081-0/+6
* Suppress UFS/FFS superblock check-hash failure messages when identifyingKirk McKusick2021-11-151-1/+1
* Fix off-by-one error in msdosfs FAT32 volume label copyingJessica Clarke2021-10-281-1/+1
* Fix intra-object buffer overread for labeled msdosfs volumesJessica Clarke2021-10-271-7/+13
* geom_label: Add more validation for NTFS volume tastingMark Johnston2021-10-041-13/+24
* g_label: Handle small sector sizes when tastingMark Johnston2021-09-075-5/+16
* geom_label: Partially reinstate old sysinstall(8) workaroundJessica Clarke2021-07-211-0/+79
* geom_label: Remove an old sysinstall(8) workaroundJessica Clarke2021-07-051-30/+5
* Make g_attach() return ENXIO for orphaned providers; update variousEdward Tomasz Napierala2020-10-181-1/+3
* geom: clean up empty lines in .c and .h filesMateusz Guzik2020-09-014-4/+0
* 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-221-12/+2
* sys/geom: consistently use _PATH_DEV instead of hardcoding "/dev/".Xin LI2020-07-091-4/+4
* Move the pointers stored in the superblock into a separateKirk McKusick2020-06-191-0/+1
* Revert r361838Conrad Meyer2020-06-061-32/+6
* geom_label: Use provider aliasing to alias upstream geomsConrad Meyer2020-06-051-6/+32
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-2/+4
* GEOM label: strip leading/trailing space synthesizing devfs namesConrad Meyer2020-01-181-0/+16
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-077-10/+8
* Ignore UFS/FFS superblock check hash failures so as to allow a higherKirk McKusick2019-08-061-2/+2
* Support device-independent labels for geom_flashmap slices.Ian Lepore2019-03-243-0/+79
* Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick2018-12-061-1/+1
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-101-0/+1
* Squash error from geom by sizing ident strings to DISK_IDENT_SIZE.Sean Bruno2018-04-051-1/+1
* When freeing a superblock returned by ffs_sbget, be sure to alsoKirk McKusick2018-03-241-2/+3
* Remove unneeded variable which was introduced in r328472.Mariusz Zaborski2018-03-181-3/+1
* g_label_ufs: Fix typo from r330264Conrad Meyer2018-03-021-1/+1
* This change is some refactoring of Mark Johnston's changes in r329375Kirk McKusick2018-03-021-3/+3
* Fix a memory leak introduced in r328426.Mark Johnston2018-02-161-1/+6
* After r328426, g_label depends on UFS (option FFS) code to read UFSXin LI2018-02-031-0/+2
* Don't truncate name of glabel.Mariusz Zaborski2018-01-271-1/+7
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-261-83/+43
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2711-0/+22
* Relax checking if the privider size matches size recorded in theMaxim Sobolev2016-07-181-8/+34
* Fix off-by-one error in fstyp(8) and geom_label(4) that made them useEdward Tomasz Napierala2015-06-184-18/+19
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-282-5/+2
* Revert r267961, r267973:Glen Barber2014-06-272-2/+5
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-272-5/+2
* Make r242379 - the fix for UFS labels disappearing after resizingEdward Tomasz Napierala2014-05-051-2/+4