| Commit message (Expand) | Author | Age | Files | Lines |
* | - fix partition device name for some dmraid (missing "p", cf #38363) | Pascal Rigaux | 2008-03-06 | 1 | -3/+9 |
* | - diskdrake: | Pascal Rigaux | 2008-02-14 | 1 | -1/+3 |
* | - bootloader-config, diskdrake: | Pascal Rigaux | 2008-01-22 | 1 | -1/+1 |
* | - diskdrake: | Pascal Rigaux | 2007-12-04 | 1 | -38/+0 |
* | - diskdrake : | Pascal Rigaux | 2007-09-19 | 1 | -1/+1 |
* | - diskdrake: | Pascal Rigaux | 2007-09-19 | 1 | -5/+8 |
* | rename partition_table::raw::clear() into partition_table::initialize() | Pascal Rigaux | 2007-09-18 | 1 | -0/+23 |
* | handle "LVM on full disk" like other partition tables | Pascal Rigaux | 2007-09-18 | 1 | -1/+2 |
* | drop unused variables | Pascal Rigaux | 2007-09-18 | 1 | -1/+0 |
* | create partition_table::raw::read_primary out of partition_table::read_primary() | Pascal Rigaux | 2007-09-18 | 1 | -10/+6 |
* | move more things from read() to read_primary() | Pascal Rigaux | 2007-09-18 | 1 | -7/+8 |
* | simplify: read_one was used for primary and extended. replacing most of read_... | Pascal Rigaux | 2007-09-18 | 1 | -12/+9 |
* | create pt_info_to_primary() out of partition_table::read_one() | Pascal Rigaux | 2007-09-18 | 1 | -8/+1 |
* | rename ->read to ->read_one | Pascal Rigaux | 2007-09-18 | 1 | -2/+2 |
* | use ->last_usable_sector instead of {totalsectors} so that resizing a | Pascal Rigaux | 2007-04-30 | 1 | -1/+1 |
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -11/+10 |
* | try to cleanup fs.pm | Pascal Rigaux | 2005-06-28 | 1 | -2/+2 |
* | remove unused isPrimary | Pascal Rigaux | 2005-06-03 | 1 | -6/+0 |
* | media_browser returns a filehandle when non save | Pascal Rigaux | 2005-02-18 | 1 | -1/+6 |
* | cleanup | Pascal Rigaux | 2005-02-03 | 1 | -1/+1 |
* | nicer description() (esp. when the size is 0) | Pascal Rigaux | 2005-01-26 | 1 | -4/+4 |
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -5/+5 |
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -1/+1 |
* | also remove "require partition_table::lvm_PV" comment for perl_checker | Pascal Rigaux | 2004-11-17 | 1 | -1/+0 |
* | handle more nicely raw_lvm_PV (don't simply ignore them) | Pascal Rigaux | 2004-11-16 | 1 | -1/+1 |
* | don't die in will_tell_kernel() when the device is weird, since it is normal ... | Pascal Rigaux | 2004-11-16 | 1 | -3/+8 |
* | enhance readability | Pascal Rigaux | 2004-11-16 | 1 | -8/+8 |
* | create isEmpty() and use it instead of simply testing {pt_type}, since {pt_ty... | Pascal Rigaux | 2004-11-16 | 1 | -3/+3 |
* | don't use devices::part_number(), otherwise it fails with c0d0p* devices | Pascal Rigaux | 2004-10-05 | 1 | -1/+1 |
* | better logging | Pascal Rigaux | 2004-09-22 | 1 | -2/+2 |
* | - add field {part_number} for partitions | Pascal Rigaux | 2004-09-20 | 1 | -7/+13 |
* | - ensure {is_removable} field is there for created partitions, not only exist... | Pascal Rigaux | 2004-09-14 | 1 | -4/+15 |
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 1 | -1/+0 |
* | - add field {fs_type} partially replacing {pt_type} | Pascal Rigaux | 2004-07-27 | 1 | -269/+10 |
* | replace pt_type2name($part->{pt_type}) with part2name($part) | Pascal Rigaux | 2004-07-23 | 1 | -3/+6 |
* | - simplify partition table entry names (based on fdisk's names) | Pascal Rigaux | 2004-07-23 | 1 | -113/+100 |
* | old dos is not useful anymore | Pascal Rigaux | 2004-07-23 | 1 | -1/+1 |
* | simplify | Pascal Rigaux | 2004-07-23 | 1 | -5/+6 |
* | big renaming of field {type} to {pt_type}, | Pascal Rigaux | 2004-07-05 | 1 | -33/+34 |
* | new function isTrueLocalFS() to make a distinction between ext3/reiserfs/... ... | Pascal Rigaux | 2004-05-27 | 1 | -3/+4 |
* | perl now handle cleanly utf8 string in exceptions, no need to die \N("...") | Pascal Rigaux | 2004-04-05 | 1 | -5/+5 |
* | add set_best_geometry_for_the_partition_table to use the hd geometry instead ... | Pascal Rigaux | 2004-03-17 | 1 | -0/+2 |
* | type 0x17 *can* be ntfs, assuming it is when we don't care much, and check if... | Pascal Rigaux | 2004-02-18 | 1 | -2/+2 |
* | - tell kernel to remove the extended partition | Pascal Rigaux | 2004-01-30 | 1 | -1/+2 |
* | enhance log message "tell kernel ..." | Pascal Rigaux | 2004-01-30 | 1 | -1/+1 |
* | - remove the use of BLKRRPART (telling the kernel to re-read the partition ta... | Pascal Rigaux | 2004-01-15 | 1 | -29/+78 |
* | perl_checker compliance | Pascal Rigaux | 2004-01-06 | 1 | -2/+3 |
* | ensure that a number is not written as the type in fstab | Pascal Rigaux | 2003-09-17 | 1 | -1/+5 |
* | associate partition table 0xeb (BeOS) with filesystem befs (part of bug #5523) | Pascal Rigaux | 2003-09-15 | 1 | -0/+1 |
* | - fix call to openit() | Pascal Rigaux | 2003-08-21 | 1 | -6/+4 |