summaryrefslogtreecommitdiffstats
path: root/pyanaconda/storage/partitioning.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug allocating fixed-size partitions.David Lehman2012-10-121-1/+1
* Clean up size sets immediately after allocation run. (#864771)David Lehman2012-10-121-0/+3
* Don't fail to account for all set members' growth.David Lehman2012-10-121-3/+0
* Handle encrypted partitions in size set classes.David Lehman2012-10-111-2/+18
* doAutoPartition should raise errors instead of handle them.Chris Lumens2012-10-031-13/+5
* Fix test for whether to create biosboot during autopart. (#853628)David Lehman2012-09-261-1/+16
* Move check of new partition size against format limits.David Lehman2012-09-171-14/+15
* Improve growth check when deciding where to allocate new partitions.David Lehman2012-09-171-5/+31
* Add error handling around significant ui-initiated storage operations.David Lehman2012-09-111-15/+14
* Improve error granularity slightly in automatic partitioning.David Lehman2012-09-111-5/+5
* Evaulate growth potential for all reqs, even when allocating a fixed req.David Lehman2012-08-301-1/+2
* Do not honor partitions' disk attr when reallocating them.David Lehman2012-08-301-4/+1
* Now that we're using rsync, the livecd and rootfs do not have to match.Chris Lumens2012-08-281-14/+0
* Handle SameSizeSet growth trimming when all members are too large.David Lehman2012-08-241-2/+7
* Stop pretending btrfs subvols can have a size.David Lehman2012-08-201-21/+0
* Add PartitionFactory class so partitions don't need a separate code path.David Lehman2012-08-171-0/+9
* Remove shrink code that was a workaround for the old ui flow.David Lehman2012-08-131-16/+0
* Streamline autopart request setup slightly.David Lehman2012-08-131-6/+0
* Track requested sizes of btrfs subvols.David Lehman2012-08-131-2/+24
* Add support for creating device based on a top-down specification.David Lehman2012-08-131-2/+1
* Add size-set managers to keep a set of growable requests in sync.David Lehman2012-08-131-14/+174
* Add capability to grow all requests at a uniform rate.David Lehman2012-07-261-6/+11
* Use parents consistently in Device constructors.David Lehman2012-07-261-6/+4
* add encryption passphrase when doing encrypted autopartBrian C. Lane2012-07-201-4/+10
* Clean up disk (re)initialization code.David Lehman2012-07-101-1/+1
* Move clearPartitions into Storage.David Lehman2012-07-031-122/+1
* Move shouldClear into Storage.David Lehman2012-07-031-58/+2
* Move zerombr handling so doesn't depend on the clearpart setting.David Lehman2012-07-031-22/+0
* Update bootloader disk list after running clearpart.David Lehman2012-07-031-0/+3
* Fix a merge commit problem.Chris Lumens2012-06-261-1/+1
* convert shouldClear args to empty lists when NoneBrian C. Lane2012-06-211-2/+6
* Merge branch 'master' into newui-mergeBrian C. Lane2012-06-201-69/+113
|\
| * Reuse existing HFS+ EFI partitions in autopart. (#821187)David Lehman2012-05-151-1/+3
| * Format PReP partitionMark Hamzy2012-03-261-1/+2
| * Add support for clearpart --list= for removal of specific partitions.David Lehman2012-03-231-37/+48
| * Clear partitions' metadata when 'clearpart --initlabel' used. (#783841)David Lehman2012-02-131-4/+7
| * Add Storage.autoPartType to indicate lvm/btrfs/neither.David Lehman2011-12-191-8/+8
| * Add support for btrfs to the devicetree.David Lehman2011-12-191-2/+2
| * Add support for btrfs automatic partitioning.David Lehman2011-12-191-27/+58
| * Revert "Put bios boot partitions on all gpt disk on bios systems. (#738964)"David Lehman2011-12-191-37/+0
* | Raise a more appropriate exception if there's no disks to install to.Chris Lumens2012-05-311-1/+1
* | Actually skip unneeded stage1 partition requests when we mean to.David Lehman2012-05-111-0/+1
* | Use pyanaconda.errors for error handling in storage.David Lehman2012-05-111-13/+10
* | Fix a typo - there is no _is_valid_stage1_device.Chris Lumens2012-04-091-1/+1
* | Fix a couple minor problems from the storage/bootloader/platform untangle.Chris Lumens2012-02-131-4/+4
* | Use the term "disk" consistently instead of interspersed with "drive".David Lehman2012-02-091-1/+1
* | Revert "Put bios boot partitions on all gpt disk on bios systems. (#738964)"David Lehman2012-02-091-36/+0
* | Remove the storage attribute from BootLoader.David Lehman2012-02-091-4/+0
* | Remove the anaconda attribute from Storage and add a bootloader attr.David Lehman2012-02-091-140/+86
* | Remove the anaconda attribute from Platform.David Lehman2012-02-091-1/+5
|/