Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-12 | delete libvolume_id | Kay Sievers | |
2008-11-13 | volume_id: fat - accept empty FAT32 fsinfo signature | Kay Sievers | |
2008-11-13 | volume_id: always check for all filesystem types and skip conflicting results | Kay 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-11-13 | volume_id: fat - move check for msdos signature (0x55 0xaa) | Karel Zak | |
Make the msdos signature (0x55 0xaa) at 510 and 511 optional when the standard FAT magic string is present. | |||
2008-10-06 | volume_id: more fat debugging | Kay Sievers | |
2008-10-06 | volume_id: add more vfat debugging information | Kay Sievers | |
2008-10-03 | volume_id: use PRIu64i, PRIx64 macros | 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-04-20 | logging: add trailing newline to all strings | Kay Sievers | |
2007-10-17 | volume_id: vfat - allow all possible sector sizes | Kay Sievers | |
https://bugs.launchpad.net/bugs/147807 | |||
2007-05-25 | volume_id: support for long-filename based labels | Ryan Lortie | |
2007-05-04 | volume_id: add internal UUID_STRING | Kay Sievers | |
2006-08-15 | volume_id: fix fat32 cluster chain traversal | Lennart Poettering | |
2006-07-25 | libvolume_id: add parameter 'size' to all probe functions | Kay Sievers | |
2006-05-13 | libvolume_id: fat - check for signature at end of sector | Kay Sievers | |
2006-04-08 | volume_id: move some debug to info level | Kay Sievers | |
2006-04-05 | volume_id: fix endianess conversion typo for FAT32 | Kay Sievers | |
2006-03-27 | volume_id: rename subdirectory | Kay Sievers | |