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
/
stropts.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mount.nfs: silently fails when the network protocol is not found
Steve Dickson
2010-06-22
1
-5
/
+11
*
mount: Mount should retry unreachable hosts
Chuck Lever
2010-03-19
1
-0
/
+1
*
text-based mount: Support protocol family negotiation
Chuck Lever
2010-02-12
1
-11
/
+60
*
text-based mount: Set addr= option in nfs_try_mount_foo()
Chuck Lever
2010-02-12
1
-4
/
+19
*
text-based mount: Replace nfs_lookup() with getaddrinfo(3)
Chuck Lever
2010-02-12
1
-8
/
+24
*
text-based mount: Retry when server can't be reached
Chuck Lever
2010-02-12
1
-0
/
+4
*
nfs-utils: Collect socket address helpers into one location
Chuck Lever
2010-01-15
1
-6
/
+1
*
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: support netids in v2/v3 version/transport negotiation
Chuck Lever
2009-12-11
1
-29
/
+22
*
mount.nfs: Retry v4 mounts with v3 on ENOENT errors
Neil Brown
2009-12-07
1
-2
/
+3
*
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
1
-4
/
+6
*
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
1
-7
/
+22
*
Use the default protocol and version values, when they
Steve Dickson
2009-10-22
1
-0
/
+9
*
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: Support "-t nfs,vers=4" mounts in the kernel
Chuck Lever
2009-09-14
1
-2
/
+8
*
Don't use initialized garbage for address lengths
Steve Dickson
2009-07-15
1
-2
/
+2
*
mount.nfs: Fix compiler warning in stropts.c
Chuck Lever
2009-07-14
1
-2
/
+4
*
mount.nfs: remove unused @addrlen argument from nfs_string_to_sockaddr()
Chuck Lever
2009-07-14
1
-4
/
+2
*
mount.nfs: Don't update extra_opts after text-based negotiation
Chuck Lever
2009-07-14
1
-5
/
+14
*
mount.nfs: Clean up after restructuring version/protocol negotiation
Chuck Lever
2009-07-14
1
-132
/
+25
*
mount.nfs: Clean up nfs_is_permanent_error()
Chuck Lever
2009-07-14
1
-20
/
+25
*
mount.nfs: rearchitect mount version/protocol negotiation logic
Chuck Lever
2009-07-14
1
-17
/
+25
*
mount.nfs: make nfs_options2pmap return errors
Chuck Lever
2009-07-14
1
-1
/
+4
*
mount: remove legacy version of nfs_name_to_address()
Chuck Lever
2009-05-18
1
-12
/
+4
*
The mount sockaddr len (mnt_salen) is not be set in
Steve Dickson
2009-02-17
1
-2
/
+3
*
text-based mount command: fix return value from po_rightmost()
Chuck Lever
2009-02-17
1
-2
/
+2
*
text-based mount command: support AF_INET6 in rewrite_mount_options()
Chuck Lever
2009-01-27
1
-25
/
+49
*
text-based mount command: fix mount option rewriting logic
Chuck Lever
2009-01-27
1
-34
/
+79
*
text-based mount options: Use new pmap stuffer when rewriting mount options
Chuck Lever
2009-01-27
1
-63
/
+5
*
text-based mount command: make po_rightmost() work for N options
Chuck Lever
2009-01-27
1
-5
/
+23
*
text-based mount command: use po_get_numeric() for handling retry
Chuck Lever
2008-12-17
1
-9
/
+11
*
If an NFS server is only listening on TCP for portmap (as apparently
Neil Brown
2008-07-16
1
-0
/
+25
*
Clean up: remove unneeded headers from utils/mount/stropts.c.
Chuck Lever
2008-07-15
1
-11
/
+3
*
Clean up: rename a couple of functions in utils/mount/stropts.c to match
Chuck Lever
2008-07-15
1
-9
/
+9
*
Clean up: remove unused IPv4-only functions used by the text-based mount
Chuck Lever
2008-07-15
1
-20
/
+0
*
Traditionally the mount command has looked for a ":" to separate the
Chuck Lever
2008-07-15
1
-61
/
+10
*
Change the fix_mounthost_option() function to support resolving IPv6
Chuck Lever
2008-07-15
1
-12
/
+21
*
Change the append_clientaddr_option() function to support sending either
Chuck Lever
2008-07-15
1
-14
/
+12
*
Change the append_addr_option() function to support sending either IPv4
Chuck Lever
2008-07-15
1
-15
/
+6
*
There are three helpers that convert sockaddr-style addresses to text
Chuck Lever
2008-07-15
1
-0
/
+31
*
Add #include directives for additional header files needed to support IPv6
Chuck Lever
2008-07-15
1
-0
/
+3
*
Currently the "-s" option is ignored by the text-based mount interface. To
Chuck Lever
2008-07-15
1
-0
/
+15
*
The text-based mount command displays the rather inexplicable "mount:
Chuck Lever
2008-07-15
1
-3
/
+4
[next]