| Commit message (Expand) | Author | Age | Files | Lines |
* | - change prototype of fs::get_major_minor() | Pascal Rigaux | 2005-06-20 | 1 | -5/+8 |
* | fsedit::is_same_hd is now fs:get::is_same_hd | Pascal Rigaux | 2005-06-13 | 1 | -2/+2 |
* | fs::auto_fs() is now fs::type::guessed_by_mount() (still not a really nice na... | Pascal Rigaux | 2005-06-13 | 1 | -4/+0 |
* | don't need use MDK::Common... when we have "use common" (which is the standar... | Pascal Rigaux | 2005-06-10 | 1 | -2/+0 |
* | move loopback.pm to fs/loopback.pm | Pascal Rigaux | 2005-06-10 | 1 | -8/+8 |
* | (mount_part) stop removing lost+found (#16173) (pixel's changelog was "no_com... | Thierry Vignaud | 2005-06-08 | 1 | -1/+0 |
* | (mount) use 'soft' & 'intr' options for nfs mounts | Thierry Vignaud | 2005-06-07 | 1 | -1/+1 |
* | handle nfs mount (since we now use the /bin/mount instead of the syscall, we ... | Pascal Rigaux | 2005-06-07 | 1 | -2/+4 |
* | merge_fstabs doesn't mess around with options anymore in "loose" mode | Pascal Rigaux | 2005-06-01 | 1 | -1/+0 |
* | ensure reading existing fstab in suggest_mount_points doesn't get its options | Pascal Rigaux | 2005-06-01 | 1 | -4/+7 |
* | nicer log | Pascal Rigaux | 2005-06-01 | 1 | -1/+1 |
* | use command mount instead of using directly the syscall (allows some cleanup) | Pascal Rigaux | 2005-06-01 | 1 | -56/+60 |
* | (mount) let's support ntfs and reorder fs list btw (#3653) | Thierry Vignaud | 2005-02-09 | 1 | -2/+2 |
* | new kernel doesn't like usbdevfs any more, it wants usbfs | Pascal Rigaux | 2005-02-08 | 1 | -1/+8 |
* | - create fs::type::directories_needed_to_boot() and use it | Pascal Rigaux | 2005-01-28 | 1 | -1/+1 |
* | fs::formatMount_all() parameter wait_message is no more optional (though you ... | Pascal Rigaux | 2005-01-06 | 1 | -2/+2 |
* | part2wild_device_name('', $part) is better than devices::make($part->{device}... | Pascal Rigaux | 2005-01-05 | 1 | -1/+1 |
* | handle spaces in username | Pascal Rigaux | 2005-01-05 | 1 | -4/+2 |
* | - fs::mount() wants a real device or a faked one, but doesn't accept things l... | Pascal Rigaux | 2004-12-21 | 1 | -5/+6 |
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -5/+5 |
* | remove unused var | Pascal Rigaux | 2004-11-25 | 1 | -2/+0 |
* | we don't use /tmp for devices anymore | Pascal Rigaux | 2004-11-25 | 1 | -2/+2 |
* | - create analyze_wild_device_name() out of subpart_from_wild_device_name() | Pascal Rigaux | 2004-11-25 | 1 | -40/+66 |
* | more intelligent sort of fstab to handle loopback files or bind directory (bu... | Pascal Rigaux | 2004-11-25 | 1 | -3/+22 |
* | fix {device_alias} containing /dev/xxx instead of xxx. The bug was | Pascal Rigaux | 2004-11-23 | 1 | -6/+6 |
* | since we don't use ramdisk but clp, some code is dead | Pascal Rigaux | 2004-11-18 | 1 | -1/+1 |
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -3/+3 |
* | fix typo | Pascal Rigaux | 2004-09-27 | 1 | -1/+1 |
* | silently ignore encrypted filesystems with no encrypt_key | Pascal Rigaux | 2004-09-22 | 1 | -0/+3 |
* | don't add /dev/pts line in fstab anymore (it's done in initrd and udev) | Pascal Rigaux | 2004-09-22 | 1 | -1/+0 |
* | perl_checker compliance | Pascal Rigaux | 2004-09-20 | 1 | -1/+1 |
* | - add field {part_number} for partitions | Pascal Rigaux | 2004-09-20 | 1 | -2/+8 |
* | - don't use fs::get_info_from_fstab() in install_any::use_root_part() to be a... | Pascal Rigaux | 2004-09-20 | 1 | -3/+2 |
* | - ignore first line of /proc/swaps | Pascal Rigaux | 2004-09-07 | 1 | -3/+8 |
* | enhance based on perl_checker suggestion, but not using it :) | Pascal Rigaux | 2004-08-12 | 1 | -3/+2 |
* | allow 192.168.1.1:/export | Pascal Rigaux | 2004-08-09 | 1 | -1/+1 |
* | move mount options related stuff from fs.pm to newly created fs/mount_options.pm | Pascal Rigaux | 2004-08-03 | 1 | -242/+3 |
* | *** empty log message *** | Pascal Rigaux | 2004-08-03 | 1 | -1/+2 |
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 1 | -24/+7 |
* | don't use supermount for {is_removable} devices when used for a boot time par... | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 |
* | - add field {fs_type} partially replacing {pt_type} | Pascal Rigaux | 2004-07-27 | 1 | -48/+47 |
* | replace pt_type2name($part->{pt_type}) with part2name($part) | Pascal Rigaux | 2004-07-23 | 1 | -1/+1 |
* | - move format related functions out of fs.pm to new module fs/format.pm | Pascal Rigaux | 2004-07-23 | 1 | -103/+15 |
* | set {is_removable} directly in fsedit::hds() | Pascal Rigaux | 2004-07-22 | 1 | -1/+0 |
* | big renaming of field {type} to {pt_type}, | Pascal Rigaux | 2004-07-05 | 1 | -30/+30 |
* | create rationalize_options() and use it (bugzilla #3525) | Pascal Rigaux | 2004-07-05 | 1 | -2/+15 |
* | don't set {major} and {minor} to 0 when the device doesn't exist | Pascal Rigaux | 2004-07-05 | 1 | -1/+3 |
* | use fsedit::is_same_hd in drakupdate_fstab and revert previous change in fs::... | Olivier Blin | 2004-06-29 | 1 | -2/+2 |
* | do not add default device in device hash, it will be filled with result from ... | Olivier Blin | 2004-06-29 | 1 | -1/+1 |
* | always update $part{device} in fs::subpart_from_wild_device_name because /dev... | Olivier Blin | 2004-06-29 | 1 | -2/+2 |