aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/label/g_label_ufs.c
Commit message (Expand)AuthorAgeFilesLines
* Don't panic when tasting a disk with sectorsize=0Alan Somers2022-11-091-0/+1
* Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick2022-07-311-4/+3
* Suppress UFS/FFS superblock check-hash failure messages when identifyingKirk McKusick2021-11-151-1/+1
* 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
* geom_label: Make glabel labels more trivial by separating the tastingXin LI2020-07-261-5/+2
* Move the pointers stored in the superblock into a separateKirk McKusick2020-06-191-0/+1
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-071-0/+1
* Ignore UFS/FFS superblock check hash failures so as to allow a higherKirk McKusick2019-08-061-2/+2
* Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick2018-12-061-1/+1
* When freeing a superblock returned by ffs_sbget, be sure to alsoKirk McKusick2018-03-241-2/+3
* 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
* 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-271-0/+2
* Relax checking if the privider size matches size recorded in theMaxim Sobolev2016-07-181-8/+34
* Make r242379 - the fix for UFS labels disappearing after resizingEdward Tomasz Napierala2014-05-051-2/+4
* Fix problem with geom_label(4) not recognizing UFS labels on filesystemsEdward Tomasz Napierala2012-10-301-1/+2
* 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
* Provide a set of sysctls and tunables to disable device node creationEdward Tomasz Napierala2009-11-281-5/+9
* Create GEOM labels from UFS IDs, e.g. /dev/ufsid/49c97b1faa2adc43. UFS IDsIvan Voras2009-03-251-10/+46
* Fix detecting of UFS1 label when mediasize%fragsize != 0.Pawel Jakub Dawidek2006-09-161-2/+2
* We need to check if file system size is equal to provider's size, becausePawel Jakub Dawidek2006-03-041-2/+7
* - Do not depend on fact that file system covers entire provider.Pawel Jakub Dawidek2006-02-181-19/+13
* This function returns nothing.Pawel Jakub Dawidek2006-02-181-1/+1
* If provider's sector size prevents reading SBLOCKSIZE bytes returnPawel Jakub Dawidek2006-02-181-8/+10
* Remove trailing spaces.Pawel Jakub Dawidek2006-02-011-1/+1
* Don't pass error value pointer to g_read_data(9) at all if we don'tMaxim Sobolev2005-11-301-2/+2
* Check for g_read_data(9) errors properly:Maxim Sobolev2005-11-301-1/+1
* The size of a filesystem may be less than the size of the provider itGarrett Wollman2005-04-191-2/+2
* merge from geom_vol_ffs.c rev 1.14 (avoid unaligned I/O requests)Dag-Erling Smørgrav2005-02-081-0/+10
* Introduce GEOM_LABEL class.Pawel Jakub Dawidek2004-07-021-0/+102