Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-24 | vol_id: fix ddf version string | Karel 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-03 | volume_id: use PRIu64i, PRIx64 macros | Kay Sievers | |
2008-10-03 | volume_id: better DDF raid detection | Kay Sievers | |
2008-09-10 | update file headers | Kay Sievers | |
2008-08-28 | volume_id: remove deprecated functions and bump major version | Kay Sievers | |
2008-05-27 | volume_id: remove unnecessary global variable | Karel Zak | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||
2008-04-20 | logging: add trailing newline to all strings | Kay Sievers | |
2007-05-04 | vol_id: README update | Kay Sievers | |
2007-05-04 | volume_id: add DDF support | Kay Sievers | |