Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-08 | path_id: delete old shell script | Kay Sievers | |
Removed with this is SAS disk support which never really worked properly, and legacy IDE disk support, which can be re-implemented if needed. | |||
2009-06-08 | path_id: add iscsi support | Kay Sievers | |
2009-06-08 | path_id: handle fibre channel | Kay Sievers | |
2009-06-06 | path_id: implement in C using libudev | Kay Sievers | |
2009-06-04 | rules: do not call path_id for virtual devices | Kay Sievers | |
2009-05-11 | delete vol_id and require util-linux-ng's blkid | Kay Sievers | |
2009-04-21 | cdrom_id: add and use ID_CDROM_MEDIA to decide if we run vol_id | Kay Sievers | |
Some broken mobile phones offer a faked cdrom drive with a media without any tracks. | |||
2009-03-25 | rules: replace IDE driver with media match | Kay Sievers | |
2009-03-23 | rules: remove ram* from persisten disk links blacklist | Kay Sievers | |
2009-03-23 | rules: exclude mtd* from persistent disk links | David Brownell | |
2009-03-22 | rules: rename ide-floppy to ide-gd | Borislav Petkov | |
The driver's name changed in the 2.6.28 timeframe. | |||
2009-02-16 | rules: include loop block devices in persistent links | Kay Sievers | |
2009-02-11 | rules: move OPTIONS to separate rule | Kay Sievers | |
A failing IMPORT+ match would prevent the OPTIONS+= action from being applied. | |||
2009-02-11 | rules: update persistent storage rules to use inotify watches | Scott James Remnant | |
2008-12-02 | rules: ATA_COMPAT do not try to match on sr*, it will never have vendor ATA | Kay Sievers | |
2008-11-28 | rules: fix cciss disk/by-id/ links | Kay Sievers | |
2008-11-25 | rules: exclude "btibm" devices from vol_id calls | Kay Sievers | |
2008-11-19 | rules: add persistent rules for memory stick block devices | Harald Hoyer | |
commit 5a9aed145ac0ffb3e29b1c8e0f19b34e277f9117 Author: Harald Hoyer <harald@redhat.com> Date: Wed Nov 19 11:22:30 2008 +0100 added persistent rules for memory stick block devices | |||
2008-11-13 | rules: remove DEVTYPE disk/partition | Kay Sievers | |
2008-10-01 | rules: ieee1394 - create both, by-id/scsi-* and by-id/ieee-* links | Kay Sievers | |
2008-08-22 | rules: optical drives - probe at last session offset, do not probe for raid | Kay Sievers | |
2008-08-02 | rules: run vol_id on opticals only if media is found | Kay Sievers | |
Opening an optical drive device node without O_NONBLOCK autocloses the tray, we run vol_id on every media change by kernel emitted "change" events, which can make it hard to change the media when the tray closes immediatey again.:) We check for cdrom_id to indicate an existing track, if no media is found, we will not open the device with vol_id. Thanks to Christian Krause and DavidZ for debugging and testing. | |||
2008-07-18 | move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/ | Kay Sievers | |
None of these rules is supposed to be changed by users, so move them out of /etc. Custom rules, and automatically generated rules stay in /etc. All rules are still processed in lexical order, regardless which directory they live in. |