aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/label
Commit message (Expand)AuthorAgeFilesLines
...
* Remove trailing spaces.Pawel Jakub Dawidek2006-09-302-4/+4
* Fix detecting of UFS1 label when mediasize%fragsize != 0.Pawel Jakub Dawidek2006-09-161-2/+2
* Handle MSDOS file systems properly. Before the change file systemsPawel Jakub Dawidek2006-08-122-34/+295
* Verify if a label doesn't point to the parent directory.Pawel Jakub Dawidek2006-08-121-0/+24
* We need to check if file system size is equal to provider's size, becausePawel Jakub Dawidek2006-03-041-2/+7
* Inform when label disappears.Pawel Jakub Dawidek2006-02-181-16/+36
* - 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-015-10/+10
* Style cleanups.Pawel Jakub Dawidek2006-01-181-24/+21
* Don't pass error value pointer to g_read_data(9) at all if we don'tMaxim Sobolev2005-11-303-6/+6
* Check for g_read_data(9) errors properly:Maxim Sobolev2005-11-303-3/+3
* We do nothing with returned error value, so just remove it.Pawel Jakub Dawidek2005-11-291-3/+2
* Check value returned by g_read_data(9), otherwise we can end in panic(9)Maxim Sobolev2005-11-291-0/+3
* Add checking for File record magic.Takanori Watanabe2005-10-261-0/+6
* Verify length of the data to read as well.Pawel Jakub Dawidek2005-08-281-0/+2
* Verify offset before reading.Pawel Jakub Dawidek2005-08-261-1/+5
* Add NTFS labeling function.Takanori Watanabe2005-08-263-0/+115
* Verify if we can actually read the data at given offset.Pawel Jakub Dawidek2005-08-232-6/+13
* Back-out the change from revision 1.14 and allow for '/' in labels again.Pawel Jakub Dawidek2005-08-201-8/+0
* Provide more complete "How to add a new file system to glabel." list.Pawel Jakub Dawidek2005-08-121-3/+7
* Add code for Ext2FS and ReiserFS labels recognition.Pawel Jakub Dawidek2005-08-124-0/+206
* Avoid creating directories in devfs by changing all '/' in labels to '_'.Pawel Jakub Dawidek2005-08-121-0/+8
* The size of a filesystem may be less than the size of the provider itGarrett Wollman2005-04-191-2/+2
* - Add md_provsize field to metadata, which will help withPawel Jakub Dawidek2005-02-272-3/+25
* merge from geom_vol_ffs.c rev 1.14 (avoid unaligned I/O requests)Dag-Erling Smørgrav2005-02-081-0/+10
* Only allow for unloading when there are no geoms in LABEL GEOM class.Pawel Jakub Dawidek2004-10-141-1/+16
* This is not needed anymore, it is forced in GEOM now.Pawel Jakub Dawidek2004-09-201-3/+0
* Allow to configure debug level from /boot/loader.conf.Pawel Jakub Dawidek2004-08-301-0/+1
* Skip providers with not defined sector size.Pawel Jakub Dawidek2004-08-261-0/+3
* Do not use g_wither_geom(9). I doesn't work in the way which is expectedPawel Jakub Dawidek2004-08-091-12/+8
* Tag all geom classes in the tree with a version number.Poul-Henning Kamp2004-08-081-0/+1
* Remove unused macro.Pawel Jakub Dawidek2004-07-131-9/+0
* Decrease log level of one debug message, so there is no hole (level 2Pawel Jakub Dawidek2004-07-131-1/+1
* Add missing argument.Pawel Jakub Dawidek2004-07-061-1/+1
* Properly free resources if g_access() fails.Pawel Jakub Dawidek2004-07-061-1/+3
* - Add 'stop' command, which works just like 'destroy' command, but soundsPawel Jakub Dawidek2004-07-052-2/+3
* Introduce GEOM_LABEL class.Pawel Jakub Dawidek2004-07-025-0/+785