summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Handle instances where migrate is not possible.David Cantrell2009-03-031-2/+6
* self.format -> self.device.formatDavid Cantrell2009-03-031-2/+2
* Migrate FS user interface plumbing.David Cantrell2009-03-032-25/+31
* Don't mess with action ordering; catch format errors in teardownAll.David Lehman2009-03-031-2/+2
* Detect newly encrypted devices so we can prompt for passphrase.David Lehman2009-03-031-1/+3
* Make it possible to create encrypted partitions interactively.David Lehman2009-03-031-28/+28
* Deactivate all devices before processing the actions queue.David Lehman2009-03-031-0/+1
* Add passphrase entry machinery for encrypted devices.David Lehman2009-03-031-0/+46
* Fix various bugs in and clean up Storage.new{LV,VG,MDArray,Partition}.David Lehman2009-03-031-31/+18
* Add support for encrypted autopart and use expanded Storage.newFoo methods.David Lehman2009-03-031-21/+26
* Separate checks for mapName and key/passphrase, add a destroy method.David Lehman2009-03-031-12/+17
* Size fixup for LUKS header and a destroy method for LUKSDevice.David Lehman2009-03-031-0/+11
* Make sure we don't leave things active that we're removing.David Lehman2009-03-031-2/+3
* Fix check for newly encrypted partitions in main part window.David Lehman2009-03-031-1/+3
* Import LUKSDevice from storage.devices since we might use it.David Lehman2009-03-031-1/+1
* More work on iutil.execWith function file handling.David Lehman2009-03-031-29/+45
* Don't try to fool around with disks that have no free space.David Lehman2009-03-031-0/+4
* Fix up growLVM to make full use of the VGs' space.David Lehman2009-03-031-15/+99
* parted.Constraint's max size is maxSize, not max_size.David Lehman2009-03-031-4/+4
* Add size setter for LVs, remove obsolete comments about metadata sizes.David Lehman2009-03-031-4/+18
* Actually return the dict we built in FSSet.mountpoints.David Lehman2009-03-031-0/+1
* LVM is giving us unacceptable grief over persistence of metadata.David Lehman2009-03-031-0/+4
* Don't compare with start when it is implicitly zero in pruneActions.David Lehman2009-03-031-2/+2
* Respect "xfs", "jfs", "icantbelieveitsnotbtr" cmdline args.David Lehman2009-03-031-0/+18
* Fix some remaining errors and require higher version of pycryptsetupMartin Sivak2009-03-032-3/+3
* Integrate the python-cryptsetup packageMartin Sivak2009-03-032-123/+37
* Maximize partitions after growingHans de Goede2009-03-031-7/+18
* Do not create PV's in empty space of disks not selected for installHans de Goede2009-03-031-1/+1
* Add method pruneActions to remove redundant actions from the queue.David Lehman2009-03-031-0/+162
* Several fixes to main partitioning gui.David Lehman2009-03-031-16/+5
* Use currentSize in ActionResizeDevice ctor to get actual physical size.David Lehman2009-03-031-1/+1
* Several fixes to storage dialog common code.David Lehman2009-03-031-18/+17
* Lots of little fixes to raid dialog.David Lehman2009-03-021-4/+39
* Lots of fixes to partition dialog.David Lehman2009-03-021-20/+24
* Lots of little fixes to lvm dialogs.David Lehman2009-03-021-36/+75
* Add exclusiveDisks kwarg to doPartitioning, other minor fixes.David Lehman2009-03-021-4/+14
* Fix StorageDevice.minSize, PartitionDevice.targetSize, vg/lv type strings.David Lehman2009-03-021-3/+7
* Allow Storage.newVG to be called w/ no pvlist.David Lehman2009-03-021-0/+2
* Make sure _name is None so _type gets used by name property.David Lehman2009-03-021-0/+1
* Fix some bugs related to device setup/teardown usage by actions.David Lehman2009-03-021-2/+8
* Expand newPartition and friends to accept any valid ctor args.David Lehman2009-03-021-25/+70
* Import lvm module to provide has_lvm.David Lehman2009-03-021-0/+1
* Fix check for multiple values in udev env lines.David Lehman2009-03-021-1/+1
* Handle env vars in udev_device_get_lv_sizes()David Cantrell2009-03-021-1/+1
* Add minSize and maxSize properties to StorageDevice and PartitionDevice.David Cantrell2009-03-021-0/+27
* Handle existing volumes without labels.David Cantrell2009-03-021-1/+1
* Remove calls to sanityCheckRequest()David Cantrell2009-03-023-32/+0
* Syntax fixes for new storage code.David Cantrell2009-03-022-8/+8
* Import doPartitioning from storage.partitioning.David Cantrell2009-03-021-1/+2
* self_migratable -> self._migratableDavid Cantrell2009-03-021-1/+1