2009-February Archive by Author
Bill Nottingham
Bruno Wolff III
Chris Lumens
clumens
Danecki, Jacek
David Cantrell
- Re: RH 5.2/5.3 installer complaining about read-only devices on thesystem during install Mon Feb 09 19:52:59 GMT 2009
- [PATCH] Rewrite mdio_read() in linkdetect.c for strict aliasing rules. Mon Feb 09 22:59:57 GMT 2009
- Re: [PATCH] Rewrite mdio_read() in linkdetect.c for strict aliasing rules. Tue Feb 10 01:01:47 GMT 2009
- [PATCH 1/2] Fix gcc warning for gptsync memset() usage. Tue Feb 10 01:20:37 GMT 2009
- [PATCH 2/2] Fix gptsync/lib.c for gcc strict aliasing rules. Tue Feb 10 01:20:44 GMT 2009
- Re: [PATCH 2/2] Fix gptsync/lib.c for gcc strict aliasing rules. Tue Feb 10 01:28:58 GMT 2009
- Re: [PATCH] Check is ld-linux.so.2 is a link before rm -rf'ing Wed Feb 11 20:10:47 GMT 2009
- Make anaconda work with the new pyparted Thu Feb 12 00:54:26 GMT 2009
- [PATCH 01/47] Remove unused code in partedUtils.py Thu Feb 12 00:54:27 GMT 2009
- [PATCH 02/47] Remove partedUtils.sniffFilesystemType() Thu Feb 12 00:54:28 GMT 2009
- [PATCH 03/47] Remove partedUtils.get_partition_drive() Thu Feb 12 00:54:29 GMT 2009
- [PATCH 04/47] Removed partedUtils.get_flags(), functionality now in pyparted. Thu Feb 12 00:54:30 GMT 2009
- [PATCH 05/47] Removed partedUtils.getDeviceSizeMB(), functionality now in pyparted. Thu Feb 12 00:54:31 GMT 2009
- [PATCH 06/47] Removed partedUtils.getPartSizeMB() Thu Feb 12 00:54:33 GMT 2009
- [PATCH 07/47] Removed sector<->cylinder conversion functions. Thu Feb 12 00:54:34 GMT 2009
- [PATCH 08/47] Remove partedUtils.get_max_logical_partitions() Thu Feb 12 00:54:35 GMT 2009
- [PATCH 09/47] Remove archLabels and partitionTypesDict that have been moved into pyparted. Thu Feb 12 00:54:36 GMT 2009
- [PATCH 10/47] Removed partedUtils.get_partition_name() Thu Feb 12 00:54:37 GMT 2009
- [PATCH 11/47] Remove partedUtils.get_logical_partitions() Thu Feb 12 00:54:39 GMT 2009
- [PATCH 12/47] Removed partedUtils.get_primary_partitions() Thu Feb 12 00:54:40 GMT 2009
- [PATCH 13/47] Removed partedUtils.getRaidPartitions() Thu Feb 12 00:54:41 GMT 2009
- [PATCH 14/47] Removed partedUtils.get_lvm_partitions() Thu Feb 12 00:54:42 GMT 2009
- [PATCH 15/47] Removed partedUtils.getPartSize() Thu Feb 12 00:54:43 GMT 2009
- [PATCH 16/47] Remove partedUtils.getMaxAvailPartSizeMB() Thu Feb 12 00:54:44 GMT 2009
- [PATCH 17/47] Removed partedUtils.get_partition_by_name() Thu Feb 12 00:54:46 GMT 2009
- [PATCH 18/47] Syntax fixes for pyparted-2.0.0 Thu Feb 12 00:54:47 GMT 2009
- [PATCH 19/47] Syntax fixes for disk_new_fresh() and probe_specific. Thu Feb 12 00:54:48 GMT 2009
- [PATCH 20/47] Don't use the native_type flag anymore. Thu Feb 12 00:54:49 GMT 2009
- [PATCH 21/47] Don't provide a special partedExceptionWindow anymore. Thu Feb 12 00:54:50 GMT 2009
- [PATCH 22/47] Make sure the pyparted package ends up in the updates path. Thu Feb 12 00:54:51 GMT 2009
- [PATCH 23/47] There is no more parted.error, so just use Exception. Thu Feb 12 00:54:53 GMT 2009
- [PATCH 24/47] sector_size -> sectorSize Thu Feb 12 00:54:54 GMT 2009
- [PATCH 25/47] Syntax fixes for the new pyparted. Thu Feb 12 00:54:55 GMT 2009
- [PATCH 26/47] parted.file_system_type_get() -> parted.fileSystemType[] Thu Feb 12 00:54:56 GMT 2009
- [PATCH 27/47] Syntax changes for the new pyparted. Thu Feb 12 00:54:57 GMT 2009
- [PATCH 28/47] Use correct attribute on FileSystem objects. Thu Feb 12 00:54:58 GMT 2009
- [PATCH 29/47] Use device property on Disk and Geometry objects. Thu Feb 12 00:55:00 GMT 2009
- [PATCH 30/47] Update autopart.py to work with new pyparted syntax. Thu Feb 12 00:55:02 GMT 2009
- [PATCH 31/47] Read CHS values from Device.biosGeometry property Thu Feb 12 00:55:03 GMT 2009
- [PATCH 32/47] Iterate over partitions using disk.partitions Thu Feb 12 00:55:04 GMT 2009
- [PATCH 33/47] Syntax fixes for the new pyparted for parted.FileSystem. Thu Feb 12 00:55:05 GMT 2009
- [PATCH 34/47] Handle errors probing filesystems on RAID and LVM partitions. Thu Feb 12 00:55:07 GMT 2009
- [PATCH 35/47] Iterate over partitions to see free space. Thu Feb 12 00:55:08 GMT 2009
- [PATCH 36/47] Pass a parted.FileSystem to parted.Partition.__init__() Thu Feb 12 00:55:09 GMT 2009
- [PATCH 37/47] Skip METADATA, FREESPACE, and PROTECTED partitions. Thu Feb 12 00:55:10 GMT 2009
- [PATCH 38/47] Use parted.Disk.getPartitionByPath() Thu Feb 12 00:55:11 GMT 2009
- [PATCH 39/47] Remove unused printNewRequestsCyl() function. Thu Feb 12 00:55:12 GMT 2009
- [PATCH 40/47] Fix typo: = -> == Thu Feb 12 00:55:14 GMT 2009
- [PATCH 41/47] getPartitionByPath expects the device to start with /dev/. Thu Feb 12 00:55:15 GMT 2009
- [PATCH 42/47] Fix handling of device type vs. string in FileSystemSet.setActive. Thu Feb 12 00:55:16 GMT 2009
- [PATCH 43/47] disk.type is already a string, so we don't have to check the name attr. Thu Feb 12 00:55:17 GMT 2009
- [PATCH 44/47] Fix typo in fsset.py Thu Feb 12 00:55:19 GMT 2009
- [PATCH 45/47] request.drive is a string, not a list in this instance. Thu Feb 12 00:55:20 GMT 2009
- [PATCH 46/47] Fix PartitionSpec.getActualSize() Thu Feb 12 00:55:21 GMT 2009
- [PATCH 47/47] Check for 'is None' not '== None'. Thu Feb 12 00:55:22 GMT 2009
- Re: [PATCH 03/47] Remove partedUtils.get_partition_drive() Thu Feb 12 02:29:01 GMT 2009
- Re: [PATCH 27/47] Syntax changes for the new pyparted. Thu Feb 12 02:30:12 GMT 2009
- Re: [PATCH 03/47] Remove partedUtils.get_partition_drive() Thu Feb 12 05:36:42 GMT 2009
- Re: [PATCH] Use a better test for when we're in text mode (#484881). Thu Feb 12 16:26:16 GMT 2009
- Re: [PATCH 01/47] Remove unused code in partedUtils.py Thu Feb 12 18:56:58 GMT 2009
- Re: [PATCH 07/47] Removed sector<->cylinder conversion functions. Thu Feb 12 19:23:53 GMT 2009
- Re: [PATCH 03/47] Remove partedUtils.get_partition_drive() Thu Feb 12 20:13:01 GMT 2009
- Re: [PATCH 46/47] Fix PartitionSpec.getActualSize() Thu Feb 12 20:16:14 GMT 2009
- Re: [PATCH 03/47] Remove partedUtils.get_partition_drive() Thu Feb 12 20:37:48 GMT 2009
- Re: [PATCH 03/47] Remove partedUtils.get_partition_drive() Thu Feb 12 21:12:33 GMT 2009
- [PATCH] Require pyparted >= 2.0.0 Thu Feb 12 21:36:48 GMT 2009
- [PATCH] Correct netmask conversion in iface_netmask2prefix() Fri Feb 13 01:01:29 GMT 2009
- missing things in the git repo Fri Feb 13 03:20:09 GMT 2009
- Re: PATCH: pyblock: stop calling get_group with non NULL terminated argv list Mon Feb 16 23:09:25 GMT 2009
- Re: Use dmraid instead of setting up dm tables ourselves (fixes dmraid10) Mon Feb 16 23:11:17 GMT 2009
- Re: [PATCH 46/47] Fix PartitionSpec.getActualSize() Mon Feb 16 23:16:26 GMT 2009
- Re: PATCH: Recognize /sys/block/dm-X as a devicemapper dev (and thus call handledm) Mon Feb 16 23:22:07 GMT 2009
- Re: PATCH: Do not use dm_resolve_name on dmraid set names (#476818) Mon Feb 16 23:22:36 GMT 2009
- Re: new cherry-picks for f10-branch Mon Feb 16 23:26:46 GMT 2009
- Re: [PATCH] 474484 - translate ext4dev -> ext4 in /etc/fstab Mon Feb 16 23:29:56 GMT 2009
- Re: [PATCHES] Fix indentation Mon Feb 16 23:35:27 GMT 2009
- [PATCH] Remove unused iface_netmask2prefix() function. Mon Feb 16 23:44:04 GMT 2009
- Re: [PATCH] Correct netmask conversion in iface_netmask2prefix() Mon Feb 16 23:45:03 GMT 2009
- [PATCH 2/2] Ask for hostname after all possible net configuration (#472379) Tue Feb 17 02:04:30 GMT 2009
- Re: [PATCHES] Fix indentation Tue Feb 17 23:59:54 GMT 2009
- [PATCH] Remove old content from utils/ Thu Feb 19 02:24:41 GMT 2009
- [PATCH] Handle request.drive being a list or string (#485622) Thu Feb 19 22:32:26 GMT 2009
- Re: [PATCH] Handle request.drive being a list or string (#485622) Fri Feb 20 00:36:36 GMT 2009
- Re: [PATCH] Don't check for a swapfs on things that aren't partitions (#485977). Fri Feb 20 21:30:12 GMT 2009
- [PATCH 1/2] Pick up pyblock if it exists in block/ on an updates.img. Fri Feb 20 22:10:38 GMT 2009
- [PATCH 2/2] Ensure request.drive is always a list (#485622) Fri Feb 20 22:12:14 GMT 2009
- rhel5-branch [PATCH 1/2] Fix for traceback in Partitions.doMetaDeletes.addSnap() (#433824) Sat Feb 21 03:00:22 GMT 2009
- rhel5-branch [PATCH 2/2] Let LCS devices come online after s390 installation (#471101) Sat Feb 21 03:00:38 GMT 2009
- [PATCH 1/4] Use hashlib instead of md5 module. Sat Feb 21 04:52:22 GMT 2009
- [PATCH 2/4] Use direct reference instead of setattr(). Sat Feb 21 04:52:31 GMT 2009
- [PATCH 3/4] Remove unnecessary import lines. Sat Feb 21 04:52:36 GMT 2009
- [PATCH 4/4] Fix needsNetwork() method for yum repo objects (#470613) Sat Feb 21 04:52:44 GMT 2009
- Re: rhel5-branch [PATCH 1/2] Fix for traceback in Partitions.doMetaDeletes.addSnap() (#433824) Mon Feb 23 19:54:08 GMT 2009
- Re: Improved linuxrc.s390 (third try) Tue Feb 24 20:08:15 GMT 2009
- Re: [PATCH rhel5] Make buildinstall error out if mount of loop device fails (#472552) Wed Feb 25 20:47:30 GMT 2009
- Re: [PATCH 2/2] Include valid timezones in stage 2 (#481617). Wed Feb 25 20:52:16 GMT 2009
- Re: [PATCH 1/2] Fix traceback in timezone setting (kickstart interactive text mode) (#481617) Wed Feb 25 20:55:20 GMT 2009
- branch identification for patch review Wed Feb 25 20:59:12 GMT 2009
- [PATCH 2/2] Do not create /etc/hosts as setup does that now (#486457) Wed Feb 25 21:19:00 GMT 2009
- Re: [PATCH] Fix package name for the logos package when building EFI images. Fri Feb 27 19:22:54 GMT 2009
- Patches for anaconda-storage-branch Sat Feb 28 04:26:22 GMT 2009
- [PATCH 1/9] Syntax and import fixes. Sat Feb 28 04:26:23 GMT 2009
- [PATCH 2/9] Import fixes. Sat Feb 28 04:26:24 GMT 2009
- [PATCH 3/9] Use hashlib instead of md5 module in iscsi.py Sat Feb 28 04:26:26 GMT 2009
- [PATCH 4/9] Make sure sizes contains only floats in udev_device_get_lv_sizes() Sat Feb 28 04:26:27 GMT 2009
- [PATCH 5/9] Fix references in the packaging and makefile to booty. Sat Feb 28 04:26:28 GMT 2009
- [PATCH 6/9] Fix some booty import errors. Sat Feb 28 04:26:29 GMT 2009
- [PATCH 7/9] disk is a DiskDevice, not a parted.Disk, so it has no device attribute. Sat Feb 28 04:26:31 GMT 2009
- [PATCH 8/9] Remove the last usage of fsset in getBootDevs. Sat Feb 28 04:26:32 GMT 2009
- [PATCH 9/9] minSize and maxSize are on the DeviceFormat member. Sat Feb 28 04:26:33 GMT 2009
- Re: [PATCH 2/9] Import fixes. Sat Feb 28 21:21:00 GMT 2009
- Re: [PATCH 7/9] disk is a DiskDevice, not a parted.Disk, so it has no device attribute. Sat Feb 28 21:21:38 GMT 2009
- Re: [PATCH 9/9] minSize and maxSize are on the DeviceFormat member. Sat Feb 28 21:23:23 GMT 2009
David Lehman
Denise Dumas
Eric Sandeen
Hans de Goede
jacek
Jacek Danecki
James Laska
Jeffrey Bastian
Jeremy Katz
Jeroen van Meeuwen
Jesse Keating
Joel Granados
Joel Granados Moreno
Mark Hamzy
Martin Gracik
Martin Sivak
Mattias Hellström
Niels de Vos
Peter Jones
pjones
Radek Vykydal
Sanjay_Rao
seth vidal
Steffen Maier
Warren Togami
Will Woods
Zhang Huangbin