summaryrefslogtreecommitdiffstats
path: root/sys/geom/label
Commit message (Expand)AuthorAgeFilesLines
* Include sys/sbuf.h directly.ae2011-07-111-0/+1
* When checking existence of providers skip those which are orphaned.ae2011-05-041-0/+2
* Some linux distros put mount point into the ext2fs labels, such as '/', orsobomax2011-03-081-4/+10
* 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-289-29/+68
* If provider is open for writing when we taste it, skip it for classes thatpjd2009-10-091-0/+4
* Fix tabs, slightly improve comments.ivoras2009-06-181-9/+9
* Add support for labels derived from GPT metadata.ivoras2009-06-133-0/+168
* 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-253-12/+50
* - Use the correct argument when determining the buffer size.lulf2009-02-111-1/+1
* o s/resiserfs_sb/reiserfs_sb/.maxim2007-11-161-1/+1
* Remove trailing spaces.pjd2006-09-302-4/+4
* Fix detecting of UFS1 label when mediasize%fragsize != 0.pjd2006-09-161-2/+2
* Handle MSDOS file systems properly. Before the change file systemspjd2006-08-122-34/+295
* Verify if a label doesn't point to the parent directory.pjd2006-08-121-0/+24
* We need to check if file system size is equal to provider's size, becausepjd2006-03-041-2/+7
* Inform when label disappears.pjd2006-02-181-16/+36
* - Do not depend on fact that file system covers entire provider.pjd2006-02-181-19/+13
* This function returns nothing.pjd2006-02-181-1/+1
* If provider's sector size prevents reading SBLOCKSIZE bytes returnpjd2006-02-181-8/+10
* Remove trailing spaces.pjd2006-02-015-10/+10
* Style cleanups.pjd2006-01-181-24/+21
* Don't pass error value pointer to g_read_data(9) at all if we don'tsobomax2005-11-303-6/+6
* Check for g_read_data(9) errors properly:sobomax2005-11-303-3/+3
* We do nothing with returned error value, so just remove it.pjd2005-11-291-3/+2
* Check value returned by g_read_data(9), otherwise we can end in panic(9)sobomax2005-11-291-0/+3
* Add checking for File record magic.takawata2005-10-261-0/+6
* Verify length of the data to read as well.pjd2005-08-281-0/+2
* Verify offset before reading.pjd2005-08-261-1/+5
* Add NTFS labeling function.takawata2005-08-263-0/+115
* Verify if we can actually read the data at given offset.pjd2005-08-232-6/+13
* 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-124-0/+206
* Avoid creating directories in devfs by changing all '/' in labels to '_'.pjd2005-08-121-0/+8
* The size of a filesystem may be less than the size of the provider itwollman2005-04-191-2/+2
* - Add md_provsize field to metadata, which will help withpjd2005-02-272-3/+25
* merge from geom_vol_ffs.c rev 1.14 (avoid unaligned I/O requests)des2005-02-081-0/+10
* 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
* Remove unused macro.pjd2004-07-131-9/+0
* 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
OpenPOWER on IntegriCloud