| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r235918 for now and add comment explaining the reason for the | trasz | 2012-05-25 | 1 | -3/+9 |
* | Make g_label(4) ignore provider size when looking for UFS labels. | trasz | 2012-05-24 | 1 | -5/+3 |
* | Include sys/sbuf.h directly. | ae | 2011-07-11 | 1 | -0/+1 |
* | When checking existence of providers skip those which are orphaned. | ae | 2011-05-04 | 1 | -0/+2 |
* | Some linux distros put mount point into the ext2fs labels, such as '/', or | sobomax | 2011-03-08 | 1 | -4/+10 |
* | Add some FEATURE macros for various GEOM classes. | netchild | 2011-02-25 | 1 | -0/+2 |
* | - Report an error when a label with invalid name is attempted to be | jh | 2010-12-01 | 1 | -4/+6 |
* | g_label: fix possible NULL pointer dereference | avg | 2010-05-31 | 1 | -4/+2 |
* | Provide a set of sysctls and tunables to disable device node creation | trasz | 2009-11-28 | 9 | -29/+68 |
* | If provider is open for writing when we taste it, skip it for classes that | pjd | 2009-10-09 | 1 | -0/+4 |
* | Fix tabs, slightly improve comments. | ivoras | 2009-06-18 | 1 | -9/+9 |
* | Add support for labels derived from GPT metadata. | ivoras | 2009-06-13 | 3 | -0/+168 |
* | Crank the debug level necessary to display the "Label foo is removed" | dougb | 2009-05-30 | 1 | -4/+4 |
* | Create GEOM labels from UFS IDs, e.g. /dev/ufsid/49c97b1faa2adc43. UFS IDs | ivoras | 2009-03-25 | 3 | -12/+50 |
* | - Use the correct argument when determining the buffer size. | lulf | 2009-02-11 | 1 | -1/+1 |
* | o s/resiserfs_sb/reiserfs_sb/. | maxim | 2007-11-16 | 1 | -1/+1 |
* | Remove trailing spaces. | pjd | 2006-09-30 | 2 | -4/+4 |
* | Fix detecting of UFS1 label when mediasize%fragsize != 0. | pjd | 2006-09-16 | 1 | -2/+2 |
* | Handle MSDOS file systems properly. Before the change file systems | pjd | 2006-08-12 | 2 | -34/+295 |
* | Verify if a label doesn't point to the parent directory. | pjd | 2006-08-12 | 1 | -0/+24 |
* | We need to check if file system size is equal to provider's size, because | pjd | 2006-03-04 | 1 | -2/+7 |
* | Inform when label disappears. | pjd | 2006-02-18 | 1 | -16/+36 |
* | - Do not depend on fact that file system covers entire provider. | pjd | 2006-02-18 | 1 | -19/+13 |
* | This function returns nothing. | pjd | 2006-02-18 | 1 | -1/+1 |
* | If provider's sector size prevents reading SBLOCKSIZE bytes return | pjd | 2006-02-18 | 1 | -8/+10 |
* | Remove trailing spaces. | pjd | 2006-02-01 | 5 | -10/+10 |
* | Style cleanups. | pjd | 2006-01-18 | 1 | -24/+21 |
* | Don't pass error value pointer to g_read_data(9) at all if we don't | sobomax | 2005-11-30 | 3 | -6/+6 |
* | Check for g_read_data(9) errors properly: | sobomax | 2005-11-30 | 3 | -3/+3 |
* | We do nothing with returned error value, so just remove it. | pjd | 2005-11-29 | 1 | -3/+2 |
* | Check value returned by g_read_data(9), otherwise we can end in panic(9) | sobomax | 2005-11-29 | 1 | -0/+3 |
* | Add checking for File record magic. | takawata | 2005-10-26 | 1 | -0/+6 |
* | Verify length of the data to read as well. | pjd | 2005-08-28 | 1 | -0/+2 |
* | Verify offset before reading. | pjd | 2005-08-26 | 1 | -1/+5 |
* | Add NTFS labeling function. | takawata | 2005-08-26 | 3 | -0/+115 |
* | Verify if we can actually read the data at given offset. | pjd | 2005-08-23 | 2 | -6/+13 |
* | Back-out the change from revision 1.14 and allow for '/' in labels again. | pjd | 2005-08-20 | 1 | -8/+0 |
* | Provide more complete "How to add a new file system to glabel." list. | pjd | 2005-08-12 | 1 | -3/+7 |
* | Add code for Ext2FS and ReiserFS labels recognition. | pjd | 2005-08-12 | 4 | -0/+206 |
* | Avoid creating directories in devfs by changing all '/' in labels to '_'. | pjd | 2005-08-12 | 1 | -0/+8 |
* | The size of a filesystem may be less than the size of the provider it | wollman | 2005-04-19 | 1 | -2/+2 |
* | - Add md_provsize field to metadata, which will help with | pjd | 2005-02-27 | 2 | -3/+25 |
* | merge from geom_vol_ffs.c rev 1.14 (avoid unaligned I/O requests) | des | 2005-02-08 | 1 | -0/+10 |
* | Only allow for unloading when there are no geoms in LABEL GEOM class. | pjd | 2004-10-14 | 1 | -1/+16 |
* | This is not needed anymore, it is forced in GEOM now. | pjd | 2004-09-20 | 1 | -3/+0 |
* | Allow to configure debug level from /boot/loader.conf. | pjd | 2004-08-30 | 1 | -0/+1 |
* | Skip providers with not defined sector size. | pjd | 2004-08-26 | 1 | -0/+3 |
* | Do not use g_wither_geom(9). I doesn't work in the way which is expected | pjd | 2004-08-09 | 1 | -12/+8 |
* | Tag all geom classes in the tree with a version number. | phk | 2004-08-08 | 1 | -0/+1 |
* | Remove unused macro. | pjd | 2004-07-13 | 1 | -9/+0 |