aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/label
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mangle label names containing spaces, non-printable characters '%' orJaakko Heinonen2012-12-221-0/+23
* - Don't pass geom and provider names as format strings.Jaakko Heinonen2012-11-201-1/+1
* Fix problem with geom_label(4) not recognizing UFS labels on filesystemsEdward Tomasz Napierala2012-10-301-1/+2
* It seems that it is preferable to keep support for glabel also forAttilio Rao2012-10-182-0/+2
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingAttilio Rao2012-10-172-2/+0
* Revert r235918 for now and add comment explaining the reason for theEdward Tomasz Napierala2012-05-251-3/+9
* Make g_label(4) ignore provider size when looking for UFS labels.Edward Tomasz Napierala2012-05-241-5/+3
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-111-0/+1
* When checking existence of providers skip those which are orphaned.Andrey V. Elsukov2011-05-041-0/+2
* Some linux distros put mount point into the ext2fs labels, such as '/', orMaxim Sobolev2011-03-081-4/+10
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-251-0/+2
* - Report an error when a label with invalid name is attempted to beJaakko Heinonen2010-12-011-4/+6
* g_label: fix possible NULL pointer dereferenceAndriy Gapon2010-05-311-4/+2
* Provide a set of sysctls and tunables to disable device node creationEdward Tomasz Napierala2009-11-289-29/+68
* If provider is open for writing when we taste it, skip it for classes thatPawel Jakub Dawidek2009-10-091-0/+4
* Fix tabs, slightly improve comments.Ivan Voras2009-06-181-9/+9
* Add support for labels derived from GPT metadata.Ivan Voras2009-06-133-0/+168
* Crank the debug level necessary to display the "Label foo is removed"Doug Barton2009-05-301-4/+4
* Create GEOM labels from UFS IDs, e.g. /dev/ufsid/49c97b1faa2adc43. UFS IDsIvan Voras2009-03-253-12/+50
* - Use the correct argument when determining the buffer size.Ulf Lilleengen2009-02-111-1/+1
* o s/resiserfs_sb/reiserfs_sb/.Maxim Konovalov2007-11-161-1/+1