summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Handle passphrase prompts without a traceback in cmdline mode. (#492123)David Lehman2009-04-211-0/+14
* Fix another device vs. string problem in EFI bootloader config (#496669).Chris Lumens2009-04-211-4/+4
* Add the device's name to mdadm.conf (#496390).Chris Lumens2009-04-211-2/+2
* Show normal cursor during passphrase entry (#496534)Martin Sivak2009-04-211-0/+7
* Fix traceback in cmdline mode after exception handling cleanup (#496644)Jeremy Katz2009-04-201-1/+1
* DeviceError only returns a message, not (message, device) tuple (#496343).Chris Lumens2009-04-201-2/+2
* Sending translation for Frenchmrtom2009-04-181-252/+230
* New version.anaconda-11.5.0.46-1David Cantrell2009-04-171-1/+21
* Clean up argument list after changing from rhpl to iutil for execWithRedirectJesse Keating2009-04-176-13/+12
* Fix NameError traceback setting up bootloader in EFI installsWill Woods2009-04-171-2/+2
* No longer force ISOs to be on ext2, ext3, or vfat partitions.Chris Lumens2009-04-171-60/+51
* Sending translation for Germanckpinguin2009-04-171-1270/+1873
* Split text mode exn saving into multiple screren (#469380).Chris Lumens2009-04-171-58/+69
* Copy /tmp/program.log to /mnt/sysimage/var/log/.Chris Lumens2009-04-171-0/+1
* Fix member preselection in raid UI.Radek Vykydal2009-04-171-5/+6
* Fix editing of raid device (persistence of level choice) (#496159)Radek Vykydal2009-04-174-27/+45
* Fix ks --useexisting and --noformat options of logvol and volgroupRadek Vykydal2009-04-171-19/+7
* 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-173-1/+37
* 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
* New version.anaconda-11.5.0.45-1Chris Lumens2009-04-161-2/+37
* Touch /.autorelabel when running under rescue mode (#491747).Chris Lumens2009-04-161-0/+3
* Add support for fingerprint-based logins (#481273).Chris Lumens2009-04-161-1/+1
* Add a "File Bug" button to the catch-all partitioning exception handler.Chris Lumens2009-04-161-3/+8
* Remove the early catch-all exception handler (#495933).Chris Lumens2009-04-161-3/+0
* Fix typo.Joel Granados Moreno2009-04-161-1/+1
* Implement the save to USB using devicetree devices.Joel Granados Moreno2009-04-161-16/+13
* Use size instead of currentSize when comparing lv sizesHans de Goede2009-04-161-1/+1
* 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
* Center the bootloader configuration dialog (#495802).Chris Lumens2009-04-151-1/+1
* 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
* Fix changing size of newly created partitionsHans de Goede2009-04-151-0/+1
* Don't traceback on invalid filesystem detection (#495156)David Cantrell2009-04-152-5/+10
* Check to see if formatcb is None.Joel Granados Moreno2009-04-151-2/+7
* 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