summaryrefslogtreecommitdiffstats
path: root/sys/geom/label/g_label.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r284582:trasz2015-08-021-0/+15
* MFC r256724:trasz2013-12-131-0/+12
* Introduce glabel labels based on GEOM ident attributes. In this initialivoras2013-04-151-1/+2
* Mangle label names containing spaces, non-printable characters '%' orjh2012-12-221-0/+23
* - Don't pass geom and provider names as format strings.jh2012-11-201-1/+1
* It seems that it is preferable to keep support for glabel also forattilio2012-10-181-0/+1
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingattilio2012-10-171-1/+0
* When checking existence of providers skip those which are orphaned.ae2011-05-041-0/+2
* Add some FEATURE macros for various GEOM classes.netchild2011-02-251-0/+2
* - Report an error when a label with invalid name is attempted to bejh2010-12-011-4/+6
* g_label: fix possible NULL pointer dereferenceavg2010-05-311-4/+2
* Provide a set of sysctls and tunables to disable device node creationtrasz2009-11-281-1/+2
* If provider is open for writing when we taste it, skip it for classes thatpjd2009-10-091-0/+4
* Add support for labels derived from GPT metadata.ivoras2009-06-131-0/+2
* Crank the debug level necessary to display the "Label foo is removed"dougb2009-05-301-4/+4
* Create GEOM labels from UFS IDs, e.g. /dev/ufsid/49c97b1faa2adc43. UFS IDsivoras2009-03-251-1/+2
* Verify if a label doesn't point to the parent directory.pjd2006-08-121-0/+24
* Inform when label disappears.pjd2006-02-181-16/+36
* Remove trailing spaces.pjd2006-02-011-6/+6
* Add NTFS labeling function.takawata2005-08-261-0/+1
* Back-out the change from revision 1.14 and allow for '/' in labels again.pjd2005-08-201-8/+0
* Provide more complete "How to add a new file system to glabel." list.pjd2005-08-121-3/+7
* Add code for Ext2FS and ReiserFS labels recognition.pjd2005-08-121-0/+2
* Avoid creating directories in devfs by changing all '/' in labels to '_'.pjd2005-08-121-0/+8
* - Add md_provsize field to metadata, which will help withpjd2005-02-271-1/+15
* Only allow for unloading when there are no geoms in LABEL GEOM class.pjd2004-10-141-1/+16
* This is not needed anymore, it is forced in GEOM now.pjd2004-09-201-3/+0
* Allow to configure debug level from /boot/loader.conf.pjd2004-08-301-0/+1
* Skip providers with not defined sector size.pjd2004-08-261-0/+3
* Do not use g_wither_geom(9). I doesn't work in the way which is expectedpjd2004-08-091-12/+8
* Tag all geom classes in the tree with a version number.phk2004-08-081-0/+1
* Decrease log level of one debug message, so there is no hole (level 2pjd2004-07-131-1/+1
* Add missing argument.pjd2004-07-061-1/+1
* Properly free resources if g_access() fails.pjd2004-07-061-1/+3
* - Add 'stop' command, which works just like 'destroy' command, but soundspjd2004-07-051-1/+2
* Introduce GEOM_LABEL class.pjd2004-07-021-0/+405
OpenPOWER on IntegriCloud