index
:
nfs-utils.git
fixrootccache
gss-fixes
gss-proxy-mods
master
NFS utils related patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
mount
Commit message (
Expand
)
Author
Age
Files
Lines
*
nfs-utils: Collect socket address helpers into one location
Chuck Lever
2010-01-15
2
-14
/
+6
*
mount.nfs: don't use IPv6 unless IPV6_SUPPORTED is set
Jeff Layton
2010-01-04
1
-1
/
+1
*
NFS man page: update nfs(5) with details about IPv6 support
Chuck Lever
2009-12-11
1
-32
/
+72
*
mount.nfs: Remove nfs_name_to_address()
Chuck Lever
2009-12-11
2
-22
/
+2
*
mount.nfs: Teach umount.nfs to recognize netids in /etc/mtab
Chuck Lever
2009-12-11
1
-4
/
+11
*
mount.nfs: proto=netid forces address family when resolving server names
Chuck Lever
2009-12-11
1
-8
/
+23
*
mount.nfs: Fix sockaddr pointer aliasing in stropts.c
Chuck Lever
2009-12-11
1
-13
/
+19
*
mount.nfs: Add new API for getting protocol family from netids
Chuck Lever
2009-12-11
2
-0
/
+65
*
mount.nfs: make nfs_lookup() global
Chuck Lever
2009-12-11
2
-2
/
+14
*
mount.nfs: support netids in v2/v3 version/transport negotiation
Chuck Lever
2009-12-11
1
-29
/
+22
*
mount.nfs: support netids in nfs_options2pmap()
Chuck Lever
2009-12-11
1
-22
/
+6
*
mount.nfs: Retry v4 mounts with v3 on ENOENT errors
Neil Brown
2009-12-07
1
-2
/
+3
*
nfs-utils: NFSv4: fix backgrounding
Harshula Jayasuriya
2009-11-16
1
-10
/
+15
*
mount options can be lost when using bg option
Harshula Jayasuriya
2009-11-16
2
-2
/
+8
*
mount.nfs: Assume v2/v3 if mount-related options are present
Chuck Lever
2009-11-16
1
-0
/
+12
*
mount: Fix po_join() call site in nfs_try_mount_v4()
Chuck Lever
2009-11-03
1
-1
/
+2
*
mount.nfs: Assume v2/v3 if mount-related options are present
Chuck Lever
2009-11-03
1
-14
/
+35
*
Made some aesthetic changes to the code that sets
Steve Dickson
2009-11-03
2
-8
/
+10
*
Retry v4 mounts with a v3 mount when the version
Steve Dickson
2009-11-03
1
-2
/
+9
*
Added wrappers around the setting of default values
Steve Dickson
2009-10-27
2
-15
/
+45
*
Added the defaultproto and defaultvers variable to the mount
Steve Dickson
2009-10-22
1
-4
/
+18
*
Use the default protocol and version values, when they
Steve Dickson
2009-10-22
2
-3
/
+22
*
Introducing the parsing of both 'defaultvers' and 'defaultproto'
Steve Dickson
2009-10-22
3
-2
/
+59
*
Make sure all protocol version options are checked in check_vers()
Steve Dickson
2009-10-09
1
-3
/
+1
*
Make the network transports value in the mount
Steve Dickson
2009-10-09
1
-3
/
+4
*
There are a number of different mount options that can be
Steve Dickson
2009-10-09
1
-0
/
+20
*
mount: Support negotiation between v4, v3, and v2
Chuck Lever
2009-09-29
1
-1
/
+18
*
The user's mount options and the set of versions to try should not
Chuck Lever
2009-09-29
1
-24
/
+106
*
mount.nfs: Keep server's address in nfsmount_info
Chuck Lever
2009-09-29
1
-6
/
+7
*
mount.nfs: Add API to duplicate a mount option list
Chuck Lever
2009-09-29
2
-0
/
+66
*
mount.nfs: Support "-t nfs,vers=4" mounts in the kernel
Chuck Lever
2009-09-14
4
-7
/
+22
*
Cleaned up some warnings in the mount config file code.
Steve Dickson
2009-08-27
1
-0
/
+2
*
Cleaned up parsing errors to hopeful be more precise
Steve Dickson
2009-08-17
2
-4
/
+5
*
Now that only the Section names are case-insensitive
Steve Dickson
2009-08-16
1
-3
/
+6
*
The example nfsmount.conf file
Steve Dickson
2009-08-16
2
-0
/
+121
*
The new nfsmount.conf(5) man page and the update to
Steve Dickson
2009-08-16
3
-0
/
+95
*
Added hooks to the mount command that allow
Steve Dickson
2009-08-16
3
-1
/
+56
*
Support routines used to read sections from the configuration file
Steve Dickson
2009-08-16
2
-0
/
+321
*
nfs(5): Remove trailing blanks
Chuck Lever
2009-08-16
1
-131
/
+130
*
nfs(5): Add description of lookupcache mount option
Chuck Lever
2009-08-16
1
-0
/
+96
*
errno not be set on RPC errors
Steve Dickson
2009-07-15
2
-6
/
+16
*
Don't use initialized garbage for address lengths
Steve Dickson
2009-07-15
1
-2
/
+2
*
mount.nfs: Squelch compiler warnings in nfs_strerror()
Chuck Lever
2009-07-14
2
-7
/
+7
*
mount.nfs: Squelch unused parameter warnings on empty functions
Chuck Lever
2009-07-14
2
-3
/
+4
*
mount.nfs: Fix compiler warning in stropts.c
Chuck Lever
2009-07-14
1
-2
/
+4
*
umount.nfs: Use correct data type in nfsumount()
Chuck Lever
2009-07-14
1
-1
/
+1
*
mount.nfs: remove unused @addrlen argument from nfs_string_to_sockaddr()
Chuck Lever
2009-07-14
3
-9
/
+5
*
mount.nfs: Remove unused @salen parameter from nfs_ca_gai()
Chuck Lever
2009-07-14
1
-2
/
+2
*
mount.nfs: Fix some nfs_error() nits in network.c
Chuck Lever
2009-07-14
1
-3
/
+4
*
mount.nfs: Remove unused parameter in try_mount()
Chuck Lever
2009-07-14
1
-3
/
+3
[next]