Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-17 | volume_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-16 | volume_id: run only once into a timeout for unreadable devices | Kay Sievers | |
2007-12-16 | volume_id: LVM - add uuid | Hannes Reinecke | |
2007-12-07 | volume_id: md - add metadata minor version | Kay Sievers | |
Thanks to Hannes. | |||
2007-11-26 | libvolume_id: squashfs - add endianess support for LZMA compression | Kay Sievers | |
2007-11-26 | libvolume_id: squashfs+LZMA compression detection | Michael Prokop | |
2007-11-08 | volume_id: create relative symlink when $(libdir) = $(usrlibdir) | Dan Nicholson | |
2007-11-08 | extras: ignore built and generated files | Dan Nicholson | |
2007-10-24 | volume_id: bump version | Kay Sievers | |
2007-10-23 | volume_id: ntfs - rely on valid master file table | Kay Sievers | |
2007-10-17 | volume_id: LUKS - export version | Kay Sievers | |
2007-10-17 | volume_id: vfat - allow all possible sector sizes | Kay Sievers | |
https://bugs.launchpad.net/bugs/147807 | |||
2007-08-29 | volume_id: fix linux_raid metadata version 1.0 detection | Kay Sievers | |
Fixes: https://bugs.launchpad.net/ubuntu/+source/udev/+bug/133773 | |||
2007-08-16 | volume_id: fix sqashfs detection | Kay Sievers | |
2007-07-22 | libvolume_id: use /usr/$libdir in pc file | Kay Sievers | |
2007-07-08 | volume_id: ext4 detection | Kay Sievers | |
2007-05-25 | volume_id: support for long-filename based labels | Ryan Lortie | |
2007-05-25 | volume_id: terminate overlong label strings | Kay Sievers | |
2007-05-21 | volume_id: escape % character | Kay Sievers | |
2007-05-17 | volume_id: add and export string encoding function | Kay 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-15 | volume_id: add function documentation | Kay Sievers | |
2007-05-10 | volume_id: vol_id depends on libvolume_id | Kay Sievers | |
2007-05-09 | volume_id: add remaining names for prober lookup by type | Kay Sievers | |
2007-05-08 | volume_id: give access to list of all available probers | Kay Sievers | |
2007-05-06 | volume_id: rename UUID_64BIT_LE/BE | Kay Sievers | |
2007-05-04 | vol_id: README update | Kay Sievers | |
2007-05-04 | volume_id: add DDF support | Kay Sievers | |
2007-05-04 | volume_id: add internal UUID_STRING | Kay Sievers | |
2007-05-03 | volume_id: fix Makefile for parallel make | Matthias Schwarzott | |
2007-05-03 | volume_id: add volume_id_get_* functions | Kay 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-03 | volume_id: use md native uuid format | Kay Sievers | |
2007-04-28 | volume_id: minix version 3 support | Kay Sievers | |
2007-04-28 | volume_id: old md metadata has only 32 bit for the uuid | Kay Sievers | |
2007-04-26 | volume_id: ext - fix endianess in version number | Kay Sievers | |
2007-04-24 | volume_id: add md metadata 1.0, 1.1, 1.2 support | Kay Sievers | |
2007-04-23 | libvolume_id: do not install static library | Kay Sievers | |
2007-02-03 | volume_id: really fix endianess bug in linux_raid detection | Kay 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-21 | fix INSTALL_PROGRAM vs. INSTALL_SCRIPT | Peter Breitenlohner | |
2006-11-15 | volume_id: fix endianess bug in linux_raid detection | Kay Sievers | |
2006-10-15 | volume_id: add comment about hfs uuid conversion | Kay Sievers | |
2006-10-13 | volume_id: add checksum check to via_raid | Kay Sievers | |
2006-09-12 | volume_id: correct iso9660 high sierra header | Kay Sievers | |
Thanks to David Härdeman. | |||
2006-08-20 | volume_id: add suspend partition detection | Kay Sievers | |
Based on a patch from: Scott James Remnant <scott@ubuntu.com> | |||
2006-08-15 | volume_id: fix fat32 cluster chain traversal | Lennart Poettering | |
2006-08-05 | libvolume_id: read ufs2 label | Kay Sievers | |
Taken from the FreeBSD HAL repository. | |||
2006-07-25 | libvolume_id: add parameter 'size' to all probe functions | Kay Sievers | |
2006-07-13 | vol_id: add --skip-raid and --probe-all option | Kay Sievers | |
2006-07-03 | netif rename: optimistic loop for the name to become free | Kay Sievers | |
Parts from Ubuntu's 70-ifrename.patch. | |||
2006-05-30 | libvolume_id: gfs + gfs2 support | Kay Sievers | |
Patch from Red Hat. | |||
2006-05-15 | libvolume_id: add more software raid signatures | Kay Sievers | |