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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nfs-utils: Provide type-checked version of svc_getcaller()
Chuck Lever
2009-03-05
6
-24
/
+35
*
Update example in exports(5) man page
Valerie Aurora Henson
2009-03-04
1
-1
/
+1
*
showmount command: remove legacy RPC logic
Chuck Lever
2009-03-04
1
-141
/
+0
*
nfs(5): document new [no]resvport option
Chuck Lever
2009-03-04
1
-0
/
+14
*
nfs(5): document new [no]resvport option
Chuck Lever
2009-03-04
1
-0
/
+66
*
The legacy version of nfs_name_to_address() returned an incorrect
Chuck Lever
2009-03-04
1
-1
/
+1
*
Converted good_client() to correctly use the tcp wrapper
Steve Dickson
2009-03-04
1
-1
/
+3
*
Exportfs and rpc.mountd optimalization
Tomas Richter
2009-02-18
4
-10
/
+9
*
rpc.idmapd should tell the user more verbosely if Dnotify
Lukas Hejtmanek
2009-02-18
1
-2
/
+4
*
umount command: remove do_nfs_umount23 function
Chuck Lever
2009-02-17
1
-93
/
+0
*
umount.nfs command: Support AF_INET6 server addresses
Chuck Lever
2009-02-17
1
-4
/
+99
*
umount.nfs command: Add an AF_INET6-capable version of nfs_call_unmount()
Chuck Lever
2009-02-17
2
-1
/
+56
*
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
4
-14
/
+14
*
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: Function to stuff "struct pmap" from mount options
Chuck Lever
2009-01-27
2
-0
/
+219
*
text-based mount command: make po_rightmost() work for N options
Chuck Lever
2009-01-27
3
-24
/
+41
*
showmount command: Quiesce warning when TI-RPC is disabled
Chuck Lever
2009-01-07
1
-7
/
+7
*
Merge branch 'master' of git://linux-nfs.org/nfs-utils
Steve Dickson
2009-01-07
1
-19
/
+58
|
\
|
*
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
*
|
gssd: By default, don't spam syslog when users' credentials expire
Kevin Coffman
2009-01-05
4
-11
/
+11
|
/
*
statd: not unlinking host files
Steve Dickson
2008-12-17
3
-17
/
+19
*
sm-notify command: fix a use-after-free bug
Chuck Lever
2008-12-17
1
-11
/
+14
*
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
*
svcgssd: use the actual context expiration for cache
Kevin Coffman
2008-12-11
1
-7
/
+13
*
gssd/svcgssd: add support to retrieve actual context expiration
Kevin Coffman
2008-12-11
8
-17
/
+30
*
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
*
sm-notify: always exiting without any notification
Steve Dickson
2008-12-06
1
-1
/
+2
*
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
2
-2
/
+14
*
gssd: unblock DNOTIFY_SIGNAL in case it was blocked.
Neil Brown
2008-11-26
1
-0
/
+6
*
showmount command: support querying IPv6 servers
Chuck Lever
2008-11-25
1
-0
/
+36
*
showmount command: move logic to acquire RPC client handle out of main()
Chuck Lever
2008-11-25
1
-52
/
+64
*
showmount command: Remove unused local getport() implementation
Chuck Lever
2008-11-25
1
-105
/
+0
*
showmount command: call nfs_getport instead of local getport
Chuck Lever
2008-11-25
1
-6
/
+8
*
sm-notify should exit as soon as its determined
Phil Endecott
2008-10-14
1
-3
/
+10
*
nfs(5): Clarify behavior of the mountproto= and proto= options
Chuck Lever
2008-10-08
1
-0
/
+85
*
Cleaned up the wording in the rpc.nfsd(8) manpage
Steve Dickson
2008-10-01
1
-1
/
+1
*
Cleared up a contradiction in the export(5) man page
Steve Dickson
2008-10-01
1
-1
/
+1
*
mountd: change "unknown host" error message to "unmatched host"
Jeff Layton
2008-09-29
1
-1
/
+1
[next]