]> git.decadent.org.uk Git - nfs-utils.git/history - utils/mount
Add support for quoted mount options
[nfs-utils.git] / utils / mount /
2007-03-20 Karel ZakAdd support for quoted mount options
2007-03-20 Neil BrownBuild mount.nfs by default, and install setuid
2007-03-20 Neil Brownmount.nfs - make sure program name in error message...
2007-03-20 Neil Brownumount.nfs - more strict checks on command line args.
2007-03-20 Neil Brownmount.nfs - Tidy up option parsing.
2007-03-20 Neil BrownHandle -o remount better
2007-03-19 Karel ZakCorrectly handle -f (fake) mount option.
2007-03-18 Amit GudClean up of some error messages.
2007-03-16 Neil BrownFix a 'const' misuse warning.
2007-03-16 Neil BrownSupport unmount by not privileged users
2007-03-16 Neil BrownRemove nfs_mntent_t in favour of struct mntent
2007-03-16 Neil BrownCorrectly handle "user" and "users" mount options.
2007-03-16 Neil BrownRemove some incorrect version matching code.
2007-03-16 Steve DicksonReturn the correct exit status on failed mounts
2007-03-16 Neil BrownSupport -s option to ignore unknown options (sloppy)
2007-03-16 Neil BrownOn "umount --lazy", don't tell the server we have unmou...
2007-03-16 Neil BrownReturn correct exit status for umount.nfs.
2007-03-16 Neil BrownUpdate the nfs.5 manpage
2007-03-16 Neil BrownAdd nfs.5 man page
2007-03-16 Neil BrownFurther tidyup of nfs_umount.
2007-03-16 Wei YongjunRename add_mtab2() to del_mtab()
2007-03-16 Wei YongjunUse correct UMNT protocol to do umount
2007-03-16 Wei YongjunFix nfs4 umount to not used umount procedure
2007-03-16 Wei YongjunUse correct UMNT version to do umount
2007-03-16 Neil BrownInstall mount.nfs* in /sbin instead of /usr/sbin
2007-03-16 Neil BrownAutomatically start statd when mounting an nfs filesystem.
2007-03-14 Neil BrownIf -o sec= is not specified for mount, allow either...
2007-03-13 Talpey, Thomasnfs-utils patch for mount-reserved-port
2007-03-13 Neil BrownRestore use of un-connected socket for UDP mount requests.
2007-03-13 Neil BrownAdd support for "mount -o sec=none"
2007-03-13 Neil BrownRemove unused variable from add_mtab
2006-12-18 Ian Kentnfs-utils - mtab locking needed on add as well as update
2006-07-03 Greg BanksMerge branch 'master' of git://linux-nfs.org/nfs-utils
2006-06-23 Amit GudMerge nfsmount.x and mount.x into mount.x
2006-06-23 Neil BrownTry to make sure that clientid used for NFSv4 is reliable.
2006-06-16 Neil BrownAdd support to auto-generate nfsmount* files for new...
2006-06-16 Amit GudMove NFS mount code from util-linux to nfs-utils -...