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(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
*
Recently #include directives for autoconf's config.h file were added in
Chuck Lever
2008-03-11
6
-2
/
+24
*
Fixed a segfault in the mount.nfs command
Steinar H. Gunderson
2008-03-10
1
-1
/
+1
*
The mount(5) man page states that the noquota, quota, usrquota and
Steinar H. Gunderson
2008-03-10
1
-0
/
+4
*
As part of migrating from nfs@lists.sf.net to linux-nfs@vger.kernel.org,
Chuck Lever
2008-03-05
2
-6
/
+0
*
Added in relatime mount option so mount.nfs stays
Steve Dickson
2008-01-24
2
-1
/
+10
*
The kernel doesn't support the underlying parts needed for changing the
Steve Dickson
2008-01-16
1
-3
/
+0
*
The kernel hasn't supported the underlying parts needed for changing the
Steve Dickson
2008-01-16
1
-3
/
+0
*
Address an inconsistency: the mount.nfs command uses the glibc routines
Steve Dickson
2008-01-16
1
-5
/
+7
*
add_mtab() calls unlock_mtab() twice in one of its error exit paths.
Steve Dickson
2008-01-16
1
-1
/
+0
*
When mount.nfs reports that statd isn't running, it suggests using the "-o
Steve Dickson
2008-01-16
1
-1
/
+1
*
Redress some nits in the description of the timeo option
Steve Dickson
2008-01-09
1
-9
/
+13
*
Get rid of the "-i" option for mount.nfs[4] and always use the text-
Steve Dickson
2008-01-04
1
-17
/
+4
*
Incorporated Chuck Lever's and Don Domingo's changes to the
Steve Dickson
2008-01-04
1
-485
/
+1208
[next]