Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-08 | volume_id: ext4 detection | Kay Sievers | |
2007-06-07 | vol_id: do not fail if unable to drop privileges | David Zeuthen | |
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 | vol_id: export encoded strings | 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-17 | replace_chars: replace spaces in node name | Kay Sievers | |
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 | vol_id: use libvolume_id prober list for --probe-all | Kay Sievers | |
2007-05-08 | volume_id: give access to list of all available probers | Kay Sievers | |
2007-05-06 | vol_id: add ID_FS_UUID_SAFE | 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 | vol_id: use volume_id_get_* | Kay Sievers | |
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 | vol_id: use long options | Kay Sievers | |
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-03-18 | volume_id: get rid of compiler warning | Kay Sievers | |
2007-02-24 | update DRIVER== changes | Kay Sievers | |
2007-02-05 | man: correct udevinfo --export-db | Kay Sievers | |
Thanks to: Matthias Schwarzott <zzam@gentoo.org> | |||
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-22 | vol_id: document -L | Andrey Borzenkov | |
2007-01-21 | vol_id: add -L to print raw partition label | Andrey Borzenkov | |
2007-01-21 | fix INSTALL_PROGRAM vs. INSTALL_SCRIPT | Peter Breitenlohner | |
2006-11-27 | man: recreate from xml | Kay Sievers | |
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-23 | add IMPORT operations to the udev man page | Bryan Kadzban | |
2006-09-12 | volume_id: correct iso9660 high sierra header | Kay Sievers | |
Thanks to David Härdeman. | |||
2006-08-20 | vol_id: use primary group of 'nobody' instead of 'nogroup' | Kay Sievers | |
This fixes a Fedora issue not having the group 'nogroup'. | |||
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-29 | refresh vol_id man page | Kay Sievers | |
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-04 | Makefiles: fix .PHONY for man page target | Kay Sievers | |
Thanks to David Härdeman for pointing it out. | |||
2006-07-03 | netif rename: optimistic loop for the name to become free | Kay Sievers | |
Parts from Ubuntu's 70-ifrename.patch. |