summaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Collapse)Author
2007-03-12delete dasd_id, it moved to s390-toolsKay 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-08create_floppy_devices: apply specified mode without umaskKay Sievers
2007-02-26rule_generator: fix for creating rules on read-only filesystemMatthias Schwarzott
2007-02-25scsi_id: accept tabs in /etc/scsi_id.confKay Sievers
2007-02-24update DRIVER== changesKay Sievers
2007-02-14create_floppy_devices: add option for owner/groupKay Sievers
2007-02-05path_id: append LUN to iSCSI pathKay Sievers
2007-02-05man: correct udevinfo --export-dbKay Sievers
Thanks to: Matthias Schwarzott <zzam@gentoo.org>
2007-02-03volume_id: really fix endianess bug in linux_raid detectionKay 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-28man: fix typos in scsi_id and udevdA. Costa
2007-01-22vol_id: document -LAndrey Borzenkov
2007-01-21vol_id: add -L to print raw partition labelAndrey Borzenkov
2007-01-21correct typo in extras/scsi_id/scsi_id.confMatthias Schwarzott
2007-01-21fix INSTALL_PROGRAM vs. INSTALL_SCRIPTPeter Breitenlohner
2006-11-27scsi_id: remove trailing garbage from ID_SERIAL_SHORTMarco d'Itri
2006-11-27write_cd_rules: identity-based persistenceMarco 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-27man: recreate from xmlKay Sievers
2006-11-15volume_id: fix endianess bug in linux_raid detectionKay Sievers
2006-10-15volume_id: add comment about hfs uuid conversionKay Sievers
2006-10-13volume_id: add checksum check to via_raidKay Sievers
2006-10-10scsi_id: export ID_SERIAL_SHORT without vendor/productKay Sievers
2006-10-02path_id: fix SAS disk handlingMUNEDA Takahiro
2006-09-23add IMPORT operations to the udev man pageBryan Kadzban
2006-09-12volume_id: correct iso9660 high sierra headerKay Sievers
Thanks to David Härdeman.
2006-09-09rule_generator: improve net rule comment generationKay Sievers
2006-09-05add persistent rules generator for net devices and optical drivesMarco d'Itri
2006-09-05remove broken name_cdrom.plKay Sievers
We never get an event on media change, so this script can't work.
2006-09-05cdrom_id: add rules file to call cdrom_idKay Sievers
2006-08-28update source file headersKay Sievers
2006-08-20vol_id: use primary group of 'nobody' instead of 'nogroup'Kay Sievers
This fixes a Fedora issue not having the group 'nogroup'.
2006-08-20volume_id: add suspend partition detectionKay Sievers
Based on a patch from: Scott James Remnant <scott@ubuntu.com>
2006-08-19consistent key naming to match only the event device or include all parent ↵Kay Sievers
devices This scheme is more consistent and makes it obvious if a match happens against the event device only, or the full chain of parent devices. The old key names are now: BUS -> SUBSYSTEMS ID -> KERNELS SYSFS -> ATTRS DRIVER -> DRIVERS Match keys for the event device: KERNEL SUBSYSTEM ATTR DRIVER (in a future release, for now the same as DRIVERS) Match keys for all devices along the parent device chain: KERNELS SUBSYSTEMS ATTRS DRIVERS ID, BUS, SYSFS are no longer mentioned in the man page but still work. DRIVER must be converted to DRIVERS to match the new scheme. For now, an error is logged, if DRIVER is used. In a future release, the DRIVER key behaviour will change.
2006-08-15volume_id: fix fat32 cluster chain traversalLennart Poettering
2006-08-05switch ifdef __KLIBC__ to ifndef __GLIBC__Kay Sievers
2006-08-05libvolume_id: read ufs2 labelKay Sievers
Taken from the FreeBSD HAL repository.
2006-07-29refresh vol_id man pageKay Sievers
2006-07-29path_id: fix an harmless syntax errorMarco d'Itri
2006-07-25libvolume_id: add parameter 'size' to all probe functionsKay Sievers
2006-07-13vol_id: add --skip-raid and --probe-all optionKay Sievers
2006-07-11firmware.sh: remove needless '/'Kay Sievers
2006-07-09path_id: prepare for new sysfs layoutKay Sievers
2006-07-04Makefiles: fix .PHONY for man page targetKay Sievers
Thanks to David Härdeman for pointing it out.
2006-07-03netif rename: optimistic loop for the name to become freeKay Sievers
Parts from Ubuntu's 70-ifrename.patch.
2006-05-30libvolume_id: gfs + gfs2 supportKay Sievers
Patch from Red Hat.
2006-05-28replace binary firmware helper with shell scriptKay Sievers
2006-05-26path_id: prevent endless loop for SAS devices on older kernelsKay Sievers
2006-05-23path_id: add support for iSCSI devicesHannes Reinecke
2006-05-15libvolume_id: add more software raid signaturesKay Sievers
2006-05-13libvolume_id: fat - check for signature at end of sectorKay Sievers
2006-05-12libvolume_id: nss - use different uuidKay Sievers