summaryrefslogtreecommitdiffstats
path: root/storage/formats/fs.py
Commit message (Expand)AuthorAgeFilesLines
* Fix ordering of arguments to xfs_admin for writing fs label. (#556546)David Lehman2010-02-161-0/+6
* 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
* 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-221-0/+9
* Put fsprofile support back in.David Lehman2009-12-221-1/+5
* Add __str__ methods to the DeviceFormat classes.David Lehman2009-12-161-0/+10
* Change btrfs command line optionJosef Bacik2009-12-091-1/+1
* 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-031-3/+1
* Display progress or wait window when formatting devices.David Lehman2009-11-301-2/+2
* Don't attempt to get the size of a filesystem unless it's supported (#540598).Chris Lumens2009-11-241-1/+1
* Fix "resize failed: 1" errors for ext2/ext3/ext4 (#517491).David Cantrell2009-10-291-3/+25
* Improve message given to user for fsck failures (#527626).David Cantrell2009-10-191-2/+64
* Set partedPartition system to the correct FS when creating an FSHans de Goede2009-10-081-0/+18
* Add --label to anaconda-ks.cfg if needed (#526223).Chris Lumens2009-10-051-0/+3
* 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
* Remove unused fsFromConfig methodHans de Goede2009-09-011-17/+0
* Don't hardcode path to tune2fs.David Lehman2009-08-311-1/+2
* Add support for the reiserfs filesystem (#504401)David Cantrell2009-08-191-0/+37
* Don't try to get the size of fstypes w/ no infofsProg defined.David Lehman2009-08-171-1/+1
* Edit user-visible dialogs for style.Peter Jones2009-07-131-3/+3
* Allow /boot on ext4 now that we have a grub that allows itJeremy Katz2009-06-301-16/+0
* Make sure the right _isMigratable gets used for Ext3FS (#501585).Chris Lumens2009-05-201-0/+2
* Get existing fs size for xfs.David Cantrell2009-05-141-0/+4
* Get existing fs size for ntfs.David Cantrell2009-05-141-0/+3
* Get existing fs size for jfs.David Cantrell2009-05-141-0/+3
* Get existing fs size for ext2, ext3, and ext4.David Cantrell2009-05-141-0/+3
* Compute existing filesystem size using fs info utility.David Cantrell2009-05-141-13/+82
* Do not allow users to migrate ext4 to ext4.David Cantrell2009-05-141-5/+5
* Add writeKS methods to all the format objects.Chris Lumens2009-05-121-1/+16
* Run tune2fs on newly formatted ext[34] filesystems. (#495476)David Lehman2009-05-081-0/+22
* Verify with fsck after resizing filesystemsJeremy Katz2009-05-061-0/+2
* The PS3 bootloader allows booting from ext4 filesystems (#498539).Chris Lumens2009-05-051-1/+16
* Correct setting the SELinux context on mountpoints (#494995).Chris Lumens2009-05-011-8/+8
* Support vfat filesystems in the partitioning UI (#496351).Chris Lumens2009-04-241-0/+1
* Don't try to get size for nodev and bind filesystems.David Lehman2009-04-211-0/+6
* Determine minimum size for filesystems once, from constructor.David Lehman2009-04-141-39/+48
* Some fs types cannot be passed to programs (#495061, #493075).Chris Lumens2009-04-091-6/+16
* When a new module is loaded, update the kernel_filesystems list.Chris Lumens2009-04-091-0/+8
* Try not to raise exceptions from minSize calculators.David Lehman2009-04-071-5/+2
* Load filesystem modules on demand (#490795, #494108).Chris Lumens2009-04-071-0/+37
* Don't traceback from failure finding minimum fs size. (#494070)David Lehman2009-04-061-1/+3
* Remove temporary directory used in _getExistingSize()David Cantrell2009-04-021-0/+1
* put xfs back where it belongsEric Sandeen2009-04-021-1/+1
* Fixes of errors shown by pylint that didn't get into the beta build.Martin Gracik2009-03-311-4/+3
* Fix the supported property of filesystems and prepboot format.David Lehman2009-03-301-2/+5
* Device is sometimes None.Joel Granados Moreno2009-03-251-1/+1
* Register the NoDevFS class.Chris Lumens2009-03-241-0/+2