summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Don't remove an inconsistent lvm partition from the devicetree (#496638)Hans de Goede2009-04-242-2/+17
* When catching an OSError, handle it as an object instead of a tuple (#497374).Chris Lumens2009-04-231-4/+4
* Don't allow /boot to be on an encrypted device (#496866).Chris Lumens2009-04-221-2/+8
* Fix adding of fifth partition in UI (#496930).Radek Vykydal2009-04-211-0/+3
* Define the fd variable before it can ever be referenced (#496930).Chris Lumens2009-04-211-2/+7
* Set md member devices' uuids after creating an array.David Lehman2009-04-211-0/+2
* Don't try to get size for nodev and bind filesystems.David Lehman2009-04-211-0/+6
* Include the device path in DeviceError exceptions.David Lehman2009-04-213-78/+77
* Mdadm's incremental mode ignores the auto option, so don't use it.David Lehman2009-04-211-1/+0
* Use incremental mode for all md member addition during probing.David Lehman2009-04-211-7/+2
* Try to name existing md arrays based on their preferred minor.David Lehman2009-04-211-7/+27
* Reimplement mdexamine using a more easily parseable output format.David Lehman2009-04-212-49/+16
* Fix position of "--run" option to mdadm assemble.David Lehman2009-04-211-2/+2
* Add the device's name to mdadm.conf (#496390).Chris Lumens2009-04-211-2/+2
* Fix editing of raid device (persistence of level choice) (#496159)Radek Vykydal2009-04-172-17/+36
* Make sure inconsistencies dont screw us up.Joel Granados Moreno2009-04-171-0/+14
* Re-implement the inconsistency functionality.Joel Granados Moreno2009-04-171-57/+61
* Allow the use of "-" in the lvm names. (495329)Joel Granados Moreno2009-04-172-0/+36
* Make sure we "insist" on mdadm commands. (491729)Joel Granados Moreno2009-04-171-1/+2
* [PATCH] Possible fix for some encryption related bugs during the Custom Layou...Martin Sivak2009-04-171-0/+7
* Fix typo.Joel Granados Moreno2009-04-161-1/+1
* Implement the save to USB using devicetree devices.Joel Granados Moreno2009-04-161-16/+13
* Make sure all pv's of an lv's vg are setup before resizing an lvHans de Goede2009-04-151-1/+3
* Do not try to teardown a non existing formatHans de Goede2009-04-151-1/+3
* Destroy (potential) stale metadata when creating a new partitionHans de Goede2009-04-151-1/+5
* use partition req_base_size instead of size in partitionCompare()Hans de Goede2009-04-151-1/+1
* Don't traceback on invalid filesystem detection (#495156)David Cantrell2009-04-151-4/+9
* Use the PV name when logging error messages.Joel Granados Moreno2009-04-151-3/+3
* Don't set up the device to obtain minSize anymore.David Lehman2009-04-141-3/+0
* Improve estimate of md arrays' size.David Lehman2009-04-141-4/+33
* Determine minimum size for filesystems once, from constructor.David Lehman2009-04-141-39/+48
* Fix estimate of LUKS header size for newly encrypted devices. (#493575)David Lehman2009-04-141-4/+5
* Fix two syntax problems with generated mdadm.conf entries. (#495552)David Lehman2009-04-141-1/+1
* Default to AES-XTS cipher mode with 512 bit key for new LUKS devices.David Lehman2009-04-141-0/+6
* When going back from a failed shrink, reset the device action set.Chris Lumens2009-04-141-0/+1
* Make save to usb work.Joel Granados Moreno2009-04-141-3/+3
* Setup the disks before partitioning as the nodes are needed.Joel Granados Moreno2009-04-102-0/+8
* Rescan the devices when we are saving a traceback.Joel Granados Moreno2009-04-101-0/+2
* Close file descriptors when an error occurs.Joel Granados Moreno2009-04-101-0/+2
* When deallocating a partition also set its disk attribute to NoneHans de Goede2009-04-102-2/+6
* Check self.partedPartition not being None before using it (#495077)Hans de Goede2009-04-101-1/+1
* growPartitions: Change op_func (back to) add when an iteration succeedsHans de Goede2009-04-101-0/+1
* partedPartition can be None while growing partitions (#495076)Hans de Goede2009-04-101-3/+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
* Pre-existing partitions names may change (#494833)Hans de Goede2009-04-082-7/+14
* Fix processing of --level and --device options of ks raid commands.Radek Vykydal2009-04-081-1/+1
* Update extended partition geometry when we change itHans de Goede2009-04-081-2/+5
* Make sure we have a clean lvm ignore list when we initialize.Joel Granados Moreno2009-04-072-0/+6