summaryrefslogtreecommitdiffstats
path: root/storage/formats
Commit message (Expand)AuthorAgeFilesLines
* Structure the repo layout so it matches final structure better and make isys ...Martin Sivak2010-05-3111-3362/+0
* More checkbot fixes.Chris Lumens2010-05-251-2/+2
* iutil: execWithCallback() and execWithPulseProgress() return an object.Ales Kozumplik2010-05-241-11/+11
* Determine if an mdmember is biosraid earlier (#586298)Hans de Goede2010-05-121-1/+1
* lvm: check resizing against format's targetSize (#580171).Ales Kozumplik2010-04-221-1/+1
* Check for presence of filesystem module in FS.mountable (#580520)David Cantrell2010-04-171-2/+12
* Check for fs utils when determining if an fs can be resized (#572431)David Cantrell2010-04-171-0/+5
* Add proper support for destruction of disklabels.David Lehman2010-04-151-0/+5
* Adjust the Makefiles to install anaconda to /usr/lib{,64}/python?.?.Chris Lumens2010-04-061-1/+2
* Re-Check minimum size of partition after running fsck on it (#578955)Brian C. Lane2010-04-051-0/+10
* Take the request's format into account when deciding to resize (#578471).Chris Lumens2010-04-051-1/+1
* Do not try to commit diskLabels on non partitionable devices (#576145)Hans de Goede2010-03-311-4/+0
* Fix syntax for passing a mapping to a translatable string (#576085).Chris Lumens2010-03-231-1/+1
* Catch NotImplementedError when scanning for disklabels (#566722)Hans de Goede2010-03-221-1/+2
* Move disabling of cylinder alignment to disklabel formatHans de Goede2010-03-221-0/+4
* Don't try to set selinux context for read-only mountpoints.David Lehman2010-03-171-1/+1
* Fully qualify _ped.IOException.David Lehman2010-03-151-1/+1
* parted.PartedDisk can throw IOExceptions too (#573539)Hans de Goede2010-03-151-1/+1
* 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