Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-22 | write_cd_rules: set default link type to "by-id" for usb and ieee1394 devices | Matthias Schwarzott | |
2007-03-21 | release 107 | Kay Sievers | |
2007-03-21 | update Debian rules | Marco d'Itri | |
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-21 | udevinfo: print link priority | Kay Sievers | |
2007-03-21 | udevtest: add --force mode | Kay Sievers | |
2007-03-21 | update SUSE rules | Kay Sievers | |
2007-03-19 | man: add "link_priority" option | Kay Sievers | |
2007-03-19 | update TODO | Kay Sievers | |
2007-03-19 | if a node goes away, possibly restore a waiting symlink | Kay Sievers | |
2007-03-19 | update %n on netif name change | Kay Sievers | |
2007-03-18 | udevinfo: remove -d option | Kay Sievers | |
2007-03-18 | volume_id: get rid of compiler warning | Kay Sievers | |
2007-03-18 | priority based symlink handling | Kay Sievers | |
Symlinks can have priorities now, the priority is assigned to the device and specified with OPTIONS="link_priority=100". Devices with higher priorities overwrite the symlinks of devices with lower priorities. If the device, that currently owns the link goes away, the symlink will be removed, and recreated, pointing to the next device with the highest actual priority. This should solve the issue, that inserting an USB-stick may overwrite the /dev/disk/by-id/-link of another disk, and removes the entire link after the USB-stick is disconnected. If no priorities are specified, the new link will overwrite the current one, and if the device goes away, it will restore the old link. It should be possible to assign lower priorities to removable devices, if needed. In multipath setups, we see several devices, which all connect to the same volume, and therefore all try to create the same metadata-links. The different path-devices are combined into one device-mapper device, which also contains the same metadata. It should be possible, to assign multipath-table device-mapper devices a higher priority, so path-devices that appear and disappear, will not overwrite or delete the device-mapper device links. | |||
2007-03-17 | read list of devices from index, make index private to database | Kay Sievers | |
2007-03-16 | remove old error message | Kay Sievers | |
2007-03-16 | selinux: move selinux_exit() to the main programs | Kay Sievers | |
2007-03-16 | cleanup already existing db-entries and db-index on device update | Kay Sievers | |
2007-03-16 | pick actual valid device in udev_db_lookup_name | Kay Sievers | |
2007-03-16 | add link_priority to rule options, and store it in database | Kay Sievers | |
2007-03-16 | store devpath with the usual leading slash | Kay Sievers | |
2007-03-16 | udevtest: export UDEV_LOG if we changed it | Jean Tourrilhes | |
2007-03-15 | udevmonitor: fix swapped event switch descriptions | Matthias Schwarzott | |
2007-03-15 | restore overwritten symlinks when the device goes away | Kay Sievers | |
2007-03-15 | maintain index over device-names to devpath relation | Kay Sievers | |
2007-03-15 | increase /proc/stat buffer | Kay Sievers | |
2007-03-15 | update internal variables if we see $DEVPATH during IMPORT | Kay Sievers | |
2007-03-14 | encode db-file names, instead of just replacing '/' | Kay Sievers | |
2007-03-13 | udevd: cleanup std{in,our,err} on startup | Matthias Schwarzott | |
It occurs, when root-partition has no /dev/console, meaning that kernel could not open it, and such udevd is started without open filedescriptors 0 1 2. In that case udevd openes its sockets (netlink and control). They get fds between 0 and 2. Later duping /dev/null to 0 1 2 closes the sockets and replaces them with /dev/null. The error condition can also be reproduced by starting udevd with this command-line: udevd --daemon <&- >&- 2>&- | |||
2007-03-13 | update Gentoo rules | 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-12 | update Fedora rules | Kay Sievers | |
2007-03-11 | default rules: wait for 0:0:0:0 scsi devices only | Kay Sievers | |
2007-03-10 | udevmonitor: add switch for kernel and udev events | Kay Sievers | |
2007-03-08 | man: spelling fixes | Kay Sievers | |
Thanks to Robert P. J. Day. | |||
2007-03-08 | create_floppy_devices: apply specified mode without umask | Kay Sievers | |
2007-03-07 | man: fix typo | Kay Sievers | |
2007-03-07 | man: add missing options to various man pages | Kay Sievers | |
2007-03-03 | release 106 | Kay Sievers | |
2007-02-28 | remove dead rule in persistent tape rules | Kay Sievers | |
Thanks to Matthias Schwarzott for spotting this. | |||
2007-02-27 | persistent device naming: tape devices and medium changers | Jamie Wellnitz | |
This adds persistent symlinks for nst tape devices to the example rules. The symlinks live under /dev/tape/by-id/. Signed-off-by: Jamie Wellnitz <Jamie.Wellnitz@emulex.com> | |||
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-25 | man: add note about parent matching behavior | Kay Sievers | |
2007-02-25 | add test for an attribute which contains an operator char | Kay Sievers | |
2007-02-25 | fix udev attribute names with a colon | Theodoros V. Kalamatianos | |
2007-02-24 | remove --version from the udevinfo man page | Kay Sievers | |
We have: udevd --version now, which is always available, unlike udevinfo which is installed in /usr. | |||
2007-02-24 | add option --version to udevd | Matthias Schwarzott | |
2007-02-24 | update DRIVER== changes | Kay Sievers | |