Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-03 | volume_id: better DDF raid detection | Kay Sievers | |
2008-10-03 | volume_id: add dbg() as noop to check for compile errors | Kay Sievers | |
2008-10-02 | volume_id: hpfs - read label and uuid | Kay Sievers | |
2008-10-01 | build: include Makefile.am.inc in all Makefile.am | Kay 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-10 | update file headers | Kay Sievers | |
2008-09-10 | volume_id: merge util.h in libvolume_id-private.h | Kay Sievers | |
2008-09-06 | volume_id: linux_raid - fix logic for volumes with size == 0 | Kay Sievers | |
2008-09-01 | volume_id: fail on undefined __BYTE_ORDER | Kay Sievers | |
2008-08-31 | volume_id: hfs - calculate proper uuid | Kay Sievers | |
2008-08-29 | volume_id: remove left-over fd close() | Kay Sievers | |
2008-08-28 | volume_id: remove deprecated functions and bump major version | Kay Sievers | |
2008-07-30 | volume_id: create relative links | Kay Sievers | |
2008-07-30 | volume_id: move static lib to $prefix | Kay Sievers | |
2008-07-30 | use autotools | Kay Sievers | |
2008-07-30 | delete all Makefiles and move udev source to udev/ | Kay Sievers | |
2008-07-22 | use proper directory lib/lib64 for libvolume_id | Thomas Koeller | |
2008-06-12 | release 123 | Kay Sievers | |
2008-06-11 | volume_id: support for oracleasm | Erik van Konijnenburg | |
2008-05-28 | volume_id: enable GFS probing code, add LABEL support | Karel 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-27 | volume_id: remove unnecessary global variable | Karel Zak | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||
2008-05-17 | volume_id: bump version | Kay Sievers | |
2008-05-13 | volume_id: clean up linux_raid code | Karel 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-21 | libvolume_id: recognize swap partitions with a tuxonice hibernate image | Damjan Georgievski | |
2008-04-20 | logging: add trailing newline to all strings | Kay Sievers | |
2008-04-09 | vol_id: add --offset option | Kay Sievers | |
2008-03-15 | Makefile: do not require GNU install | Roy Marples | |
2008-02-21 | volume_id: respect LDFLAGS | Matthias Schwarzott | |
2008-02-09 | volume_id: update ext detection | Kay Sievers | |
2008-01-24 | volume_id: fix typo in function documentation | Karel Zak | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||
2008-01-09 | volume_id: add prefix=, exec_prefix= | Neil Williams | |
2008-01-09 | volume_id: fix UUID raw buffer usage | Karel Zak | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||
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 | |