summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-23update SUSE rulesKay 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-19udevd: fix serialization of eventsKay 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-12create_path: don't fail if something else created the directoryKay Sievers
Thanks to Jeremy for the patch.
2007-04-12persistent device naming: add joystick linksMatthias Schwarzott
2007-04-12update Gentoo rulesMatthias Schwarzott
2007-04-12create_floppy_devices: create nodes with correct selinux contextHarald Hoyer
2007-04-06default rules: add libata compat linksKay Sievers
2007-04-06udevinfo: export all information stored in databaseKay Sievers
2007-04-06udevtest: import uevent variables if possibleKay Sievers
2007-03-31make ACTION!="add|change" workingKay Sievers
Thanks to Scott for the suggestion.
2007-03-31update SUSE rulesKay Sievers
2007-03-31udevtest: export ACTION string if given as optionKay Sievers
2007-03-28release 108Kay Sievers
2007-03-28finally remove the directory event-multiplexer crapKay Sievers
2007-03-28update Gentoo rulesMatthias Schwarzott
2007-03-23udevsettle: read udev not kernel seqnum firstPozsar Balazs
2007-03-23don't write to sysfs files during test runKay Sievers
2007-03-23udevinfo: relax check for the correct device if looked up by nameKay Sievers
2007-03-22write_cd_rules: set default link type to "by-id" for usb and ieee1394 devicesMatthias Schwarzott
2007-03-21release 107Kay Sievers
2007-03-21update Debian rulesMarco d'Itri
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-21udevinfo: print link priorityKay Sievers
2007-03-21udevtest: add --force modeKay Sievers
2007-03-21update SUSE rulesKay Sievers
2007-03-19man: add "link_priority" optionKay Sievers
2007-03-19update TODOKay Sievers
2007-03-19if a node goes away, possibly restore a waiting symlinkKay Sievers
2007-03-19update %n on netif name changeKay Sievers
2007-03-18udevinfo: remove -d optionKay Sievers
2007-03-18volume_id: get rid of compiler warningKay Sievers
2007-03-18priority based symlink handlingKay 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-17read list of devices from index, make index private to databaseKay Sievers
2007-03-16remove old error messageKay Sievers
2007-03-16selinux: move selinux_exit() to the main programsKay Sievers
2007-03-16cleanup already existing db-entries and db-index on device updateKay Sievers
2007-03-16pick actual valid device in udev_db_lookup_nameKay Sievers
2007-03-16add link_priority to rule options, and store it in databaseKay Sievers
2007-03-16store devpath with the usual leading slashKay Sievers
2007-03-16udevtest: export UDEV_LOG if we changed itJean Tourrilhes
2007-03-15udevmonitor: fix swapped event switch descriptionsMatthias Schwarzott
2007-03-15restore overwritten symlinks when the device goes awayKay Sievers
2007-03-15maintain index over device-names to devpath relationKay Sievers
2007-03-15increase /proc/stat bufferKay Sievers
2007-03-15update internal variables if we see $DEVPATH during IMPORTKay Sievers
2007-03-14encode db-file names, instead of just replacing '/'Kay Sievers