summaryrefslogtreecommitdiffstats
path: root/pyanaconda/storage/udev.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the storage module and replace it with blivet.David Lehman2013-01-281-737/+0
* Move tsort, platform, and baseudev into storage.David Lehman2013-01-281-2/+67
* Remove unused functions and move storage-specific utils to storage.David Lehman2013-01-281-2/+2
* Fix detection of partitioned md devices. (#866519)David Lehman2012-11-011-3/+1
* Apparently necessary kpartx changes (#867593)David Lehman2012-11-011-14/+3
* Remove our use of scsi_wait_scan (#858393).Chris Lumens2012-09-191-5/+0
* Add support for named md devices.David Lehman2012-08-301-1/+8
* iscsi: fall back to session initiator name for null offload name (#836307)Radek Vykydal2012-07-121-0/+5
* Find initiator name for partial offload iscsi bnx2i devices (#830756)Radek Vykydal2012-06-261-3/+5
* Handle offload qla4xxx iscsi devices properly (#823810)Radek Vykydal2012-06-261-3/+25
* Fix parsing of iscsi iface udev info for offload devices (#811426)Radek Vykydal2012-05-041-3/+10
* iscsi: add iface binding support to iscsi device class (nic) (#500273)Radek Vykydal2012-03-071-0/+6
* Add a separate function to get an LV's VG name.David Lehman2012-02-011-0/+3
* DM_VG_NAME tells an LV's VG, not the VG a PV belongs to. (#772878)David Lehman2012-01-251-1/+1
* fcoe: handle Broadcom fcoe devices correctly.Ales Kozumplik2011-09-191-0/+30
* Fix udev_device_is_md.David Lehman2011-03-041-6/+3
* Include the livecd OS image devices in the device tree.David Lehman2011-01-111-2/+8
* Include file-backed loop devices in the device tree.David Lehman2011-01-111-0/+5
* support for partial offload in udev_*_iscsi() functions.Ales Kozumplik2010-12-031-6/+39
* Remove unused udev_device_is_{multipath,dmraid}_partition functions.David Lehman2010-12-021-15/+0
* Add support for detecting already-active lvm.David Lehman2010-12-021-1/+1
* Make it possible to ignore md-fwraid member disks.David Lehman2010-12-021-2/+7
* Add support for installing onto block device image files.David Lehman2010-12-021-1/+1
* Generalize some of the device-mapper partition handling.David Lehman2010-12-021-1/+12
* Properly identify device-mapper partitions set up by kpartx. (#644616)David Lehman2010-10-191-1/+7
* filtering UI: don't be picky about udev wwid length.Ales Kozumplik2010-08-261-13/+1
* Use ID_SERIAL_RAW for multipath, if available (#626842).Chris Lumens2010-08-251-1/+1
* Fix comparison between /dev/disk/* paths and udev symlinks (#621515).Chris Lumens2010-08-231-1/+5
* mpath: add MultipathDevices first, before their partitions.Ales Kozumplik2010-08-061-3/+5
* Clarify name of function that identifies biosraid member devices.David Lehman2010-07-291-1/+1
* Use dm subsystem functions to identify dmraid,mpath partitions.David Lehman2010-07-291-33/+10
* Add functions to identify specific types of device-mapper devices.David Lehman2010-07-291-0/+35
* Handle serial = None in the right place (#613623).Chris Lumens2010-07-121-1/+4
* Handle 16 digit hex strings for ID_SERIAL_SHORT (#611554)David Cantrell2010-07-081-2/+3
* modules: necessary changes to the import statements under storage/Ales Kozumplik2010-06-231-2/+2
* Fall back on regular device name (#604776)David Cantrell2010-06-161-1/+1
* Handle FCoE over vlan properly (#486244)Hans de Goede2010-06-091-12/+39
* Structure the repo layout so it matches final structure better and make isys ...Martin Sivak2010-05-311-0/+523