aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mount.c
AgeCommit message (Expand)Author
2006-06-21Patch from Paul Fox to improve mount's error handling behavior, which I beatRob Landley
2006-06-21Andre (armcc2200@yahoo) patched a bug where successful mounts could sometimesRob Landley
2006-06-15Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley
2006-05-26Change llist_add_* to take the address of the list rather than returning the newRob Landley
2006-05-26- work around bug in gcc-3.4.x on ARMBernhard Reutner-Fischer
2006-05-08Fiddling with llist to make memory management easier. Specifically, theRob Landley
2006-05-05Patch from Jason Schoon to make mount -a not abort on the first failure.Rob Landley
2006-04-05Kumar spotted another bug: if we autodetect nfs and they haven't specified theRob Landley
2006-04-04You'd think there'd be a compiler warning for "pointless if", wouldn't you?Rob Landley
2006-04-01Bug spotted by Kumar Gala. Hopefully this fixes it...Rob Landley
2006-03-29Kumar Gala tracked down a problem with NFS mounting. This is a different fixRob Landley
2006-03-28Bernhard Fischer spotted that we shouldn't free fstype if we didn't allocateRob Landley
2006-03-20whitespace cleanupEric Andersen
2006-03-20Fix some obvious compile problems. Make the -f' fakeIt option actually work.Eric Andersen
2006-03-18More fixes. Type "auto" should mean unspecified from fstab as well as theRob Landley
2006-03-14The new, new mount rewrite. (Mount double prime?) Still being debugged, butRob Landley
2006-01-25just whitespaceTim Riker
2006-01-10With -a, the jump to mount_it_now can skip the initialization of f, andRob Landley
2006-01-10Both atime and diratime should switch _off_ the corresponding no* flag.Rob Landley
2005-12-20Some minor cleanups/bugfixes split off from the big remount work:Rob Landley
2005-12-12- typo: s/sucess/success/gBernhard Reutner-Fischer
2005-10-08Rename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig canRob Landley
2005-08-30Amir Shalem found some bugs in the new mount code; unknown options didn't getRob Landley
2005-08-14If we goto singlemount, do _not_ try to continue through the loop we jumpedRob Landley
2005-08-14Stephane Billiart noticed that the return code of the new mount was horked.Rob Landley
2005-08-10Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley
2004-08-03Tito, farmatito at tiscali dot it writes:Eric Andersen
2004-05-26Kevin P. Fleming writes:Eric Andersen
2004-04-14Larry Doolittle writes:Eric Andersen
2004-04-12make mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT is disabledEric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-12-12Doh! I broke automatic filesystem type guessing. Fix mount soEric Andersen
2003-12-09Fix indenting.Eric Andersen
2003-07-22Error out early if people try to build mount with nfs supportEric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-06-20Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display aEric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2003-02-28There is no good reason to prevent nfs mounts from being mountedEric Andersen
2002-12-05Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm notEric Andersen
2002-08-23Run through indent, styleGlenn L McGrath
2002-08-22Run through indent, fix commentsGlenn L McGrath
2002-07-25Fix for bug #1255 -- support for mount -t <type>Robert Griebl
2002-07-24Add support for /etc/filesystem when searching for an "auto" filesystemRobert Griebl
2002-06-22Kill dead email addressEric Andersen
2002-06-22Apply last_patch46 from vodz, to fix buffer overflows noted byEric Andersen
2002-05-14Entries with "noauto" options are ignored correctly when mounting allRobert Griebl
2002-04-13Patch from Kevin Hilman <khilman@equator.com> to fix potentialEric Andersen
2002-04-13Update some missing copyright noticesEric Andersen
2002-04-06Apply lash_patch35 from vodz, which brings several nice size_optimizations.Eric Andersen
2001-12-20Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai