summaryrefslogtreecommitdiffstats
path: root/utils/mount
Commit message (Expand)AuthorAgeFilesLines
* mount.nfs: No need to return nfs_mount_data structsChuck Lever2007-07-205-31/+24
* mount.nfs: Move MS_DUMMY and friends to header fileChuck Lever2007-07-202-5/+12
* mount.nfs: Move start_statd into nfs_mountChuck Lever2007-07-205-64/+65
* mount.nfs: Move network functions into a common source moduleChuck Lever2007-07-206-274/+354
* mount.nfs: Eliminate some C macros that use implicit argumentsChuck Lever2007-07-201-78/+81
* mount.nfs: Always preset nfs_mount_versionChuck Lever2007-07-203-72/+64
* mount.nfs: Create a common source module for reporting mount errorsChuck Lever2007-07-208-183/+277
* mount.nfs: clean-up add_mtabChuck Lever2007-07-201-24/+28
* mount.nfs: /bin/mount already handles --bind & friendsChuck Lever2007-07-201-30/+0
* mount.nfs: Remove support for "-t" optionChuck Lever2007-07-201-36/+26
* mount.nfs: Simplify generation of prognameChuck Lever2007-07-201-7/+2
* Fix umount.nfs exit statusSteinar H. Gunderson2007-07-161-1/+1
* Added missing unlock_mtab() call in the add_mtab()Steve Dickson2007-07-161-0/+1
* move pseudoflavor information to common codeJ. Bruce Fields2007-07-102-35/+4
* fix warnings in mount.cJ. Bruce Fields2007-07-101-1/+1
* mount.nfs: Add the mount option "nosharecache"Trond Myklebust2007-07-105-4/+50
* mount.nfs - NFSv4 mounts give wrong error message when server denies the mountSteve Dickson2007-05-171-5/+35
* mount.nfs4: Remove checks for idmapd and gssd running.Neil Brown2007-05-111-0/+5
* mount.nfs - nordirplus optionSteve Dickson2007-03-293-0/+11
* mount.nfs.man - Use nolocks for /, /usr, /varNeil Brown2007-03-291-5/+12
* mount.nfs - require statd to be running to mount without nolocksNeil Brown2007-03-292-9/+48
* mount.nfs: Fix issue with -o user,execNeil Brown2007-03-221-4/+2
* Fix a couple of problems that crept into mountKevin Coffman2007-03-211-2/+2
* umount should succeed even if we cannot contact the server.Neil Brown2007-03-201-4/+3
* Add support for quoted mount optionsKarel Zak2007-03-202-15/+53
* Build mount.nfs by default, and install setuidNeil Brown2007-03-203-5/+18
* mount.nfs - make sure program name in error message is correct.Neil Brown2007-03-202-1/+3
* umount.nfs - more strict checks on command line args.Neil Brown2007-03-201-0/+11
* mount.nfs - Tidy up option parsing.Neil Brown2007-03-201-14/+38
* Handle -o remount betterNeil Brown2007-03-201-0/+5
* Correctly handle -f (fake) mount option.Karel Zak2007-03-201-9/+9
* Clean up of some error messages.Amit Gud2007-03-192-5/+5
* Fix a 'const' misuse warning.Neil Brown2007-03-161-1/+1
* Support unmount by not privileged usersNeil Brown2007-03-161-0/+31
* Remove nfs_mntent_t in favour of struct mntentNeil Brown2007-03-161-1/+1
* Correctly handle "user" and "users" mount options.Neil Brown2007-03-161-6/+57
* Remove some incorrect version matching code.Neil Brown2007-03-163-8/+4
* Return the correct exit status on failed mountsSteve Dickson2007-03-161-10/+16
* Support -s option to ignore unknown options (sloppy)Neil Brown2007-03-163-6/+25
* On "umount --lazy", don't tell the server we have unmounted.Neil Brown2007-03-161-6/+7
* Return correct exit status for umount.nfs.Neil Brown2007-03-161-1/+1
* Update the nfs.5 manpageNeil Brown2007-03-161-20/+16
* Add nfs.5 man pageNeil Brown2007-03-162-1/+468
* Further tidyup of nfs_umount.Neil Brown2007-03-161-65/+16
* Rename add_mtab2() to del_mtab()Wei Yongjun2007-03-161-3/+3
* Use correct UMNT protocol to do umountWei Yongjun2007-03-161-25/+29
* Fix nfs4 umount to not used umount procedureWei Yongjun2007-03-161-27/+13
* Use correct UMNT version to do umountWei Yongjun2007-03-161-3/+10
* Install mount.nfs* in /sbin instead of /usr/sbinNeil Brown2007-03-161-3/+7
* Automatically start statd when mounting an nfs filesystem.Neil Brown2007-03-163-7/+31