index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
storage
/
udev.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
ID_BUS is not always defined (on virt, for instance) so handle that.
Chris Lumens
2010-01-06
1
-1
/
+1
*
Add udev_device_get_path.
Chris Lumens
2009-12-18
1
-7
/
+10
*
Add a method to determine whether a device is a CCISS RAID device.
Chris Lumens
2009-12-11
1
-0
/
+4
*
Add a method to return a device's WWID.
Chris Lumens
2009-12-11
1
-0
/
+14
*
Add a method to get the bus/interconnect from udev and store it on devices.
Chris Lumens
2009-12-11
1
-0
/
+4
*
Add a vendor getting udev method, though udev doesn't always know it.
Chris Lumens
2009-12-11
1
-0
/
+4
*
Rework udev_settle timeout handling (#544177)
Hans de Goede
2009-12-10
1
-1
/
+1
*
Add a function that determines which devices match a given shell glob.
Chris Lumens
2009-11-20
1
-0
/
+19
*
Extend udev_resolve_devspec to allow specifying devices in more ways.
Chris Lumens
2009-11-20
1
-3
/
+7
*
Fix DASD and zFCP device discovery (#530287).
David Cantrell
2009-10-26
1
-1
/
+1
*
Mark live device as protected instead of ignoring it. (#517260)
David Lehman
2009-10-20
1
-12
/
+0
*
Collect DASD kernel parameter information during device tree scan (#526354).
David Cantrell
2009-10-15
1
-0
/
+15
*
Add dracutSetupString() method to ZFCPDiskDevice (#526354).
David Cantrell
2009-10-15
1
-0
/
+42
*
Add udev_device_is_dasd() to detect DASD devices.
David Cantrell
2009-10-07
1
-0
/
+8
*
Add function udev_device_get_lv_attr to retrieve lv attribute strings.
David Lehman
2009-09-21
1
-0
/
+8
*
Don't scan stopped md devices
Hans de Goede
2009-09-15
1
-0
/
+10
*
Make udev_get_block_device() return None on failure
Hans de Goede
2009-09-15
1
-1
/
+1
*
Write mdadm.conf lines for mdraid container formats (imsm)
Hans de Goede
2009-09-15
1
-0
/
+3
*
Fix 55:udev_resolve_devspec: Using possibly undefined loop variable 'dev'
Hans de Goede
2009-09-01
1
-1
/
+1
*
Don't try to multipath CD devices. (#516362)
Peter Jones
2009-08-10
1
-0
/
+2
*
Recognize mpath devices when we see them.
Peter Jones
2009-08-06
1
-0
/
+36
*
Move basic udev methods out of the storage module (#514592).
Chris Lumens
2009-08-04
1
-100
/
+17
*
Not all udev info blocks return a name, so provide a way to ignore it.
Chris Lumens
2009-07-29
1
-2
/
+2
*
Don't split values for keys including MODEL or VENDOR.
Chris Lumens
2009-07-29
1
-1
/
+3
*
Move the decision to ignore the results of udev_parse_block_entry up.
Chris Lumens
2009-07-29
1
-6
/
+7
*
Add support for biosraid using mdadm
Hans de Goede
2009-07-09
1
-3
/
+6
*
Reverse: "Support for MD containers"
Hans de Goede
2009-07-09
1
-4
/
+0
*
Add FCoE support to storage/udev.py
Hans de Goede
2009-07-02
1
-0
/
+27
*
Add function storage.udev.udev_resolve_devspec.
David Lehman
2009-07-01
1
-0
/
+23
*
Support for MD containers.
Jacek Danecki
2009-06-22
1
-2
/
+7
*
It's 2009, let's ignore floppy drives now (#493338, #493377).
Chris Lumens
2009-04-01
1
-1
/
+1
*
Fixes of errors shown by pylint that didn't get into the beta build.
Martin Gracik
2009-03-31
1
-5
/
+3
*
Increase udev_settle timeout in udev_get_block_devices. (#492049)
David Lehman
2009-03-30
1
-1
/
+1
*
Fix up checking for live image backing
Jeremy Katz
2009-03-19
1
-0
/
+2
*
Add more blacklisting
Jeremy Katz
2009-03-19
1
-0
/
+7
*
Blacklist the live image backing device
Jeremy Katz
2009-03-19
1
-0
/
+10
*
Move blockdev blacklisting to be a function
Jeremy Katz
2009-03-19
1
-1
/
+8
*
Get iscsi going with the new storage code
Hans de Goede
2009-03-17
1
-0
/
+30
*
various dmraid fixes.
Joel Granados Moreno
2009-03-06
1
-3
/
+3
*
Add dmraid functionality to new storage code.
Joel Granados Moreno
2009-03-06
1
-0
/
+33
*
Fix check for multiple values in udev env lines.
David Lehman
2009-03-02
1
-1
/
+1
*
Handle env vars in udev_device_get_lv_sizes()
David Cantrell
2009-03-02
1
-1
/
+1
*
Lots of minor fixes and cleanups. A non-exhaustive list follows.
David Lehman
2009-02-27
1
-1
/
+0
*
Clean up imports, fix some minor errors, remove old test code.
David Lehman
2009-02-23
1
-0
/
+1
*
Replace old storage modules.
David Lehman
2009-02-23
1
-0
/
+273