Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-23 | update SUSE rules | 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-19 | udevd: fix serialization of events | Kay Sievers | |
We see sequences like: UEVENT[1176966403.907336] add@/block/dasda UDEV [1176966403.920359] add@/block/dasda UEVENT[1176966403.964379] add@/block/dasda/dasda1 UEVENT[1176966403.964438] add@/block/dasda/dasda2 UEVENT[1176966403.964483] online@/block/dasda UEVENT[1176966403.964519] online@/block/dasda/dasda1 UEVENT[1176966403.964555] online@/block/dasda/dasda2 UDEV [1176966403.967413] add@/block/dasda/dasda1 UDEV [1176966403.968719] add@/block/dasda/dasda2 UDEV [1176966403.974750] online@/block/dasda/dasda1 UDEV [1176966403.982241] online@/block/dasda/dasda2 UDEV [1176966403.999847] online@/block/dasda where the event for the disk (last event) should come before the events for the partitons. We skipped events for dependency reasons, but the dependency check for later events did not see the skipped events. | |||
2007-04-12 | create_path: don't fail if something else created the directory | Kay Sievers | |
Thanks to Jeremy for the patch. | |||
2007-04-12 | persistent device naming: add joystick links | Matthias Schwarzott | |
2007-04-12 | update Gentoo rules | Matthias Schwarzott | |
2007-04-12 | create_floppy_devices: create nodes with correct selinux context | Harald Hoyer | |
2007-04-06 | default rules: add libata compat links | Kay Sievers | |
2007-04-06 | udevinfo: export all information stored in database | Kay Sievers | |
2007-04-06 | udevtest: import uevent variables if possible | Kay Sievers | |
2007-03-31 | make ACTION!="add|change" working | Kay Sievers | |
Thanks to Scott for the suggestion. | |||
2007-03-31 | update SUSE rules | Kay Sievers | |
2007-03-31 | udevtest: export ACTION string if given as option | Kay Sievers | |
2007-03-28 | release 108 | Kay Sievers | |
2007-03-28 | finally remove the directory event-multiplexer crap | Kay Sievers | |
2007-03-28 | update Gentoo rules | Matthias Schwarzott | |
2007-03-23 | udevsettle: read udev not kernel seqnum first | Pozsar Balazs | |
2007-03-23 | don't write to sysfs files during test run | Kay Sievers | |
2007-03-23 | udevinfo: relax check for the correct device if looked up by name | 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 | 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 | |