aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/label
Commit message (Expand)AuthorAgeFilesLines
* 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
* An all-or-nothing approach to labels isn't flexible enough. EmbeddedMarcel Moolenaar2014-04-061-2/+6
* Fix build with gcc by spelling unused format string as "unused" instead of NULL.Edward Tomasz Napierala2013-10-191-1/+1
* Make geom_label(4) resize-aware. This fixes a situation when "gpart resize"Edward Tomasz Napierala2013-10-181-0/+12
* - Use int8_t type for the mftrecsz field in g_label_ntfs. char typeStanislav Sedov2013-05-051-3/+4
* Comment typo fix.Ivan Voras2013-04-161-2/+2
* Fix the buffer-overflow-fixing fixes.Ivan Voras2013-04-161-15/+19
* Introduce glabel labels based on GEOM ident attributes. In this initialIvan Voras2013-04-153-1/+87
* g_label_ntfs_taste: Abort taste is recsize == 0Jean-Sébastien Pédron2013-03-081-1/+1
* g_label_ntfs.c: Mark structures as __packedJean-Sébastien Pédron2013-03-051-3/+3
* Remove ntfs headers dependency for g_label_ntfs.c by redefining theAttilio Rao2013-03-021-14/+65