summaryrefslogtreecommitdiff
path: root/extras/volume_id/lib/gfs.c
AgeCommit message (Collapse)Author
2009-05-12delete libvolume_idKay Sievers
2008-10-13volume_id: support for GFS2 UUIDsSteven Whitehouse
2008-10-03volume_id: use PRIu64i, PRIx64 macrosKay Sievers
2008-09-10update file headersKay Sievers
2008-08-28volume_id: remove deprecated functions and bump major versionKay Sievers
2008-05-28volume_id: enable GFS probing code, add LABEL supportKarel Zak
* enables GFS/GFS2 probing code (it's disabled now!) * adds support for LABELs -- it seems that locktable name is usable as a LABEL (at least according to libblkid). * removes extra check of sb_header.mh_format -- nothing in kernel and blkid checks this superblock entry. It seems that check GFS_MAGIC and GFS_METATYPE_SB is enough. Signed-off-by: Karel Zak <kzak@redhat.com>
2008-04-20logging: add trailing newline to all stringsKay Sievers
2006-07-25libvolume_id: add parameter 'size' to all probe functionsKay Sievers
2006-05-30libvolume_id: gfs + gfs2 supportKay Sievers
Patch from Red Hat.