]> git.decadent.org.uk Git - nfs-utils.git/history - utils/mount
Merge branch 'upstream'
[nfs-utils.git] / utils / mount /
2010-07-14 Ben HutchingsMerge branch 'upstream'
2010-07-14 Ben HutchingsImported Upstream version 1.1.1~git-20070706 upstream/1.1.1_git-20070706
2010-07-14 Ben HutchingsMerge branch 'upstream'
2010-07-14 Ben HutchingsImported Upstream version 1.1.0 upstream/1.1.0
2010-07-14 Ben HutchingsImported Upstream version 1.1.0~rc2 upstream/1.1.0_rc2
2010-07-14 Ben HutchingsMerge branch 'upstream'
2010-07-14 Ben HutchingsImported Upstream version 1.1.0~rc1 upstream/1.1.0_rc1
2010-07-14 Ben HutchingsImported Upstream version 1.0.12 upstream/1.0.12
2010-07-14 Ben HutchingsImported Upstream version 1.0.11 upstream/1.0.11
2010-07-14 Ben HutchingsMerge branch 'upstream'
2010-07-14 Ben HutchingsImported Upstream version 1.0.11~git-20070212 upstream/1.0.11_git-20070212
2010-07-14 Ben HutchingsMerge branch 'upstream'
2010-07-14 Ben HutchingsImported Upstream version 1.0.11~git-20060117 upstream/1.0.11_git-20060117
2010-07-14 Ben HutchingsMerge branch 'upstream'
2010-07-14 Ben HutchingsImported Upstream version 1.0.11~git-20060105 upstream/1.0.11_git-20060105
2010-07-14 Ben HutchingsImported Upstream version 1.0.10 upstream/1.0.10
2010-07-14 Steinar H. GundersonImported Debian patch 1.0.9-2 debian/1%1.0.9-2
2010-07-14 Anibal Monsalve... Imported Debian patch 1.0.9-1 debian/1%1.0.9-1
2010-07-14 Ben HutchingsMerge branch 'upstream'
2010-07-14 Ben HutchingsImported Upstream version 1.0.9 upstream/1.0.9
2010-07-14 Steinar H. GundersonImported Debian patch 1.0.8+1.0.9pre1-4 debian/1%1.0.8+1.0.9pre1-4
2010-07-14 Steinar H. GundersonImported Debian patch 1.0.8+1.0.9pre1-3 debian/1%1.0.8+1.0.9pre1-3
2010-07-14 Ben HutchingsMerge branch 'upstream'
2010-07-14 Ben HutchingsImported Upstream version 1.0.8+1.0.9pre1 upstream/1.0.8+1.0.9pre1
2007-08-03 Chuck Levermount.nfs: Fix background mounts
2007-08-03 Chuck Levermount.nfs: Refactor mount logic to allow support for...
2007-08-03 Chuck Levermount.nfs: restore bg argument to nfsmount() and nfs4mo...
2007-08-03 Chuck Levermount.nfs: get_socket() may clobber errno, but preserve...
2007-08-03 Chuck Levermount.nfs: Always close the socket at the end of getport()
2007-08-03 Chuck Levermount.nfs: Shorter timeout for TCP connects
2007-08-03 Chuck Levermount.nfs: Remove a redundant port assignment
2007-08-03 Chuck Levermount.nfs: umount needs to pick up transport option...
2007-08-03 Chuck Levermount.nfs: fix printf's normally hidden behind NFS_MOUN...
2007-08-03 Chuck Levermount.nfs: Support double-wide characters in printed...
2007-07-30 Neil BrownFix more 'prototype' warnings and other warnings.
2007-07-30 Chuck Levermount.nfs: clean up a couple of printfs in fstab.c
2007-07-30 Chuck Leverlibnfs.a: eliminate another dependency on a global...
2007-07-30 Chuck Leverlibnfs.a: eliminate conn.c and conn.h
2007-07-30 Chuck Levermount.nfs: use nfs_error instead of fprintf in get_socket()
2007-07-30 Chuck Leverlibnfs.a: move get_socket() function to utils/mount...
2007-07-30 Chuck Leverlibnfs.a: move clnt_ping() to utils/mount
2007-07-30 Chuck Leverlibnfs.a: move more mount-only functions out of libnfs.a
2007-07-30 Chuck Leverlibnfs.a: move mnt_{open, close}clnt calls to utils...
2007-07-30 Chuck Levermount.nfs: clean up getport() function
2007-07-30 Chuck Levermount.nfs: fix hang when getport() uses TCP against...
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 LeverMake sure nfs_call_umount's callers are handling its...
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-30 Chuck Levermount.nfs: fix more nits with error messages
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: When -v is set and the mount succeeds, print...
2007-07-20 Chuck LeverRemove the running_bg parameter
2007-07-20 Chuck Levermount.nfs: Change *flags to flags
2007-07-20 Chuck Levermount.nfs: No need to return nfs_mount_data structs
2007-07-20 Chuck Levermount.nfs: Move MS_DUMMY and friends to header file
2007-07-20 Chuck Levermount.nfs: Move start_statd into nfs_mount
2007-07-20 Chuck Levermount.nfs: Move network functions into a common source...
2007-07-20 Chuck Levermount.nfs: Eliminate some C macros that use implicit...
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-07-20 Chuck Levermount.nfs: clean-up add_mtab
2007-07-20 Chuck Levermount.nfs: /bin/mount already handles --bind & friends
2007-07-20 Chuck Levermount.nfs: Remove support for "-t" option
2007-07-20 Chuck Levermount.nfs: Simplify generation of progname
2007-07-16 Steinar H. GundersonFix umount.nfs exit status
2007-07-16 Steve DicksonAdded missing unlock_mtab() call in the add_mtab()
2007-07-10 J. Bruce Fieldsmove pseudoflavor information to common code
2007-07-10 J. Bruce Fieldsfix warnings in mount.c
2007-07-10 Trond Myklebustmount.nfs: Add the mount option "nosharecache"
2007-05-17 Steve Dicksonmount.nfs - NFSv4 mounts give wrong error message when...
2007-05-11 Neil Brownmount.nfs4: Remove checks for idmapd and gssd running.
2007-03-29 Steve Dicksonmount.nfs - nordirplus option
2007-03-29 Neil Brownmount.nfs.man - Use nolocks for /, /usr, /var
2007-03-29 Neil Brownmount.nfs - require statd to be running to mount withou...
2007-03-22 Neil Brownmount.nfs: Fix issue with -o user,exec
2007-03-20 Kevin CoffmanFix a couple of problems that crept into mount
2007-03-20 Neil Brownumount should succeed even if we cannot contact the...
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.
next