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
/
network.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed warnings from network.c
Steve Dickson
2010-08-09
1
-1
/
+2
*
mount.nfs: silently fails when the network protocol is not found
Steve Dickson
2010-06-22
1
-3
/
+16
*
mount: silently fails when bad option values are given
Steve Dickson
2010-06-22
1
-2
/
+18
*
nfs-utils: add and use nfs_authsys_create
Jeff Layton
2010-03-01
1
-3
/
+12
*
mount: Set protocol family properly for "udp" and "tcp"
Chuck Lever
2010-02-18
1
-1
/
+2
*
mount.nfs: make nfs_{nfs,mount}_proto set errno on error
Jeff Layton
2010-02-12
1
-6
/
+18
*
mount.nfs: return error if proto= option specified IPv6 when IPv6 isn't suppo...
Jeff Layton
2010-02-12
1
-16
/
+43
*
This is the second iteration of this patch. The only difference here
Jeff Layton
2010-02-12
1
-10
/
+8
*
Added the sys/stat.h header file to a number of
Steve Dickson
2010-01-22
1
-0
/
+1
*
nfs-utils: Collect socket address helpers into one location
Chuck Lever
2010-01-15
1
-8
/
+5
*
mount.nfs: don't use IPv6 unless IPV6_SUPPORTED is set
Jeff Layton
2010-01-04
1
-1
/
+1
*
mount.nfs: Remove nfs_name_to_address()
Chuck Lever
2009-12-11
1
-21
/
+2
*
mount.nfs: Add new API for getting protocol family from netids
Chuck Lever
2009-12-11
1
-0
/
+63
*
mount.nfs: make nfs_lookup() global
Chuck Lever
2009-12-11
1
-2
/
+12
*
mount.nfs: support netids in nfs_options2pmap()
Chuck Lever
2009-12-11
1
-22
/
+6
*
Made some aesthetic changes to the code that sets
Steve Dickson
2009-11-03
1
-4
/
+4
*
Added wrappers around the setting of default values
Steve Dickson
2009-10-27
1
-8
/
+23
*
Use the default protocol and version values, when they
Steve Dickson
2009-10-22
1
-3
/
+13
*
Introducing the parsing of both 'defaultvers' and 'defaultproto'
Steve Dickson
2009-10-22
1
-1
/
+1
*
mount.nfs: Support "-t nfs,vers=4" mounts in the kernel
Chuck Lever
2009-09-14
1
-5
/
+9
*
errno not be set on RPC errors
Steve Dickson
2009-07-15
1
-3
/
+7
*
mount.nfs: remove unused @addrlen argument from nfs_string_to_sockaddr()
Chuck Lever
2009-07-14
1
-3
/
+2
*
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
*
support: Introduce sockaddr helpers to get and set IP port numbers
Chuck Lever
2009-07-14
1
-15
/
+0
*
mount.nfs: make nfs_options2pmap return errors
Chuck Lever
2009-07-14
1
-99
/
+218
*
mount.nfs: force rpcbind queries if options aren't specified
Chuck Lever
2009-07-14
1
-7
/
+11
*
mount.nfs: If port= specifies an unregistered port, retry, then fail
Chuck Lever
2009-07-14
1
-1
/
+2
*
mount.nfs: Add more debugging output around nfs_getport()
Chuck Lever
2009-07-14
1
-4
/
+24
*
getport: Clear shared error fields before trying rpcbind queries
Chuck Lever
2009-07-14
1
-2
/
+1
*
umount.nfs: Harden umount.nfs error reporting
Chuck Lever
2009-05-18
1
-5
/
+14
*
mount: remove legacy version of nfs_name_to_address()
Chuck Lever
2009-05-18
1
-66
/
+22
*
umount.nfs: Fix return value of nfs_mount_protocol()
Chuck Lever
2009-04-18
1
-1
/
+1
*
umount.nfs: Use a privileged port when sending UMNT requests
Chuck Lever
2009-04-18
1
-1
/
+1
*
mount.nfs: squelch compiler warning for TI-RPC builds
Chuck Lever
2009-03-05
1
-2
/
+3
*
The legacy version of nfs_name_to_address() returned an incorrect
Chuck Lever
2009-03-04
1
-1
/
+1
*
umount.nfs command: Add an AF_INET6-capable version of nfs_call_unmount()
Chuck Lever
2009-02-17
1
-0
/
+53
*
text-based mount command: fix return value from po_rightmost()
Chuck Lever
2009-02-17
1
-8
/
+7
*
text-based mount command: Function to stuff "struct pmap" from mount options
Chuck Lever
2009-01-27
1
-0
/
+214
*
mount command: Random clean up
Chuck Lever
2009-01-06
1
-1
/
+2
*
mount command: use gethostbyname(3) when building on old systems
Chuck Lever
2009-01-06
1
-0
/
+56
*
mount: revert recent fix for build problems on old systems
Chuck Lever
2009-01-06
1
-18
/
+0
*
mount command: AF_INET6 support for probe_bothports()
Chuck Lever
2008-12-11
1
-21
/
+65
*
mount command: support AF_INET6 in probe_nfsport() and probe_mntport()
Chuck Lever
2008-12-11
1
-16
/
+42
*
mount command: full support for AF_INET6 addresses in probe_port()
Chuck Lever
2008-12-11
1
-10
/
+44
*
mount command: remove local getport() implementation
Chuck Lever
2008-12-02
1
-74
/
+2
*
mount command: Replace clnt_ping() and getport() calls in probe_port()
Chuck Lever
2008-12-02
1
-14
/
+29
*
mount command: Use nfs_error() instead of perror()
Chuck Lever
2008-12-02
1
-1
/
+2
*
mount command: Use nfs_pmap_getport() in probe_statd()
Chuck Lever
2008-12-02
1
-18
/
+16
*
Ensure statd gets started if required when non-root
Neil Brown
2008-11-26
1
-1
/
+13
[next]