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
/
devicetree.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Honor ignoredisk --only-use. (#514353)
David Lehman
2009-09-22
1
-0
/
+6
*
Add handling for snapshot and mirrored logical volumes to DeviceTree.
David Lehman
2009-09-21
1
-2
/
+48
*
Write mdadm.conf lines for mdraid container formats (imsm)
Hans de Goede
2009-09-15
1
-4
/
+11
*
write iscsi initiator name to kernel cmdline in grub.conf for dracut
Hans de Goede
2009-09-15
1
-0
/
+1
*
Include device id in log lines since partitions can get renumbered.
David Lehman
2009-09-11
1
-4
/
+6
*
Don't try to preserve old format attrs when reinitializing pvs.
David Lehman
2009-09-11
1
-3
/
+1
*
Get DMRaidArrayDevice's a DiskLabel format when they are added to the tree
Hans de Goede
2009-09-10
1
-0
/
+7
*
Recheck if a partition should be ignored after getting its disk (#518971)
Hans de Goede
2009-09-02
1
-0
/
+8
*
Don't identify multi lun usb card readers as multipath (#517603)
Hans de Goede
2009-09-02
1
-0
/
+14
*
Device class does not have a path member
Hans de Goede
2009-09-02
1
-3
/
+3
*
Ignore partitions belonging to disks we've reinitialized.
David Lehman
2009-08-28
1
-0
/
+6
*
Handle newly initialized disklabels whether via ks or prompt. (#519235)
David Lehman
2009-08-28
1
-20
/
+20
*
Fix some indentation in the disklabel initialization block.
David Lehman
2009-08-28
1
-12
/
+12
*
Use the path instead of the name for the questionInitialize function. (#517926)
Joel Granados Moreno
2009-08-26
1
-10
/
+8
*
Clean up management of extended partitions we create. (#497293)
David Lehman
2009-08-17
1
-0
/
+8
*
Don't use StorageDevice for partitions w/ biosraid formatting. (#504002)
David Lehman
2009-08-17
1
-1
/
+1
*
Change all disklabel manipulations to use the DiskLabel format class.
David Lehman
2009-08-17
1
-132
/
+110
*
Fix ordering on device list returned from identifyMultipaths()
Peter Jones
2009-08-13
1
-4
/
+22
*
Fix typo in mpath support.
Peter Jones
2009-08-13
1
-1
/
+1
*
Fix syntax error in identifyMultipaths()
David Cantrell
2009-08-10
1
-1
/
+1
*
Don't try to multipath CD devices. (#516362)
Peter Jones
2009-08-10
1
-1
/
+2
*
Make all sysfs path's be _without_ /sys prefix (#516168)
Hans de Goede
2009-08-07
1
-4
/
+3
*
Recognize mpath devices when we see them.
Peter Jones
2009-08-06
1
-24
/
+149
*
Make questionInitializeDisk() somewhat less ugly.
Peter Jones
2009-08-06
1
-6
/
+9
*
Differentiate between ibft discovered and manually added iscsi disks
Hans de Goede
2009-08-04
1
-0
/
+1
*
Store iscsi node pointer in iScsiDiskDevice objects
Hans de Goede
2009-08-04
1
-4
/
+6
*
Make sure we have a device before check if it's protected. (#510033)
David Lehman
2009-07-21
1
-1
/
+1
*
Support multiple fstab entries of a single nodev fstype. (#505969)
David Lehman
2009-07-21
1
-2
/
+4
*
Change DeviceTree.devices from a dict to a list.
David Lehman
2009-07-21
1
-9
/
+26
*
When ignoring partitions make sure lvm also ignores them
Hans de Goede
2009-07-15
1
-0
/
+2
*
Display drive model and size in MB in partitioning UI (#460697)
David Cantrell
2009-07-13
1
-3
/
+17
*
Add support for biosraid using mdadm
Hans de Goede
2009-07-09
1
-6
/
+8
*
Reverse: "Support for MD containers"
Hans de Goede
2009-07-09
1
-70
/
+0
*
When all udev_is-foo() checks fail return instead of backtracing
Hans de Goede
2009-07-09
1
-0
/
+3
*
Add FCoE disks to the devicetree with a type of FcoeDiskDevice
Hans de Goede
2009-07-02
1
-0
/
+5
*
Update code that checks for devices that contain install media.
David Lehman
2009-07-01
1
-2
/
+2
*
Rework tracking of devices containing installation media. (#497087)
David Lehman
2009-07-01
1
-4
/
+21
*
Prevent false positives in devtree's device lookup methods.
David Lehman
2009-07-01
1
-0
/
+12
*
Skip exceptionDisks if exception originated in devtree.populate. (#497240)
David Lehman
2009-07-01
1
-0
/
+10
*
Support for MD containers.
Jacek Danecki
2009-06-22
1
-0
/
+70
*
Fix a typo in action sorting for resize actions (fs vs. device). (#501000)
David Lehman
2009-05-31
1
-1
/
+1
*
Create and use unique ids for Device instances. (#500808)
David Lehman
2009-05-28
1
-16
/
+21
*
Adjust remaining PartitionDevices' names after removing a partition.
David Lehman
2009-05-28
1
-0
/
+8
*
Put some space in that big scary warning.
Chris Lumens
2009-05-21
1
-1
/
+1
*
We are not guaranteed to have a partedDisk in the udev code (#501556, #501428).
Chris Lumens
2009-05-19
1
-1
/
+1
*
Fix indentation of line to remove cancelled actions from the list. (#500932)
David Lehman
2009-05-15
1
-1
/
+2
*
Fix detection of cciss disks (#499408)
Doug Chapman
2009-05-15
1
-0
/
+1
*
Ignore unrecognized device-mapper devices we find. (#499967)
David Lehman
2009-05-14
1
-3
/
+1
*
Add the partition table partition after initializing (#498602).
Chris Lumens
2009-05-14
1
-0
/
+9
*
Check if we'll clear a partition after setting its format attr. (#499251)
David Lehman
2009-05-06
1
-3
/
+7
[next]