index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Set md member devices' uuids after creating an array.
David Lehman
2009-04-21
1
-0
/
+2
*
Don't try to get size for nodev and bind filesystems.
David Lehman
2009-04-21
1
-0
/
+6
*
Include the device path in DeviceError exceptions.
David Lehman
2009-04-21
3
-78
/
+77
*
Mdadm's incremental mode ignores the auto option, so don't use it.
David Lehman
2009-04-21
1
-1
/
+0
*
Use incremental mode for all md member addition during probing.
David Lehman
2009-04-21
1
-7
/
+2
*
Try to name existing md arrays based on their preferred minor.
David Lehman
2009-04-21
1
-7
/
+27
*
Reimplement mdexamine using a more easily parseable output format.
David Lehman
2009-04-21
2
-49
/
+16
*
Fix position of "--run" option to mdadm assemble.
David Lehman
2009-04-21
1
-2
/
+2
*
Handle passphrase prompts without a traceback in cmdline mode. (#492123)
David Lehman
2009-04-21
1
-0
/
+14
*
Fix another device vs. string problem in EFI bootloader config (#496669).
Chris Lumens
2009-04-21
1
-4
/
+4
*
Add the device's name to mdadm.conf (#496390).
Chris Lumens
2009-04-21
1
-2
/
+2
*
Show normal cursor during passphrase entry (#496534)
Martin Sivak
2009-04-21
1
-0
/
+7
*
Fix traceback in cmdline mode after exception handling cleanup (#496644)
Jeremy Katz
2009-04-20
1
-1
/
+1
*
DeviceError only returns a message, not (message, device) tuple (#496343).
Chris Lumens
2009-04-20
1
-2
/
+2
*
Sending translation for French
mrtom
2009-04-18
1
-252
/
+230
*
New version.
anaconda-11.5.0.46-1
David Cantrell
2009-04-17
1
-1
/
+21
*
Clean up argument list after changing from rhpl to iutil for execWithRedirect
Jesse Keating
2009-04-17
6
-13
/
+12
*
Fix NameError traceback setting up bootloader in EFI installs
Will Woods
2009-04-17
1
-2
/
+2
*
No longer force ISOs to be on ext2, ext3, or vfat partitions.
Chris Lumens
2009-04-17
1
-60
/
+51
*
Sending translation for German
ckpinguin
2009-04-17
1
-1270
/
+1873
*
Split text mode exn saving into multiple screren (#469380).
Chris Lumens
2009-04-17
1
-58
/
+69
*
Copy /tmp/program.log to /mnt/sysimage/var/log/.
Chris Lumens
2009-04-17
1
-0
/
+1
*
Fix member preselection in raid UI.
Radek Vykydal
2009-04-17
1
-5
/
+6
*
Fix editing of raid device (persistence of level choice) (#496159)
Radek Vykydal
2009-04-17
4
-27
/
+45
*
Fix ks --useexisting and --noformat options of logvol and volgroup
Radek Vykydal
2009-04-17
1
-19
/
+7
*
Make sure inconsistencies dont screw us up.
Joel Granados Moreno
2009-04-17
1
-0
/
+14
*
Re-implement the inconsistency functionality.
Joel Granados Moreno
2009-04-17
1
-57
/
+61
*
Allow the use of "-" in the lvm names. (495329)
Joel Granados Moreno
2009-04-17
3
-1
/
+37
*
Make sure we "insist" on mdadm commands. (491729)
Joel Granados Moreno
2009-04-17
1
-1
/
+2
*
[PATCH] Possible fix for some encryption related bugs during the Custom Layou...
Martin Sivak
2009-04-17
1
-0
/
+7
*
New version.
anaconda-11.5.0.45-1
Chris Lumens
2009-04-16
1
-2
/
+37
*
Touch /.autorelabel when running under rescue mode (#491747).
Chris Lumens
2009-04-16
1
-0
/
+3
*
Add support for fingerprint-based logins (#481273).
Chris Lumens
2009-04-16
1
-1
/
+1
*
Add a "File Bug" button to the catch-all partitioning exception handler.
Chris Lumens
2009-04-16
1
-3
/
+8
*
Remove the early catch-all exception handler (#495933).
Chris Lumens
2009-04-16
1
-3
/
+0
*
Fix typo.
Joel Granados Moreno
2009-04-16
1
-1
/
+1
*
Implement the save to USB using devicetree devices.
Joel Granados Moreno
2009-04-16
1
-16
/
+13
*
Use size instead of currentSize when comparing lv sizes
Hans de Goede
2009-04-16
1
-1
/
+1
*
Make sure all pv's of an lv's vg are setup before resizing an lv
Hans de Goede
2009-04-15
1
-1
/
+3
*
Do not try to teardown a non existing format
Hans de Goede
2009-04-15
1
-1
/
+3
*
Center the bootloader configuration dialog (#495802).
Chris Lumens
2009-04-15
1
-1
/
+1
*
Destroy (potential) stale metadata when creating a new partition
Hans de Goede
2009-04-15
1
-1
/
+5
*
use partition req_base_size instead of size in partitionCompare()
Hans de Goede
2009-04-15
1
-1
/
+1
*
Fix changing size of newly created partitions
Hans de Goede
2009-04-15
1
-0
/
+1
*
Don't traceback on invalid filesystem detection (#495156)
David Cantrell
2009-04-15
2
-5
/
+10
*
Check to see if formatcb is None.
Joel Granados Moreno
2009-04-15
1
-2
/
+7
*
Use the PV name when logging error messages.
Joel Granados Moreno
2009-04-15
1
-3
/
+3
*
Don't set up the device to obtain minSize anymore.
David Lehman
2009-04-14
1
-3
/
+0
*
Improve estimate of md arrays' size.
David Lehman
2009-04-14
1
-4
/
+33
*
Determine minimum size for filesystems once, from constructor.
David Lehman
2009-04-14
1
-39
/
+48
[prev]
[next]