summaryrefslogtreecommitdiff
path: root/extras/volume_id/lib/ddf_raid.c
AgeCommit message (Collapse)Author
2009-01-24vol_id: fix ddf version stringKarel Zak
The version string in DDF suberblock does not include the null terminator and the snprintf() function writes at most "size" bytes *including* the null byte. old version: ID_FS_VERSION=02.00.0 new version: ID_FS_VERSION=02.00.00 Signed-off-by: Karel Zak <kzak@redhat.com>
2008-10-03volume_id: use PRIu64i, PRIx64 macrosKay Sievers
2008-10-03volume_id: better DDF raid detectionKay Sievers
2008-09-10update file headersKay Sievers
2008-08-28volume_id: remove deprecated functions and bump major versionKay Sievers
2008-05-27volume_id: remove unnecessary global variableKarel Zak
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-04-20logging: add trailing newline to all stringsKay Sievers
2007-05-04vol_id: README updateKay Sievers
2007-05-04volume_id: add DDF supportKay Sievers