Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2006-09-23 | add IMPORT operations to the udev man page | Bryan Kadzban | |
2006-09-12 | volume_id: correct iso9660 high sierra header | Kay Sievers | |
Thanks to David Härdeman. | |||
2006-09-09 | rule_generator: improve net rule comment generation | Kay Sievers | |
2006-09-05 | add persistent rules generator for net devices and optical drives | Marco d'Itri | |
2006-09-05 | remove broken name_cdrom.pl | Kay Sievers | |
We never get an event on media change, so this script can't work. | |||
2006-09-05 | cdrom_id: add rules file to call cdrom_id | Kay Sievers | |
2006-08-28 | update source file headers | Kay Sievers | |
2006-08-20 | vol_id: use primary group of 'nobody' instead of 'nogroup' | Kay Sievers | |
This fixes a Fedora issue not having the group 'nogroup'. | |||
2006-08-20 | volume_id: add suspend partition detection | Kay Sievers | |
Based on a patch from: Scott James Remnant <scott@ubuntu.com> | |||
2006-08-19 | consistent 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-15 | volume_id: fix fat32 cluster chain traversal | Lennart Poettering | |
2006-08-05 | switch ifdef __KLIBC__ to ifndef __GLIBC__ | Kay Sievers | |
2006-08-05 | libvolume_id: read ufs2 label | Kay Sievers | |
Taken from the FreeBSD HAL repository. | |||
2006-07-29 | refresh vol_id man page | Kay Sievers | |
2006-07-29 | path_id: fix an harmless syntax error | Marco d'Itri | |
2006-07-25 | libvolume_id: add parameter 'size' to all probe functions | Kay Sievers | |
2006-07-13 | vol_id: add --skip-raid and --probe-all option | Kay Sievers | |
2006-07-11 | firmware.sh: remove needless '/' | Kay Sievers | |
2006-07-09 | path_id: prepare for new sysfs layout | Kay Sievers | |
2006-07-04 | Makefiles: fix .PHONY for man page target | Kay Sievers | |
Thanks to David Härdeman for pointing it out. | |||
2006-07-03 | netif rename: optimistic loop for the name to become free | Kay Sievers | |
Parts from Ubuntu's 70-ifrename.patch. | |||
2006-05-30 | libvolume_id: gfs + gfs2 support | Kay Sievers | |
Patch from Red Hat. | |||
2006-05-28 | replace binary firmware helper with shell script | Kay Sievers | |
2006-05-26 | path_id: prevent endless loop for SAS devices on older kernels | Kay Sievers | |
2006-05-23 | path_id: add support for iSCSI devices | Hannes Reinecke | |
2006-05-15 | libvolume_id: add more software raid signatures | Kay Sievers | |
2006-05-13 | libvolume_id: fat - check for signature at end of sector | Kay Sievers | |
2006-05-12 | libvolume_id: nss - use different uuid | Kay Sievers | |