| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mount: -o remount should not add lines to /etc/mtab | Denis Vlasenko | 2006-09-14 | 1 | -1/+1 |
* | mount: move code from nfsmount.c into mount.c | Denis Vlasenko | 2006-09-14 | 1 | -5/+1018 |
* | mount: fix mtab support (but it is still rather buggy) | Denis Vlasenko | 2006-09-14 | 1 | -13/+27 |
* | nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg" | Denis Vlasenko | 2006-09-11 | 1 | -14/+14 |
* | nfsmount: nfsmount.h merged into nfsmount.c | Denis Vlasenko | 2006-09-10 | 1 | -8/+9 |
* | removed a lot of trailing \n in bb_msg() calls. It is added | Denis Vlasenko | 2006-09-06 | 1 | -1/+1 |
* | Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed out that my cleanup of | Rob Landley | 2006-09-05 | 1 | -3/+3 |
* | Thinko. | Rob Landley | 2006-09-04 | 1 | -3/+1 |
* | Vladimir Dronnikov also submitted a CIFS support patch to mount, which I | Rob Landley | 2006-09-01 | 1 | -8/+49 |
* | Vladimir Dronnikov convinced me to twiddle the semantics of the new shared | Rob Landley | 2006-08-09 | 1 | -5/+14 |
* | Fix a typo (|| instead of |) and remove two comments about a problem fixed | Rob Landley | 2006-08-08 | 1 | -3/+2 |
* | Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a | Rob Landley | 2006-08-08 | 1 | -50/+57 |
* | Using lstat() instead of stat() means that attempting to loopback mount | Rob Landley | 2006-08-08 | 1 | -1/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -11/+5 |
* | Patch from Paul Fox to improve mount's error handling behavior, which I beat | Rob Landley | 2006-06-21 | 1 | -21/+16 |
* | Andre (armcc2200@yahoo) patched a bug where successful mounts could sometimes | Rob Landley | 2006-06-21 | 1 | -1/+2 |
* | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | Rob Landley | 2006-06-15 | 1 | -6/+2 |
* | Change llist_add_* to take the address of the list rather than returning the new | Rob Landley | 2006-05-26 | 1 | -1/+1 |
* | - work around bug in gcc-3.4.x on ARM | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -1/+1 |
* | Fiddling with llist to make memory management easier. Specifically, the | Rob Landley | 2006-05-08 | 1 | -1/+1 |
* | Patch from Jason Schoon to make mount -a not abort on the first failure. | Rob Landley | 2006-05-05 | 1 | -4/+6 |
* | Kumar spotted another bug: if we autodetect nfs and they haven't specified the | Rob Landley | 2006-04-05 | 1 | -0/+1 |
* | You'd think there'd be a compiler warning for "pointless if", wouldn't you? | Rob Landley | 2006-04-04 | 1 | -3/+3 |
* | Bug spotted by Kumar Gala. Hopefully this fixes it... | Rob Landley | 2006-04-01 | 1 | -2/+3 |
* | Kumar Gala tracked down a problem with NFS mounting. This is a different fix | Rob Landley | 2006-03-29 | 1 | -21/+19 |
* | Bernhard Fischer spotted that we shouldn't free fstype if we didn't allocate | Rob Landley | 2006-03-28 | 1 | -1/+0 |
* | whitespace cleanup | Eric Andersen | 2006-03-20 | 1 | -29/+29 |
* | Fix some obvious compile problems. Make the -f' fakeIt option actually work. | Eric Andersen | 2006-03-20 | 1 | -1/+6 |
* | More fixes. Type "auto" should mean unspecified from fstab as well as the | Rob Landley | 2006-03-18 | 1 | -18/+30 |
* | The new, new mount rewrite. (Mount double prime?) Still being debugged, but | Rob Landley | 2006-03-14 | 1 | -252/+408 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -8/+8 |
* | With -a, the jump to mount_it_now can skip the initialization of f, and | Rob Landley | 2006-01-10 | 1 | -2/+5 |
* | Both atime and diratime should switch _off_ the corresponding no* flag. | Rob Landley | 2006-01-10 | 1 | -2/+2 |
* | Some minor cleanups/bugfixes split off from the big remount work: | Rob Landley | 2005-12-20 | 1 | -27/+8 |
* | - typo: s/sucess/success/g | Bernhard Reutner-Fischer | 2005-12-12 | 1 | -1/+1 |
* | Rename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig can | Rob Landley | 2005-10-08 | 1 | -2/+2 |
* | Amir Shalem found some bugs in the new mount code; unknown options didn't get | Rob Landley | 2005-08-30 | 1 | -2/+4 |
* | If we goto singlemount, do _not_ try to continue through the loop we jumped | Rob Landley | 2005-08-14 | 1 | -1/+1 |
* | Stephane Billiart noticed that the return code of the new mount was horked. | Rob Landley | 2005-08-14 | 1 | -4/+4 |
* | Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk | Rob Landley | 2005-08-10 | 1 | -389/+292 |
* | Tito, farmatito at tiscali dot it writes: | Eric Andersen | 2004-08-03 | 1 | -1/+1 |
* | Kevin P. Fleming writes: | Eric Andersen | 2004-05-26 | 1 | -0/+2 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -1/+1 |
* | make mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT is disabled | Eric Andersen | 2004-04-12 | 1 | -2/+2 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -6/+6 |
* | Doh! I broke automatic filesystem type guessing. Fix mount so | Eric Andersen | 2003-12-12 | 1 | -2/+3 |
* | Fix indenting. | Eric Andersen | 2003-12-09 | 1 | -6/+5 |
* | Error out early if people try to build mount with nfs support | Eric Andersen | 2003-07-22 | 1 | -0/+6 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+2 |
* | Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a | Eric Andersen | 2003-06-20 | 1 | -1/+3 |