summaryrefslogtreecommitdiff
path: root/extras/volume_id/lib
AgeCommit message (Collapse)Author
2008-10-13volume_id: support for GFS2 UUIDsSteven Whitehouse
2008-10-06volume_id: more fat debuggingKay Sievers
2008-10-06volume_id: add more vfat debugging informationKay Sievers
2008-10-03volume_id: use PRIu64i, PRIx64 macrosKay Sievers
2008-10-03volume_id: add btrfsKay Sievers
2008-10-03volume_id: better DDF raid detectionKay Sievers
2008-10-03volume_id: add dbg() as noop to check for compile errorsKay Sievers
2008-10-02volume_id: hpfs - read label and uuidKay Sievers
2008-10-01build: include Makefile.am.inc in all Makefile.amKay Sievers
Many thanks to Chris Spiegel for finding the still current vol_id non-large-file-access bug, because of not including config.h.
2008-09-10update file headersKay Sievers
2008-09-10volume_id: merge util.h in libvolume_id-private.hKay Sievers
2008-09-06volume_id: linux_raid - fix logic for volumes with size == 0Kay Sievers
2008-09-01volume_id: fail on undefined __BYTE_ORDERKay Sievers
2008-08-31volume_id: hfs - calculate proper uuidKay Sievers
2008-08-29volume_id: remove left-over fd close()Kay Sievers
2008-08-28volume_id: remove deprecated functions and bump major versionKay Sievers
2008-07-30volume_id: create relative linksKay Sievers
2008-07-30volume_id: move static lib to $prefixKay Sievers
2008-07-30use autotoolsKay Sievers
2008-07-30delete all Makefiles and move udev source to udev/Kay Sievers
2008-07-22use proper directory lib/lib64 for libvolume_idThomas Koeller
2008-06-12release 123Kay Sievers
2008-06-11volume_id: support for oracleasmErik van Konijnenburg
2008-05-28volume_id: enable GFS probing code, add LABEL supportKarel Zak
* enables GFS/GFS2 probing code (it's disabled now!) * adds support for LABELs -- it seems that locktable name is usable as a LABEL (at least according to libblkid). * removes extra check of sb_header.mh_format -- nothing in kernel and blkid checks this superblock entry. It seems that check GFS_MAGIC and GFS_METATYPE_SB is enough. Signed-off-by: Karel Zak <kzak@redhat.com>
2008-05-27volume_id: remove unnecessary global variableKarel Zak
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-05-17volume_id: bump versionKay Sievers
2008-05-13volume_id: clean up linux_raid codeKarel Zak
extra global and/or non-static variables suck in shared libraries use "else if" rather than many "return" calls Signed-off-by: Karel Zak <kzak@redhat.com>
2008-04-21libvolume_id: recognize swap partitions with a tuxonice hibernate imageDamjan Georgievski
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-16volume_id: fix sqashfs detectionKay Sievers