| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo (mga#10179)16.66 | Rémi Verschelde | 2015-03-05 | 1 | -1/+1 |
* | add "nofail" option to "foreign" mountpoints to avoid unwanted | Anne Nicolas | 2015-03-05 | 1 | -1/+5 |
* | do not crash if fstab contains a bind mount | Thierry Vignaud | 2014-11-25 | 1 | -1/+3 |
* | kill $Id:$ tags | Thierry Vignaud | 2014-06-07 | 1 | -1/+1 |
* | simplify using member() | Thierry.Vignaud | 2014-05-28 | 1 | -1/+1 |
* | drop disabling supermount | Thierry Vignaud | 2014-03-14 | 1 | -21/+0 |
* | - perl -pi -e 's!mountpoint!mount point!' | Ahmad Samir | 2011-04-04 | 1 | -1/+1 |
* | - use 'cannot' instead of 'can not' | Ahmad Samir | 2011-04-02 | 1 | -1/+1 |
* | Synthesized commit during git-svn import combining previous Mandriva history ... | Mageia SVN-Git Migration | 2011-02-06 | 1 | -1/+1 |
* | - diskdrake : when user does not specify user/pass with davfs2, fallback to n... | Aurélien Lefebvre | 2009-08-17 | 1 | -1/+1 |
* | remove extents options on ext4 when updating fstab | Pascal Terjan | 2009-03-04 | 1 | -0/+4 |
* | revert unwanted part of partital commit | Pascal Terjan | 2009-02-13 | 1 | -4/+1 |
* | diskdrake: allow resizing on lvm for mounted ext3/4 and not mounted xfs | Pascal Terjan | 2009-02-13 | 1 | -1/+4 |
* | hum, the switch to cifs suggested in #42483 was only partially done, comment | Pascal Rigaux | 2009-01-09 | 1 | -6/+3 |
* | (write_fstab) fix crashing on writing fstab when using SMB (#46084) | Thierry Vignaud | 2008-12-15 | 1 | -0/+1 |
* | - diskdrake | Pascal Rigaux | 2008-11-06 | 1 | -6/+20 |
* | create fstab.old when writing fstab | Pascal Rigaux | 2008-09-26 | 1 | -0/+1 |
* | - diskdrake: | Pascal Rigaux | 2008-09-18 | 1 | -1/+2 |
* | - 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 |