summaryrefslogtreecommitdiffstats
path: root/storage/formats
Commit message (Expand)AuthorAgeFilesLines
* DiskLabel.status can't be determined so return False. (#563526,#561074)David Lehman2010-02-221-4/+1
* Show the correct device path when formatting as swap or luks.David Lehman2010-02-162-2/+4
* Fix ordering of arguments to xfs_admin for writing fs label. (#556546)David Lehman2010-02-161-0/+6
* Don't return the passphrase from hasKey. Should return a boolean.David Lehman2010-02-051-1/+1
* Fixup partition aligning (#560586)Hans de Goede2010-02-011-0/+10
* MDRaidMember.__str__ add biosraid attribute to the returned stringHans de Goede2010-01-221-1/+2
* iutil.execWithRedirect() hasn't used searchPath= since 2006. Take it out.Peter Jones2010-01-151-7/+4
* Fixup various errors detected by pylintHans de Goede2010-01-141-3/+4
* Make sure to clear partitions before destroying a disklabel.David Lehman2010-01-131-0/+3
* NTFS filesystems are not really modifiable in any real sense. Admit it.David Lehman2010-01-131-1/+1
* Add a "dict" attribute to Device and DeviceFormat classes.David Lehman2009-12-227-0/+55
* Put fsprofile support back in.David Lehman2009-12-221-1/+5
* Add __str__ methods to the DeviceFormat classes.David Lehman2009-12-169-0/+84
* Hide biosraid member devices that contain MDRaidMember formats.David Lehman2009-12-161-0/+5
* Add an alignment property to DiskLabel.David Lehman2009-12-151-0/+32
* Change btrfs command line optionJosef Bacik2009-12-091-1/+1
* Improve disklabel's name attr so we don't have to hide them anymore.David Lehman2009-12-091-2/+10
* Hide devices with certain formatting in the main partitioning UI.David Lehman2009-12-094-0/+9
* Use selinux python module for file context operations.David Lehman2009-12-081-4/+6
* Whenever storage code tries to log a method call, do so into the 'tmp/storage...Ales Kozumplik2009-12-039-11/+11
* Display progress or wait window when formatting devices.David Lehman2009-11-304-26/+67
* Don't attempt to get the size of a filesystem unless it's supported (#540598).Chris Lumens2009-11-241-1/+1
* Log calls to DiskLabel's commit and commitToDisk methods.David Lehman2009-11-121-0/+4
* Fix DiskLabel.status so it returns True, not self.partedDisk, when active.David Lehman2009-11-121-1/+2
* Fix "resize failed: 1" errors for ext2/ext3/ext4 (#517491).David Cantrell2009-10-291-3/+25
* When doing initlabel on a dasd disk create a dasd disklabel (#531209)Hans de Goede2009-10-281-1/+2
* Rename platform.diskType to platform.diskLabelTypeHans de Goede2009-10-281-1/+1
* Allow /boot to be on a variety of filesystems during kickstart (#529846).Chris Lumens2009-10-211-1/+1
* Improve message given to user for fsck failures (#527626).David Cantrell2009-10-191-2/+64
* Set parted filesystemtype for swap partitionsHans de Goede2009-10-141-1/+2
* Missing volume_key shouldn't break LUKS support completely. (#526899)David Lehman2009-10-121-1/+7
* Set partedPartition system to the correct FS when creating an FSHans de Goede2009-10-082-0/+19
* On lookup of a PartedDevice also check for _ped.DeviceException (#527699)Hans de Goede2009-10-071-1/+1
* Add --label to anaconda-ks.cfg if needed (#526223).Chris Lumens2009-10-052-0/+6
* Fix existing size calculation for NTFS (#520627)David Cantrell2009-10-021-1/+2
* Write label to filesystem if we have one set (#526226, #526242)David Cantrell2009-10-021-1/+5
* Create and use DiskLabelCommitError for failure to commit.David Lehman2009-10-011-2/+2
* Don't retry commiting partition table to diskHans de Goede2009-10-011-17/+6
* Make iswmd the defaultHans de Goede2009-09-152-2/+3
* Add escrow supportMiloslav Trmač2009-09-141-0/+64
* Support a force=True argument on SwapSpace.create()David Cantrell2009-09-041-2/+6
* Do not traceback on an usb cardreader with no card presentHans de Goede2009-09-021-2/+9
* clobber is a method of PartedDevice not PartedDiskHans de Goede2009-09-011-1/+1
* Remove unused fsFromConfig methodHans de Goede2009-09-011-17/+0
* pylint does not like @foo.setterHans de Goede2009-09-012-8/+10
* Don't hardcode path to tune2fs.David Lehman2009-08-311-1/+2
* Update PartitionDevice's partedPartition when the PartedDisks get resetHans de Goede2009-08-281-2/+1
* Do not try to commit disks changes to the os while partitions are in useHans de Goede2009-08-261-0/+7
* disklabel.commit(): DeviceError -> DeviceFormatErrorHans de Goede2009-08-261-1/+1
* Use the Platform's idea of what filesystem /boot can be on.Chris Lumens2009-08-201-2/+3