summaryrefslogtreecommitdiff
path: root/extras/volume_id
AgeCommit message (Collapse)Author
2008-04-20logging: add trailing newline to all stringsKay Sievers
2008-04-09vol_id: add --offset optionKay Sievers
2008-03-15Makefile: do not require GNU installRoy Marples
2008-02-21volume_id: respect LDFLAGSMatthias Schwarzott
2008-02-09volume_id: update ext detectionKay Sievers
2008-01-24volume_id: fix typo in function documentationKarel Zak
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-01-09volume_id: add prefix=, exec_prefix=Neil Williams
2008-01-09volume_id: fix UUID raw buffer usageKarel Zak
Signed-off-by: Karel Zak <kzak@redhat.com>
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-28man: recreate man pagesKay Sievers
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-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