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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed configuration error when --disable-mount was used.
Steve Dickson
2009-11-03
1
-0
/
+2
*
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
3
-20
/
+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
4
-2
/
+66
*
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
*
nfs-utils: nfs-iostat.py autofs cleanup and option to sort by ops/s
Lans Carstensen
2009-09-15
1
-13
/
+52
*
nfs-utils: nfs-iostat.py autofs cleanup and option to sort by ops/s
Lans Carstensen
2009-09-15
1
-55
/
+57
*
nfs-utils: nfs-iostat.py autofs cleanup and option to sort by ops/s
Lans Carstensen
2009-09-15
1
-16
/
+44
*
nfs-utils: nfs-iostat.py autofs cleanup and option to sort by ops/s
Lans Carstensen
2009-09-15
1
-1
/
+1
*
idmapd: rearm event handler after error in nfsdcb()
Jeff Layton
2009-09-14
1
-8
/
+10
*
mount.nfs: Support "-t nfs,vers=4" mounts in the kernel
Chuck Lever
2009-09-14
4
-7
/
+22
*
IPv6 support for nfsd was finished before some of the other daemons
Jeff Layton
2009-09-14
2
-0
/
+18
*
Gssd blindly caches machine credentials
Lukas Hejtmanek
2009-08-27
3
-41
/
+48
*
Cleaned up some warnings in the mount config file code.
Steve Dickson
2009-08-27
2
-0
/
+3
*
Don't give client an empty flavor list
J. Bruce Fields
2009-08-24
1
-0
/
+5
*
Cleaned up parsing errors to hopeful be more precise
Steve Dickson
2009-08-17
3
-9
/
+10
*
Added support for line comments parsing which should
Benny Halevy
2009-08-17
1
-5
/
+19
*
Now that only the Section names are case-insensitive
Steve Dickson
2009-08-16
3
-15
/
+16
*
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
*
Adds '--enable-mountconfig' configuration flag that will
Steve Dickson
2009-08-16
1
-0
/
+25
*
Added an conditional argument to the Section names
Steve Dickson
2009-08-16
2
-19
/
+97
*
Make Section names case-insensitive which should
Steve Dickson
2009-08-16
1
-0
/
+15
*
Taught conf_parse_line() to ignore spaces in the
Steve Dickson
2009-08-16
1
-9
/
+26
*
Move idmapd's configuration file parsing routines into
Steve Dickson
2009-08-16
7
-902
/
+859
*
Augment nfs4 stats to cover new nfs41 client and
Benny Halevy
2009-08-16
1
-6
/
+40
*
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
*
Since
J. Bruce Fields
2009-08-16
1
-8
/
+6
*
Add some clarification about the purpose of the program, info about the
Jeff Layton
2009-08-14
1
-3
/
+22
*
nfs-utils: add IPv6 support to nfsd
Jeff Layton
2009-08-14
1
-25
/
+89
*
Allow nfssvc_setfds to properly deal with AF_INET6.
Jeff Layton
2009-08-14
1
-0
/
+14
*
nfs-utils: convert nfssvc_setfds to use getaddrinfo
Jeff Layton
2009-08-14
3
-103
/
+212
*
nfs-utils: move check for active knfsd to helper function
Jeff Layton
2009-08-01
1
-14
/
+30
*
nfs-utils: declare a static common buffer for nfssvc.c routines
Jeff Layton
2009-08-01
1
-11
/
+17
*
nfs-utils: clean up NFSCTL_* macros for handling protocol bits
Jeff Layton
2009-08-01
2
-4
/
+35
*
nfs-utils: convert rpc.nfsd to use xlog()
Jeff Layton
2009-08-01
2
-48
/
+66
[next]