summaryrefslogtreecommitdiff
path: root/extras/volume_id/lib/libvolume_id-private.h
AgeCommit message (Collapse)Author
2009-05-12delete libvolume_idKay Sievers
2008-12-09volume_id: support sub-uuid's and plug in btrfs device uuidKay Sievers
2008-11-21volume_id: remove unused usage typesKay Sievers
2008-11-13volume_id: always check for all filesystem types and skip conflicting resultsKay Sievers
We probe for all known filesystems to find conflicting signatures. If we find multiple matching signatures and one of the detected filesystem types claims that it can not co-exist with any other filesystem type, we do not return a probing result. We can not afford to mount a volume with the wrong filesystem code and possibly corrupt it. Linux ssytems have the problem of dozens of possible filesystem types, and volumes with left-over signatures from former filesystem types. Invalid signature need to be removed from the volume to make the filesystem detection successful. We do not want to read that many bytes from probed floppies, skip volumes smaller than a usual floppy disk.
2008-10-03volume_id: use PRIu64i, PRIx64 macrosKay Sievers
2008-10-03volume_id: add btrfsKay Sievers
2008-10-03volume_id: add dbg() as noop to check for compile errorsKay Sievers
2008-09-10update file headersKay Sievers
2008-09-10volume_id: merge util.h in libvolume_id-private.hKay Sievers
2008-08-29volume_id: remove left-over fd close()Kay Sievers
2008-08-28volume_id: remove deprecated functions and bump major versionKay Sievers