summaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Collapse)Author
2007-07-22libvolume_id: use /usr/$libdir in pc fileKay Sievers
2007-07-08volume_id: ext4 detectionKay Sievers
2007-06-25rules_generator: remove executable flag from include fileKay Sievers
2007-06-07vol_id: do not fail if unable to drop privilegesDavid Zeuthen
2007-05-29scsi_id: fix typo in help textKay Sievers
2007-05-29path_id: skip subsystem directoryKay Sievers
2007-05-25scsi_id: add long optionsKay Sievers
2007-05-25cciss device supportHannes Reinecke
2007-05-25volume_id: support for long-filename based labelsRyan Lortie
2007-05-25volume_id: terminate overlong label stringsKay Sievers
2007-05-21scsi_id: do not install symlink in /sbinKay Sievers
2007-05-21volume_id: escape % characterKay Sievers
2007-05-17vol_id: export encoded stringsKay Sievers
2007-05-17volume_id: add and export string encoding functionKay 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-17replace_chars: replace spaces in node nameKay Sievers
2007-05-15volume_id: add function documentationKay Sievers
2007-05-15create_floppy_devices: remove dead "unlink" codeKay Sievers
2007-05-13path_id: remove on make uninstallMiklos Vajna
2007-05-13create_floppy_devices: add man pageMiklos Vajna
2007-05-10volume_id: vol_id depends on libvolume_idKay Sievers
2007-05-09volume_id: add remaining names for prober lookup by typeKay Sievers
2007-05-08vol_id: use libvolume_id prober list for --probe-allKay Sievers
2007-05-08volume_id: give access to list of all available probersKay Sievers
2007-05-06vol_id: add ID_FS_UUID_SAFEKay Sievers
2007-05-06volume_id: rename UUID_64BIT_LE/BEKay Sievers
2007-05-04vol_id: README updateKay Sievers
2007-05-04volume_id: add DDF supportKay Sievers
2007-05-04volume_id: add internal UUID_STRINGKay Sievers
2007-05-03volume_id: fix Makefile for parallel makeMatthias Schwarzott
2007-05-03vol_id: use volume_id_get_*Kay Sievers
2007-05-03volume_id: add volume_id_get_* functionsKay 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-03vol_id: use long optionsKay Sievers
2007-05-03volume_id: use md native uuid formatKay Sievers
2007-05-01ata_id: use getopt_long()Kay Sievers
2007-05-01usb_id: add <devpath> to help textKay Sievers
2007-04-29ata_id: don't log error for libata devices on older kernelsMatthias Schwarzott
2007-04-28volume_id: minix version 3 supportKay Sievers
2007-04-28volume_id: old md metadata has only 32 bit for the uuidKay Sievers
2007-04-26volume_id: ext - fix endianess in version numberKay Sievers
2007-04-24volume_id: add md metadata 1.0, 1.1, 1.2 supportKay Sievers
2007-04-24remove eventrecorder.shKay Sievers
2007-04-23libvolume_id: do not install static libraryKay Sievers
2007-04-22path_id: remove broken exampleKay Sievers
2007-04-22path_id: add man pageVMiklos
2007-04-12create_floppy_devices: create nodes with correct selinux contextHarald Hoyer
2007-03-28finally remove the directory event-multiplexer crapKay Sievers
2007-03-22write_cd_rules: set default link type to "by-id" for usb and ieee1394 devicesMatthias Schwarzott
2007-03-21run_directory: add final warning before removalKay Sievers
2007-03-21usb_id: append target:lun to storage device serialKay 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-18volume_id: get rid of compiler warningKay Sievers