summaryrefslogtreecommitdiff
path: root/extras/volume_id/lib
AgeCommit message (Collapse)Author
2007-12-17volume_id: also add readable check to probe_all()Kay Sievers
Otherwise probe_all will run two times into a timout, one for the raid, and one for the filesystem probe. Thanks to Tore Anderson for the debugging.
2007-12-16volume_id: run only once into a timeout for unreadable devicesKay Sievers
2007-12-16volume_id: LVM - add uuidHannes Reinecke
2007-12-07volume_id: md - add metadata minor versionKay Sievers
Thanks to Hannes.
2007-11-26libvolume_id: squashfs - add endianess support for LZMA compressionKay Sievers
2007-11-26libvolume_id: squashfs+LZMA compression detectionMichael Prokop
2007-11-08volume_id: create relative symlink when $(libdir) = $(usrlibdir)Dan Nicholson
2007-11-08extras: ignore built and generated filesDan Nicholson
2007-10-24volume_id: bump versionKay Sievers
2007-10-23volume_id: ntfs - rely on valid master file tableKay Sievers
2007-10-17volume_id: LUKS - export versionKay Sievers
2007-10-17volume_id: vfat - allow all possible sector sizesKay Sievers
https://bugs.launchpad.net/bugs/147807
2007-08-29volume_id: fix linux_raid metadata version 1.0 detectionKay Sievers
Fixes: https://bugs.launchpad.net/ubuntu/+source/udev/+bug/133773
2007-08-16volume_id: fix sqashfs detectionKay Sievers
2007-07-22libvolume_id: use /usr/$libdir in pc fileKay Sievers
2007-07-08volume_id: ext4 detectionKay Sievers
2007-05-25volume_id: support for long-filename based labelsRyan Lortie
2007-05-25volume_id: terminate overlong label stringsKay Sievers
2007-05-21volume_id: escape % characterKay Sievers
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-15volume_id: add function documentationKay Sievers
2007-05-10volume_id: vol_id depends on libvolume_idKay Sievers
2007-05-09volume_id: add remaining names for prober lookup by typeKay Sievers
2007-05-08volume_id: give access to list of all available probersKay Sievers
2007-05-06volume_id: rename UUID_64BIT_LE/BEKay Sievers
2007-05-04vol_id: README updateKay Sievers
2007-05-04volume_id: add DDF supportKay Sievers
2007-05-04volume_id: add internal UUID_STRINGKay Sievers
2007-05-03volume_id: fix Makefile for parallel makeMatthias Schwarzott
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.
2007-05-03volume_id: use md native uuid formatKay Sievers
2007-04-28volume_id: minix version 3 supportKay Sievers
2007-04-28volume_id: old md metadata has only 32 bit for the uuidKay Sievers
2007-04-26volume_id: ext - fix endianess in version numberKay Sievers
2007-04-24volume_id: add md metadata 1.0, 1.1, 1.2 supportKay Sievers
2007-04-23libvolume_id: do not install static libraryKay Sievers
2007-02-03volume_id: really fix endianess bug in linux_raid detectionKay Sievers
Seems we find the md signature in cpu-order on the disk. Let's look for both endian encodings ... Thanks to Michael Prokop for his help finding the bug.
2007-01-21fix INSTALL_PROGRAM vs. INSTALL_SCRIPTPeter Breitenlohner
2006-11-15volume_id: fix endianess bug in linux_raid detectionKay Sievers
2006-10-15volume_id: add comment about hfs uuid conversionKay Sievers
2006-10-13volume_id: add checksum check to via_raidKay Sievers
2006-09-12volume_id: correct iso9660 high sierra headerKay Sievers
Thanks to David Härdeman.
2006-08-20volume_id: add suspend partition detectionKay Sievers
Based on a patch from: Scott James Remnant <scott@ubuntu.com>
2006-08-15volume_id: fix fat32 cluster chain traversalLennart Poettering
2006-08-05libvolume_id: read ufs2 labelKay Sievers
Taken from the FreeBSD HAL repository.
2006-07-25libvolume_id: add parameter 'size' to all probe functionsKay Sievers
2006-07-13vol_id: add --skip-raid and --probe-all optionKay Sievers
2006-07-03netif rename: optimistic loop for the name to become freeKay Sievers
Parts from Ubuntu's 70-ifrename.patch.
2006-05-30libvolume_id: gfs + gfs2 supportKay Sievers
Patch from Red Hat.
2006-05-15libvolume_id: add more software raid signaturesKay Sievers