summaryrefslogtreecommitdiff
path: root/extras/volume_id/lib
AgeCommit message (Collapse)Author
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
2006-05-13libvolume_id: fat - check for signature at end of sectorKay Sievers
2006-05-12libvolume_id: nss - use different uuidKay Sievers
2006-05-09vol_id: add NetWare volume detectionKay Sievers
2006-04-28vol_id: fix logging from libvolume_id's log functionKay Sievers
2006-04-08volume_id: move some debug to info levelKay Sievers
2006-04-05volume_id: fix endianess conversion typo for FAT32Kay Sievers
2006-04-03fix symlink targets in MakefilesKay Sievers
2006-03-30pass CROSS_COMPILE to AR and RANLIB down to extras/Kay Sievers
2006-03-28volume_id: define exported symbolsKay Sievers
2006-03-27volume_id: remove some global symbolsKay Sievers
2006-03-27because is better than causeKay Sievers
2006-03-27volume_id: rename subdirectoryKay Sievers