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
*
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
*
text-based mount command: use po_get_numeric() for handling retry
Chuck Lever
2008-12-17
1
-9
/
+11
*
text-based mount command: add function to parse numeric mount options
Chuck Lever
2008-12-17
2
-0
/
+58
*
mount command: AF_INET6 support for probe_bothports()
Chuck Lever
2008-12-11
2
-21
/
+68
*
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
*
nfs(5): Clarify behavior of the mountproto= and proto= options
Chuck Lever
2008-10-08
1
-0
/
+85
*
nfs(5): Replace the term "netid" in mount option descriptions
Chuck Lever
2008-09-29
1
-8
/
+8
*
nfs(5): Replace the term "netid" in mount option descriptions
Chuck Lever
2008-09-29
1
-6
/
+6
*
mount: enable retry for nfs23 to set the correct protocol for mount.
Neil Brown
2008-08-28
1
-2
/
+4
*
mount.nfs command: old glibc missing some flags
Chuck Lever
2008-07-31
1
-0
/
+18
*
nfs(5) man page: Add documentation for the "mountproto=" option
Chuck Lever
2008-07-25
1
-0
/
+19
*
If portmap is not listening on UDP (as apparently happens with
Neil Brown
2008-07-16
1
-4
/
+15
*
If an NFS server is only listening on TCP for portmap (as apparently
Neil Brown
2008-07-16
2
-2
/
+29
*
Clean up: Include the bare minimum of legacy RPC headers in
Chuck Lever
2008-07-15
6
-24
/
+9
*
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
3
-54
/
+0
*
Traditionally the mount command has looked for a ":" to separate the
Chuck Lever
2008-07-15
5
-82
/
+288
*
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
*
Introduce IPv6-enabled version of get_client_address. The legacy mount
Chuck Lever
2008-07-15
2
-0
/
+120
*
Introduce two new functions to convert a sockaddr to a presentation format
Chuck Lever
2008-07-15
2
-0
/
+96
*
Add #include directives for additional header files needed to support IPv6
Chuck Lever
2008-07-15
2
-1
/
+7
*
Currently the "-s" option is ignored by the text-based mount interface. To
Chuck Lever
2008-07-15
1
-0
/
+15
*
Clean up: add the traditional pre-processor safety check in headers under
Chuck Lever
2008-07-15
8
-10
/
+34
*
Moved the kernel version-ing code into a new version.h
Chuck Lever
2008-07-15
4
-21
/
+55
*
Introduce a new DNS resolver function in utils/mount/network.c that uses
Chuck Lever
2008-07-15
2
-19
/
+61
*
The text-based mount command displays the rather inexplicable "mount:
Chuck Lever
2008-07-15
2
-4
/
+10
*
Ported the create_mtab() routine from util-linux-ng as well
Christiaan Welvaart
2008-07-15
3
-34
/
+86
*
Fix error reporting when probe_bothports() fails while rewriting mount
Chuck Lever
2008-06-06
2
-4
/
+8
*
Clean up: instead of passing so many arguments to all the helpers, have
Chuck Lever
2008-06-06
1
-111
/
+132
*
Steinar Gunderson reports:
Chuck Lever
2008-06-06
1
-13
/
+38
*
Make the text-based mount path check whether statd is running if the "lock"
Neil Brown
2008-06-06
1
-4
/
+27
*
If mount.nfs is not installed setuid, an attempt to perform a "user"
NeilBrown
2008-05-08
1
-0
/
+6
*
The prev_bg_host stuff made sense when NFS didn't have its own mount
Jeff Layton
2008-05-07
1
-14
/
+0
*
The bg option is essentially ignored with nfs4 currently. nfs4mount()
Jeff Layton
2008-05-07
1
-2
/
+8
*
Currently nfs4mount() sets the retry value to 10000 on both fg and bg
Jeff Layton
2008-05-07
2
-5
/
+17
*
Change how mount.nfs handles EACCES errors. Currently,
Jeff Layton
2008-04-14
1
-1
/
+0
*
Correct a spelling error in a mount.nfs error message
Li Yewang
2008-04-09
1
-1
/
+1
*
There were 2 things wrong with auth flavour ordering:
bc Wong
2008-03-18
1
-5
/
+8
[next]