summaryrefslogtreecommitdiff
path: root/extras/volume_id/lib/libvolume_id.h
AgeCommit message (Collapse)Author
2007-05-17volume_id: add and export string encoding functionKay Sievers
Needed for mount(8) to lookup LABEL=* in /dev/disk/by-label/*. Characters not suited for a filename will be escaped and the encoded LABEL=* string is able to find the corresponding symlink.
2007-05-08volume_id: give access to list of all available probersKay Sievers
2007-05-04volume_id: add DDF supportKay Sievers
2007-05-03volume_id: add volume_id_get_* functionsKay Sievers
In a future version of libvolume_id, struct volume_id will be an opaque data type, which can't be accessed directly. No interface has changed for now, until all known users are converted not to access the structure directly.
2006-07-25libvolume_id: add parameter 'size' to all probe functionsKay Sievers
2006-05-30libvolume_id: gfs + gfs2 supportKay Sievers
Patch from Red Hat.
2006-05-15libvolume_id: add more software raid signaturesKay Sievers
2006-05-09vol_id: add NetWare volume detectionKay Sievers
2006-03-28volume_id: define exported symbolsKay Sievers
2006-03-27volume_id: rename subdirectoryKay Sievers