Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-07 | vol_id: do not fail if unable to drop privileges | David Zeuthen | |
2007-05-29 | scsi_id: fix typo in help text | Kay Sievers | |
2007-05-29 | path_id: skip subsystem directory | Kay Sievers | |
2007-05-25 | scsi_id: add long options | Kay Sievers | |
2007-05-25 | cciss device support | Hannes Reinecke | |
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 | scsi_id: do not install symlink in /sbin | 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-15 | create_floppy_devices: remove dead "unlink" code | Kay Sievers | |
2007-05-13 | path_id: remove on make uninstall | Miklos Vajna | |
2007-05-13 | create_floppy_devices: add man page | Miklos Vajna | |
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-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 | |