Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05-01 | ata_id: use getopt_long() | Kay Sievers | |
2007-05-01 | usb_id: add <devpath> to help text | Kay Sievers | |
2007-04-29 | ata_id: don't log error for libata devices on older kernels | Matthias Schwarzott | |
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-24 | remove eventrecorder.sh | Kay Sievers | |
2007-04-23 | libvolume_id: do not install static library | Kay Sievers | |
2007-04-22 | path_id: remove broken example | Kay Sievers | |
2007-04-22 | path_id: add man page | VMiklos | |
2007-04-12 | create_floppy_devices: create nodes with correct selinux context | Harald Hoyer | |
2007-03-28 | finally remove the directory event-multiplexer crap | Kay Sievers | |
2007-03-22 | write_cd_rules: set default link type to "by-id" for usb and ieee1394 devices | Matthias Schwarzott | |
2007-03-21 | run_directory: add final warning before removal | Kay Sievers | |
2007-03-21 | usb_id: append target:lun to storage device serial | Kay Sievers | |
Some broken usb-storage devices implement multiple luns with all the same SCSI identifiers. Append the target:lun to get unique names in /dev/disk/by-id/. | |||
2007-03-18 | volume_id: get rid of compiler warning | Kay Sievers | |
2007-03-12 | delete dasd_id, it moved to s390-tools | Kay Sievers | |
These s390-tools-1.6.0 (applicable for the "October 2005 stream") replace s390-tools-1.5.4. New tools: * tape390_crypt: Tool to control and query crypto settings for 3592 zSeries tape devices. * mon_fsstatd: Daemon that writes filesystem utilization data to the z/VM monitor stream. * dumpconf: Allows to configure the dump device used for system dump in case a kernel panic occurs. * dasdinfo: Display unique DASD ID, either uid or volser. * 59-dasd.rules: udev rules for unique DASD device nodes created in /dev/disk/. http://www.ibm.com/developerworks/linux/linux390/s390-tools-1.6.0.html | |||
2007-03-08 | create_floppy_devices: apply specified mode without umask | Kay Sievers | |
2007-02-26 | rule_generator: fix for creating rules on read-only filesystem | Matthias Schwarzott | |
2007-02-25 | scsi_id: accept tabs in /etc/scsi_id.conf | Kay Sievers | |
2007-02-24 | update DRIVER== changes | Kay Sievers | |
2007-02-14 | create_floppy_devices: add option for owner/group | Kay Sievers | |
2007-02-05 | path_id: append LUN to iSCSI path | 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-28 | man: fix typos in scsi_id and udevd | A. Costa | |
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 | correct typo in extras/scsi_id/scsi_id.conf | Matthias Schwarzott | |
2007-01-21 | fix INSTALL_PROGRAM vs. INSTALL_SCRIPT | Peter Breitenlohner | |
2006-11-27 | scsi_id: remove trailing garbage from ID_SERIAL_SHORT | Marco d'Itri | |
2006-11-27 | write_cd_rules: identity-based persistence | Marco d'Itri | |
Bryan Kadzban wrote: > Marco d'Itri wrote: > > Bryan Kadzban wrote: > > > > > This is a sort of follow-up of my path-based persistence patch for > > > net devices; it's the opposite type of addition for CD symlinks. > > > > Looks good. I am attaching a slightly reformatted version, I think it > > should be applied. > > That's probably a lot more clear than my version anyway: what you posted > looks like it does basically the same thing, just with some changes in > the order and sense of checks. | |||
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-10-10 | scsi_id: export ID_SERIAL_SHORT without vendor/product | Kay Sievers | |
2006-10-02 | path_id: fix SAS disk handling | MUNEDA Takahiro | |