summaryrefslogtreecommitdiffstats
path: root/storage/formats/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Default to /boot on ext4Jeremy Katz2009-06-301-1/+1
* Add writeKS methods to all the format objects.Chris Lumens2009-05-121-0/+3
* Fix an error when raising FormatCreateException.Chris Lumens2009-04-281-1/+1
* Define the fd variable before it can ever be referenced (#496930).Chris Lumens2009-04-211-2/+7
* Close file descriptors when an error occurs.Joel Granados Moreno2009-04-101-0/+2
* Fixes of errors shown by pylint that didn't get into the beta build.Martin Gracik2009-03-311-1/+0
* Handle system crappyness.Joel Granados Moreno2009-03-191-1/+6
* A getter doesn't usually take a parameter (#489965).Chris Lumens2009-03-121-1/+1
* Format modules import fixMartin Gracik2009-03-121-1/+1
* Fixed the format modules importMartin Gracik2009-03-121-3/+4
* Fix match on "name" attribute we can lookup by, eg: "software RAID".David Lehman2009-03-041-1/+1
* self_migratable -> self._migratableDavid Cantrell2009-03-021-1/+1
* Change partedFlags attribute to partedFlag.David Lehman2009-02-271-1/+1
* Various changes to format base class and fs base class.David Lehman2009-02-271-0/+22
* Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-21/+31
* Make it easy to specify a format's device at creation/setup time.David Lehman2009-02-241-6/+24
* Clean up imports and various typos, add header blocks as needed.David Lehman2009-02-231-4/+4
* Replace old storage modules.David Lehman2009-02-231-0/+308