summaryrefslogtreecommitdiffstats
path: root/pyanaconda/storage/formats
Commit message (Expand)AuthorAgeFilesLines
* Move tsort, platform, and baseudev into storage.David Lehman2013-01-283-9/+7
* Remove unused functions and move storage-specific utils to storage.David Lehman2013-01-289-73/+63
* Handle sending program output to tty5 through the logging setup.David Lehman2013-01-282-32/+11
* Use dumpe2fs output to determine dirty fs.David Lehman2013-01-281-4/+16
* Remove filesystem migration code.David Lehman2013-01-282-103/+1
* Update default fs type code (#855401).Chris Lumens2013-01-161-1/+5
* The return value from execWithRedirect is an int (#891313).Chris Lumens2013-01-031-1/+1
* Don't resize NTFS partitions to smaller than the filesystem on them (#885912).Chris Lumens2012-12-191-1/+6
* Remove some unused error handling code from old UI.Chris Lumens2012-12-191-17/+1
* Make sure FS minSize is never greater than its currentSize. (#876547)David Lehman2012-12-051-4/+10
* Give lvmpv a slightly more realistic minimum size.David Lehman2012-11-011-0/+1
* clear pmbr_boot on EFI systems (#844551)Brian C. Lane2012-10-261-3/+4
* Pad filesystem minimum sizes to ensure other OS can still run.David Lehman2012-10-111-1/+6
* ntfsresize uses SI (MB) while the rest of us use IEC (MiB). (#862109)David Lehman2012-10-051-3/+8
* Prevent negative free value for filesystems. (#861812)David Lehman2012-10-051-3/+3
* The return value of execWithRedirect is an integer.David Lehman2012-09-131-2/+2
* Add support for named md devices.David Lehman2012-08-301-0/+7
* Revert old hack that disabled btrfs in the old ui.David Lehman2012-08-201-1/+1
* Remove unused writeKS methods.Chris Lumens2012-08-138-49/+0
* Fix DiskLabel so it can be deep-copied.David Lehman2012-08-131-1/+4
* Add a method to estimate disk space needs for a new logical volume.David Lehman2012-08-131-1/+1
* Merge branch 'master' into newui-mergeChris Lumens2012-08-032-0/+4
|\
| * Keep format _mountType in sync with _type (#828650)Jesse Keating2012-07-021-0/+1
| * Limit the maximum size of swap partitionsVratislav Podzimek2012-06-271-0/+3
* | Fix handling of existing btrfs subvolumes.David Lehman2012-07-261-0/+4
* | Clean up disk (re)initialization code.David Lehman2012-07-101-0/+10
* | Merge branch 'master' into newui-mergeBrian C. Lane2012-06-205-7/+83
|\|
| * Don't call a util we don't have (#824690)Jesse Keating2012-05-241-1/+2
| * Notify the kernel/udev after creating swap space. (#818352)David Lehman2012-05-071-0/+1
| * We support resizing ntfs even though it is not supported. (#756319)David Lehman2012-05-011-2/+3
| * Format PReP partitionMark Hamzy2012-03-261-0/+28
| * Disable creation of btrfs filesystems aside from kickstart. (#787341)David Lehman2012-03-221-1/+1
| * Update the fs size limit for ext3/ext4 from 8TB to 16TB.David Lehman2012-02-271-0/+6
| * Don't set the pmbr bootable flag on Macs, whether booted via EFI or notMatthew Garrett2012-02-161-1/+2
| * Mark HFS+ as fsckableMatthew Garrett2012-02-161-0/+1
| * Add _mounttype to HFSPlusMatthew Garrett2012-02-141-0/+1
| * Add support for HFS+ partitionsMatthew Garrett2012-02-141-1/+6
| * log tracebacks from importing formatsBrian C. Lane2012-02-091-1/+3
| * Skip setting PMBR boot flag on EFI (#754850)Matthew Garrett2012-02-091-2/+6
| * Set the boot flag on the GPT PMBR (#754850)Brian C. Lane2012-02-031-0/+7
| * Add support for btrfs to the devicetree.David Lehman2011-12-191-1/+1
| * btrfs volumes/subvolumes are created by devicelibs.btrfs.David Lehman2011-12-191-1/+19
* | Revert "Add class methods for type, name, supported, &c."Chris Lumens2012-05-304-53/+38
* | Add class methods for type, name, supported, &c.David Lehman2012-05-304-38/+53
* | Remove existing progress updating code in the storage module.Chris Lumens2012-04-114-98/+24
* | Remove the anaconda attribute from Platform.David Lehman2012-02-093-4/+4
* | Add a testing flag to allow limited use as non-root.David Lehman2012-01-141-3/+45
* | Add properties to return free space in an existing filesystem or disklabel.David Lehman2012-01-142-0/+15
|/
* Try a test mount and keep fstab mismatches if it succeeds. (#649171)David Lehman2011-09-301-1/+24
* Don't check mountable before obtaining actual/existing fs size. (#733808)David Lehman2011-08-311-1/+1