index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
storage
Commit message (
Expand
)
Author
Age
Files
Lines
*
If no partitioning commands are given, apply the UI selections (#490880).
Chris Lumens
2009-04-03
1
-2
/
+1
*
Do not check size when adding LV to growing VG (bug #492264)
Radek Vykydal
2009-04-03
1
-1
/
+4
*
Don't let device names affect action order in general case.
David Lehman
2009-04-02
1
-5
/
+5
*
Round up when aligning to pesize for space used. (#493656)
David Lehman
2009-04-02
1
-3
/
+8
*
Improve handling for various nodev filesystems in fstab. (#493685, #493202)
David Lehman
2009-04-02
1
-2
/
+3
*
Make a top level StorageError that all others are based on.
David Lehman
2009-04-02
1
-12
/
+36
*
Remove unused PRePDevice class.
David Lehman
2009-04-02
1
-37
/
+0
*
Make the disk model an attribute of DiskDevice.
David Lehman
2009-04-02
1
-0
/
+4
*
Handle format actions in cancelAction()
David Cantrell
2009-04-02
1
-0
/
+4
*
Remove temporary directory used in _getExistingSize()
David Cantrell
2009-04-02
1
-0
/
+1
*
Activate storage before looking up the hdiso source drive (#491781).
Chris Lumens
2009-04-02
1
-7
/
+25
*
Don't allow the rootfs on live installs to not match (#493206, #492727)
Jeremy Katz
2009-04-02
1
-0
/
+9
*
Create setup and teardown functs for dmraid devs.
Joel Granados Moreno
2009-04-02
1
-7
/
+25
*
put xfs back where it belongs
Eric Sandeen
2009-04-02
1
-1
/
+1
*
It's 2009, let's ignore floppy drives now (#493338, #493377).
Chris Lumens
2009-04-01
1
-1
/
+1
*
Remove DmRaidArrayDevice level attribute (#493293)
Hans de Goede
2009-04-01
2
-4
/
+1
*
get_containing_device takes two arguments (#493266).
Chris Lumens
2009-04-01
1
-2
/
+2
*
Fix a few more pylint warnings and errors in storage/*
Hans de Goede
2009-03-31
1
-12
/
+10
*
Fixes of errors shown by pylint that didn't get into the beta build.
Martin Gracik
2009-03-31
15
-57
/
+33
*
Adjust the dmraid ignoring logic.
Joel Granados Moreno
2009-03-31
1
-53
/
+66
*
Increase udev_settle timeout in udev_get_block_devices. (#492049)
David Lehman
2009-03-30
1
-1
/
+1
*
Fix check for fully defined md array when raidlevel is 0. (#491796)
David Lehman
2009-03-30
1
-1
/
+1
*
Make sure the pvs are set up before doing lvremove or vgremove.
David Lehman
2009-03-30
1
-1
/
+4
*
Don't write out md member devices to a config file for assemble.
David Lehman
2009-03-30
1
-21
/
+1
*
Fix the supported property of filesystems and prepboot format.
David Lehman
2009-03-30
2
-2
/
+10
*
Return early from doAutoPartition if partition allocation fails.
David Lehman
2009-03-30
1
-0
/
+2
*
Reset storage instance if autopart fails. (#492158)
David Lehman
2009-03-30
1
-0
/
+1
*
Assign weights to partition requests when doing manual or kickstart installs.
Chris Lumens
2009-03-30
1
-19
/
+18
*
Take the base request weight into account when sorting partitions.
Chris Lumens
2009-03-30
1
-0
/
+6
*
Add a weight property to the PartitionDevice class.
Chris Lumens
2009-03-30
1
-1
/
+14
*
Add a simple class for the auto partition requests.
Chris Lumens
2009-03-30
1
-0
/
+31
*
Move _scheduleLVs and growLVM calls to be inside try/except
David Cantrell
2009-03-30
1
-6
/
+6
*
Remove unused self._resize variable.
David Cantrell
2009-03-30
1
-2
/
+0
*
Having 2 raidsets in the same group of devs is possible.
Joel Granados Moreno
2009-03-30
1
-56
/
+57
*
Remove unused getVG{Free,Used}Space methods.
Chris Lumens
2009-03-27
1
-19
/
+0
*
Clean up the reinitialize LVM warning message (#491888).
Chris Lumens
2009-03-27
1
-10
/
+7
*
Keep VG size property non-negative
Radek Vykydal
2009-03-27
1
-1
/
+1
*
Grow LVs for kickstart requests too
Radek Vykydal
2009-03-27
1
-2
/
+3
*
Use self.name to report that we could not eject cd.
Joel Granados Moreno
2009-03-27
1
-1
/
+1
*
Revert "Don't do format-specific processing on devices targeted by clearpart....
Joel Granados Moreno
2009-03-27
2
-18
/
+1
*
Don't do format-specific processing on devices targeted by clearpart. (#492123)
David Lehman
2009-03-26
2
-1
/
+18
*
Rework CryptTab.parse (dlehman).
Chris Lumens
2009-03-25
1
-26
/
+25
*
Code fixes of errors shown by pylint (mgracik).
Chris Lumens
2009-03-25
7
-10
/
+13
*
Don't underflow on the busy cursor stack.
Chris Lumens
2009-03-25
1
-5
/
+2
*
"vg" is not valide inside this if.
Joel Granados Moreno
2009-03-25
1
-4
/
+4
*
Device is sometimes None.
Joel Granados Moreno
2009-03-25
1
-1
/
+1
*
Fix typo. (#492042)
David Lehman
2009-03-24
1
-1
/
+1
*
Get the UUID of each md array we create. (#491796)
David Lehman
2009-03-24
1
-3
/
+4
*
Call udev_settle after committing changes to a disk (#491529)
Hans de Goede
2009-03-24
1
-0
/
+3
*
Be a little bit smarter about allocating space to grow parts. (#491761)
David Lehman
2009-03-24
1
-0
/
+30
[next]