]> git.decadent.org.uk Git - nfs-utils.git/history - utils/mount/nfsumount.c
nfs-utils: Fix source code character encoding
[nfs-utils.git] / utils / mount / nfsumount.c
2010-06-22 Steve Dicksonmount: silently fails when bad option values are given
2009-12-11 Chuck Levermount.nfs: Teach umount.nfs to recognize netids in...
2009-09-14 Chuck Levermount.nfs: Support "-t nfs,vers=4" mounts in the kernel
2009-07-14 Chuck Leverumount.nfs: Use correct data type in nfsumount()
2009-07-14 Chuck Levermount.nfs: make nfs_options2pmap return errors
2009-05-18 Chuck Leverumount.nfs: Harden umount.nfs error reporting nfs-utils-1-1-7-rc1
2009-05-18 Chuck Levermount: remove legacy version of nfs_name_to_address()
2009-02-17 Chuck Leverumount command: remove do_nfs_umount23 function
2009-02-17 Chuck Leverumount.nfs command: Support AF_INET6 server addresses
2008-07-16 Neil BrownIf portmap is not listening on UDP (as apparently happe...
2008-07-15 Chuck LeverTraditionally the mount command has looked for a "...
2007-10-11 Neil BrownFix version fallback for unmount.
2007-10-11 Neil BrownDon't fail an unmount just because we couldn't contact...
2007-09-25 Chuck LeverDon't do_nfs_umount() for NFSv4 unmounts
2007-09-25 Chuck Leverumount.nfs: umount doesn't recognize a busy file system
2007-09-25 Chuck Leverumount.nfs: Refactor remount logic in umount.nfs
2007-09-25 Chuck Leverumount.nfs: Fix white space damage in nfsumount.c
2007-09-25 Chuck Levermount.nfs: teach [u]mount.nfs[4] to exit with EX_SUCCES...
2007-08-03 Chuck Levermount.nfs: umount needs to pick up transport option...
2007-08-03 Chuck Levermount.nfs: Support double-wide characters in printed...
2007-07-30 Chuck Leverlibnfs.a: eliminate conn.c and conn.h
2007-07-30 Chuck Leverumount.nfs: eliminate a nearly empty header file.
2007-07-30 Chuck Leverumount.nfs: Pass return codes from do_nfs_umount back
2007-07-30 Chuck Leverumount.nfs: Make do_nfs_mount use conventional EX_...
2007-07-30 Chuck Leverumount.nfs: make _nfsumount() static
2007-07-30 Chuck Leverumount.nfs: make del_mtab() a static function
2007-07-30 Chuck Leverumount.nfs: move nfs_call_umount to network.c
2007-07-30 Chuck Leverumount.nfs: make umount_usage() static
2007-07-30 Chuck Leverumount.nfs: make umount.nfs use UDP by default
2007-07-30 Chuck Leverumount.nfs: some umount.nfs error return codes are...
2007-07-29 Neil BrownAdd -Wstrict-prototypes to compiler args, and fix warni...
2007-07-20 Chuck Levermount.nfs: White space clean up
2007-07-20 Chuck Levermount.nfs: Use nfs_error in nfsmount.c, nfsumount.c...
2007-07-20 Chuck Levermount.nfs: Error handling clean-up
2007-07-20 Chuck Levermount.nfs: Move network functions into a common source...
2007-07-20 Chuck Levermount.nfs: Always preset nfs_mount_version
2007-07-20 Chuck Levermount.nfs: Create a common source module for reporting...
2007-03-20 Neil Brownumount should succeed even if we cannot contact the...
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-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 BrownOn "umount --lazy", don't tell the server we have unmou...
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
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-16 Amit GudMove NFS mount code from util-linux to nfs-utils -...