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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Log calls to DiskLabel's commit and commitToDisk methods.
David Lehman
2009-11-12
1
-0
/
+4
*
Fix DiskLabel.status so it returns True, not self.partedDisk, when active.
David Lehman
2009-11-12
1
-1
/
+2
*
Write /etc/dasd.conf to target system on s390 (#533833).
David Cantrell
2009-11-12
4
-3
/
+31
*
Latest dracut has new syntax for rd_DASD.
David Cantrell
2009-11-12
1
-23
/
+5
*
Handle case of not enough space in VG more gracefully. (#533797)
David Lehman
2009-11-12
1
-1
/
+5
*
Make sure partitioning-related drive lists are sorted properly. (#534065)
David Lehman
2009-11-12
2
-1
/
+3
*
Leave one free logical block before each logical partition.
David Lehman
2009-11-11
1
-0
/
+6
*
Use Chunk's geometry attr to access the parted Geometry.
David Lehman
2009-11-11
1
-1
/
+2
*
Fix sorting of requests by mountpoint. It was backwards.
David Lehman
2009-11-11
1
-1
/
+1
*
Align logical partitions' start sector up one logical block for metadata.
David Lehman
2009-11-11
1
-18
/
+4
*
Use parted.Device's sectorSize attr instead of physicalSectorSize.
David Lehman
2009-11-11
1
-6
/
+6
*
Select partition layout based on potential for growth.
David Lehman
2009-11-11
1
-19
/
+99
*
Reimplement partition growing.
David Lehman
2009-11-11
1
-180
/
+411
*
Create and use a function to obtain a parted alignment for a disk.
David Lehman
2009-11-11
1
-0
/
+19
*
Create and use a new function to create and add new partitions to disk.
David Lehman
2009-11-11
1
-29
/
+38
*
Make and use a new function to remove non-existent partitions.
David Lehman
2009-11-11
1
-19
/
+35
*
Disable parted's cylinder alignment code.
David Lehman
2009-11-11
1
-13
/
+5
*
Use new functions for conversion between size and sector count.
David Lehman
2009-11-11
1
-11
/
+28
*
Consider whether a partition is growable when choosing free space.
David Lehman
2009-11-11
1
-8
/
+22
*
Allocate fixed-size requests before growable requests.
David Lehman
2009-11-11
1
-4
/
+9
*
Set boot flag for /boot on mdraid 1 array too (#533533).
Radek Vykydal
2009-11-11
1
-5
/
+11
*
Report no media present for cpqarray controllers with no disks attached
Hans de Goede
2009-11-11
1
-1
/
+7
*
When creating a new md array check we have enough members (#533027)
Hans de Goede
2009-11-10
1
-0
/
+6
*
Don't activate / de-activate dmraid sets on setup / teardown
Hans de Goede
2009-11-09
1
-19
/
+4
*
Remove previous mdadm bug 523334 workaorund
Hans de Goede
2009-11-09
1
-12
/
+1
*
Don't stop mdraid containers or their arrays (#532971)
Hans de Goede
2009-11-09
1
-0
/
+6
*
Take the spec's requiredSpace into account when creating LVs.
Chris Lumens
2009-11-04
1
-0
/
+5
*
Add the PartSpec.__str__ method for debugging.
Chris Lumens
2009-11-04
1
-1
/
+36
*
Trim the inital / off the mountpoint before making an LV name from it.
Chris Lumens
2009-11-04
1
-1
/
+5
*
Fix status for and consolidate handling of '-' in vg/lv names. (#527302)
David Lehman
2009-11-03
1
-11
/
+22
*
In execWithCallback(), support disabling stdout echo (#528386)
David Cantrell
2009-11-02
1
-1
/
+1
*
Call udev_trigger with a "change" action and don't filter out dm devices.
David Lehman
2009-10-30
1
-3
/
+4
*
Fix "resize failed: 1" errors for ext2/ext3/ext4 (#517491).
David Cantrell
2009-10-29
1
-3
/
+25
*
Log why we're exiting the installer in storage.DASD.startup()
David Cantrell
2009-10-29
1
-0
/
+1
*
Use 'zerombr' kickstart command for DASDs needing dasdfmt (#528386).
David Cantrell
2009-10-29
2
-8
/
+19
*
Find and format any unformatted DASD devices (#528386).
David Cantrell
2009-10-28
2
-0
/
+175
*
When doing initlabel on a dasd disk create a dasd disklabel (#531209)
Hans de Goede
2009-10-28
1
-1
/
+2
*
Rename platform.diskType to platform.diskLabelType
Hans de Goede
2009-10-28
1
-1
/
+1
*
Fix DASD and zFCP device discovery (#530287).
David Cantrell
2009-10-26
2
-10
/
+9
*
max_logical -> max_logicals (#530786).
Chris Lumens
2009-10-26
1
-1
/
+1
*
Filter out device-mapper devices when doing a udev_trigger.
David Lehman
2009-10-22
1
-2
/
+2
*
Allow /boot to be on a variety of filesystems during kickstart (#529846).
Chris Lumens
2009-10-21
1
-1
/
+1
*
Mark live device as protected instead of ignoring it. (#517260)
David Lehman
2009-10-20
2
-12
/
+11
*
Don't force logical with a free primary slot and an extended. (#527952)
David Lehman
2009-10-20
1
-15
/
+21
*
Improve message given to user for fsck failures (#527626).
David Cantrell
2009-10-19
1
-2
/
+64
*
Add dracutSetupData() method to DASDDevice (#526354).
David Cantrell
2009-10-15
1
-0
/
+25
*
Collect DASD kernel parameter information during device tree scan (#526354).
David Cantrell
2009-10-15
3
-5
/
+25
*
Add dracutSetupString() method to ZFCPDiskDevice (#526354).
David Cantrell
2009-10-15
3
-12
/
+62
[next]