summaryrefslogtreecommitdiff
path: root/shlibs/blkid/src/superblocks/promise_raid.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-18libblkid: probe for (non-linux) RAIDs on whole devices onlyKarel Zak1-0/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-04-21liblkid: export magic strings from raidsKarel Zak1-1/+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/+63
Signed-off-by: Karel Zak <kzak@redhat.com>