summaryrefslogtreecommitdiffstats
path: root/sys/geom/label/g_label_reiserfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Provide a set of sysctls and tunables to disable device node creationtrasz2009-11-281-2/+5
| | | | | | | | | | for specific "kinds" of disk labels - for example, GPT UUIDs. Reason for this is that sometimes, other GEOM classes attach to these device nodes instead of the proper ones - e.g. they attach to /dev/gptid/XXX instead of /dev/ada0p2, which is annoying. Reviewed by: pjd (earlier version) MFC after: 1 month
* o s/resiserfs_sb/reiserfs_sb/.maxim2007-11-161-1/+1
| | | | Submitted by: Ighighi
* Verify if we can actually read the data at given offset.pjd2005-08-231-6/+10
| | | | Reported by: Martin <nakal@nurfuerspam.de>
* Add code for Ext2FS and ReiserFS labels recognition.pjd2005-08-121-0/+113
Submitted by: Stanislav Sedov <stas@310.ru> PR: kern/84638 MFC after: 1 week
OpenPOWER on IntegriCloud