| Commit message (Expand) | Author | Age | Files | Lines |
* | - no more /media/cdrom in fstab by default | Pascal Rigaux | 2008-03-03 | 1 | -1/+1 |
* | - diskdrake: | Pascal Rigaux | 2008-02-21 | 1 | -1/+1 |
* | ensure "defaults" mount option is set in fstab | Pascal Rigaux | 2007-09-17 | 1 | -1/+1 |
* | - library: have "defaults" mount option instead of empty string (for rescue) | Pascal Rigaux | 2007-09-10 | 1 | -1/+1 |
* | - diskdrake | Pascal Rigaux | 2007-09-04 | 1 | -1/+5 |
* | - support for UUID (including UUID=xxx in fstab) | Pascal Rigaux | 2007-08-31 | 1 | -1/+5 |
* | drop supermount support (it has been dropped from our kernel) | Pascal Rigaux | 2007-08-02 | 1 | -14/+7 |
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -18/+13 |
* | try to cleanup fs.pm | Pascal Rigaux | 2005-06-28 | 1 | -321/+7 |
* | - 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 |