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
path:
root
/
storage
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't split values for keys including MODEL or VENDOR.
Chris Lumens
2009-07-29
1
-1
/
+3
*
Move the decision to ignore the results of udev_parse_block_entry up.
Chris Lumens
2009-07-29
1
-6
/
+7
*
Fix part --onpart= to print the device name instead of the __str__.
Chris Lumens
2009-07-28
1
-1
/
+1
*
Log non-upgradable upgrade candidate roots.
Radek Vykydal
2009-07-24
1
-0
/
+3
*
Make sure we have a device before check if it's protected. (#510033)
David Lehman
2009-07-21
1
-1
/
+1
*
Remove unresolvable file devices from the devicetree. (#503830)
David Lehman
2009-07-21
1
-0
/
+4
*
Support multiple fstab entries of a single nodev fstype. (#505969)
David Lehman
2009-07-21
1
-2
/
+4
*
Refer to nodev devices as "none", not "nodev".
David Lehman
2009-07-21
1
-1
/
+1
*
Change DeviceTree.devices from a dict to a list.
David Lehman
2009-07-21
3
-24
/
+38
*
Show locked LUKS devices as "Encrypted (LUKS)", not "LUKS".
David Lehman
2009-07-21
1
-0
/
+11
*
Allow creation of four primary partitions on a disk. (#505269)
David Lehman
2009-07-21
1
-7
/
+8
*
Stop the cdrom device before ejecting (#505067)
Martin Sivak
2009-07-17
1
-0
/
+3
*
When ignoring partitions make sure lvm also ignores them
Hans de Goede
2009-07-15
1
-0
/
+2
*
Call mdadm -I with --no-degraded for all disks but the last
Hans de Goede
2009-07-15
1
-1
/
+1
*
Add deviceNameToDiskByPath().
David Cantrell
2009-07-13
1
-0
/
+17
*
Display drive model and size in MB in partitioning UI (#460697)
David Cantrell
2009-07-13
1
-3
/
+17
*
Lots of small grammar and wording changes.
Peter Jones
2009-07-13
1
-1
/
+1
*
Edit user-visible dialogs for style.
Peter Jones
2009-07-13
2
-4
/
+4
*
Don't write optical devices to /etc/fstab (#505697).
Chris Lumens
2009-07-13
1
-0
/
+4
*
error messages of zFCP on s390: log or pass to the UI
Steffen Maier
2009-07-10
1
-3
/
+9
*
correctly delete a SCSI device provided by a zFCP LUN on s390
Steffen Maier
2009-07-10
1
-9
/
+22
*
All other teardown methods take a "recursive" argument (#506166).
Chris Lumens
2009-07-10
1
-1
/
+1
*
Add support for biosraid using mdadm
Hans de Goede
2009-07-09
3
-12
/
+20
*
Reverse: "Support for MD containers"
Hans de Goede
2009-07-09
3
-105
/
+0
*
When all udev_is-foo() checks fail return instead of backtracing
Hans de Goede
2009-07-09
1
-0
/
+3
*
Indicate LV status according to lv_attr active bit (#491754)
David Cantrell
2009-07-08
1
-0
/
+16
*
Include lv_attr in lvm.lvs() return value.
David Cantrell
2009-07-08
1
-3
/
+4
*
Fix list of 64-bit arches.
Bill Nottingham
2009-07-08
1
-1
/
+1
*
Add FCoE disks to the devicetree with a type of FcoeDiskDevice
Hans de Goede
2009-07-02
1
-0
/
+5
*
Add FcoeDiskDevice class to storage/devices.py
Hans de Goede
2009-07-02
1
-3
/
+18
*
Add FCoE support to storage/udev.py
Hans de Goede
2009-07-02
1
-0
/
+27
*
Write out configuration of FCoE to installed system
Hans de Goede
2009-07-02
1
-1
/
+17
*
Initial FCoE support
Hans de Goede
2009-07-02
2
-0
/
+97
*
Fix upgrade selected in UI after storage reset (#503302)
Radek Vykydal
2009-07-02
1
-0
/
+2
*
Update code that checks for devices that contain install media.
David Lehman
2009-07-01
3
-11
/
+9
*
Rework tracking of devices containing installation media. (#497087)
David Lehman
2009-07-01
3
-21
/
+36
*
Add function storage.udev.udev_resolve_devspec.
David Lehman
2009-07-01
1
-0
/
+23
*
Prevent false positives in devtree's device lookup methods.
David Lehman
2009-07-01
1
-0
/
+12
*
Skip exceptionDisks if exception originated in devtree.populate. (#497240)
David Lehman
2009-07-01
1
-0
/
+10
*
Default to /boot on ext4
Jeremy Katz
2009-06-30
1
-1
/
+1
*
Allow /boot on ext4 now that we have a grub that allows it
Jeremy Katz
2009-06-30
1
-16
/
+0
*
Write out "MAILADDR root" into mdadm.conf (#508321)
Radek Vykydal
2009-06-30
1
-1
/
+2
*
Access format options property instead of mountopts attr. (#506219)
David Lehman
2009-06-22
1
-1
/
+1
*
Be more careful about identifying NFS fstab entries.
David Lehman
2009-06-22
1
-1
/
+1
*
Don't add leading directory for files twice. (#503830)
David Lehman
2009-06-22
1
-1
/
+4
*
Support for MD containers.
Jacek Danecki
2009-06-22
4
-6
/
+115
*
New iswmd parameter for kernel cmdline
Jacek Danecki
2009-06-22
2
-0
/
+9
*
Enforcing matching rootfs type on LVs as well as for partitions (#504743)
Jeremy Katz
2009-06-10
1
-0
/
+5
*
If not enough memory is installed, enforce swap partition creation (#498742).
Chris Lumens
2009-06-10
1
-4
/
+10
*
Convert storage/ to Makefile.am
David Cantrell
2009-06-09
6
-99
/
+71
[next]