summaryrefslogtreecommitdiffstats
path: root/storage/formats
Commit message (Expand)AuthorAgeFilesLines
* Recognize mpath devices when we see them.Peter Jones2009-08-061-0/+88
* Show locked LUKS devices as "Encrypted (LUKS)", not "LUKS".David Lehman2009-07-211-0/+11
* Edit user-visible dialogs for style.Peter Jones2009-07-131-3/+3
* Default to /boot on ext4Jeremy Katz2009-06-301-1/+1
* Allow /boot on ext4 now that we have a grub that allows itJeremy Katz2009-06-301-16/+0
* New iswmd parameter for kernel cmdlineJacek Danecki2009-06-222-0/+9
* Convert storage/ to Makefile.amDavid Cantrell2009-06-092-33/+23
* 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-126-1/+31
* 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
* Fix an error when raising FormatCreateException.Chris Lumens2009-04-281-1/+1
* Support vfat filesystems in the partitioning UI (#496351).Chris Lumens2009-04-241-0/+1
* Define the fd variable before it can ever be referenced (#496930).Chris Lumens2009-04-211-2/+7
* 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
* Default to AES-XTS cipher mode with 512 bit key for new LUKS devices.David Lehman2009-04-141-0/+6
* Close file descriptors when an error occurs.Joel Granados Moreno2009-04-101-0/+2
* Fix handling of priority option from swap fstab entries. (#494992)David Lehman2009-04-091-2/+5
* 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-314-11/+6
* Fix the supported property of filesystems and prepboot format.David Lehman2009-03-302-2/+10
* Code fixes of errors shown by pylint (mgracik).Chris Lumens2009-03-252-4/+2
* Device is sometimes None.Joel Granados Moreno2009-03-251-1/+1
* Register the NoDevFS class.Chris Lumens2009-03-241-0/+2
* Override _setDevice and _getDevice in NFS.Chris Lumens2009-03-241-0/+11
* PReP formats can never be active. (#491865)David Lehman2009-03-241-0/+4
* Add a format for ISO9660 filesystems.Chris Lumens2009-03-241-0/+17
* Add EFI, Apple Bootstrap, and PPC PReP Boot formats.David Lehman2009-03-232-12/+84
* Bind mount formats are mountable.Chris Lumens2009-03-231-0/+4
* If a filesystem is already mounted, don't raise an error.Chris Lumens2009-03-231-1/+1
* Use label attr instead of non-existent fslabel attr. (#491120)David Lehman2009-03-201-3/+3
* Handle system crappyness.Joel Granados Moreno2009-03-192-2/+11
* Let's not remove our mountpointsJeremy Katz2009-03-191-1/+1
* Indicate filesystem is mountable if we have a mount command.David Cantrell2009-03-181-1/+2
* Mount existing filesystems read-only when getting size.David Cantrell2009-03-181-2/+2