summaryrefslogtreecommitdiff
path: root/extras/volume_id
AgeCommit message (Collapse)Author
2007-07-08volume_id: ext4 detectionKay Sievers
2007-06-07vol_id: do not fail if unable to drop privilegesDavid Zeuthen
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-17vol_id: export encoded stringsKay 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-17replace_chars: replace spaces in node nameKay Sievers
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-08vol_id: use libvolume_id prober list for --probe-allKay Sievers
2007-05-08volume_id: give access to list of all available probersKay Sievers
2007-05-06vol_id: add ID_FS_UUID_SAFEKay 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-03vol_id: use volume_id_get_*Kay 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.
2007-05-03vol_id: use long optionsKay Sievers
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-03-18volume_id: get rid of compiler warningKay Sievers
2007-02-24update DRIVER== changesKay Sievers
2007-02-05man: correct udevinfo --export-dbKay Sievers
Thanks to: Matthias Schwarzott <zzam@gentoo.org>
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-22vol_id: document -LAndrey Borzenkov
2007-01-21vol_id: add -L to print raw partition labelAndrey Borzenkov
2007-01-21fix INSTALL_PROGRAM vs. INSTALL_SCRIPTPeter Breitenlohner
2006-11-27man: recreate from xmlKay Sievers
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-23add IMPORT operations to the udev man pageBryan Kadzban
2006-09-12volume_id: correct iso9660 high sierra headerKay Sievers
Thanks to David Härdeman.
2006-08-20vol_id: use primary group of 'nobody' instead of 'nogroup'Kay Sievers
This fixes a Fedora issue not having the group 'nogroup'.
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-29refresh vol_id man pageKay Sievers
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-04Makefiles: fix .PHONY for man page targetKay Sievers
Thanks to David Härdeman for pointing it out.
2006-07-03netif rename: optimistic loop for the name to become freeKay Sievers
Parts from Ubuntu's 70-ifrename.patch.