summaryrefslogtreecommitdiff
path: root/shlibs/blkid/src/superblocks/linux_raid.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-21libblkid: improve MD 0.90.0 detection (use sb->size)Karel Zak1-3/+22
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-05-18libblkid: improve MD 0.90 detectionKarel Zak1-11/+20
We don't have to check for collision between partition table and RAID on all RAIDs. This problem is specific to MD, where underlying device could be a partition. The RAIDs like via, intel, ... always use whole-disks only. Signed-off-by: Karel Zak <kzak@redhat.com>
2010-05-18libblkid: improve MD 1.0 detection, add UUID_SUBKarel Zak1-6/+64
Addresses: http://bugzilla.redhat.com/show_bug.cgi?id=592958 Signed-off-by: Karel Zak <kzak@redhat.com>
2010-04-21liblkid: export magic strings from raidsKarel Zak1-2/+6
The library provides detected magic strings by SBMAGIC= and offsets of the magic strings by SBMAGIC_OFFSET= variables. This patch allows to support this feature for RAIDs and filesystems where the magic string is not on fixed position. Signed-off-by: Karel Zak <kzak@redhat.com>
2009-09-15libblkid: use superblocks.hKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-09-15libblkid: move FS/raid stuff to superblocks directoryKarel Zak1-0/+167
Signed-off-by: Karel Zak <kzak@redhat.com>