<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nfs-utils.git/support/nfs/nfssvc.c, branch fixrootccache</title>
<subtitle>NFS utils related patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/'/>
<entry>
<title>nfs-utils: move nfssvc.c to nfsd dir and clean up linking of nfsd</title>
<updated>2009-08-01T10:26:15+00:00</updated>
<author>
<name>Jeff Layton</name>
<email>jlayton@redhat.com</email>
</author>
<published>2009-08-01T10:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=f8dd0b70ecf5a02eda29af4acead86f3359c3081'/>
<id>f8dd0b70ecf5a02eda29af4acead86f3359c3081</id>
<content type='text'>
rpc.nfsd is the only user of nfssvc.c, so we might as well move it
out of libnfs.a.

Also, don't link in libexport.a and libmisc.a, they aren't needed.

Signed-off-by: Jeff Layton &lt;jlayton@redhat.com&gt;
Signed-off-by: Steve Dickson &lt;steved@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rpc.nfsd is the only user of nfssvc.c, so we might as well move it
out of libnfs.a.

Also, don't link in libexport.a and libmisc.a, they aren't needed.

Signed-off-by: Jeff Layton &lt;jlayton@redhat.com&gt;
Signed-off-by: Steve Dickson &lt;steved@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/nfsd: add support for minorvers4</title>
<updated>2009-05-04T15:44:49+00:00</updated>
<author>
<name>Benny Halevy</name>
<email>bhalevy@panasas.com</email>
</author>
<published>2009-05-04T15:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=b750909f50fb184cb82344d40a150f0d2760ef21'/>
<id>b750909f50fb184cb82344d40a150f0d2760ef21</id>
<content type='text'>
minorvers4 can be used to either enable or disable nfsv4.x.

If minorvers4 is a positive integer n, in the allowed range (only
minorversion 1 is supported for now), the string "+4.n" is appended
to the versions string written onto /proc/fs/nfsd/versions.

Correspondingly, if minorver4 is a negative integer -n, the string
"-4.n" is written.

With the default value, minorvers4==0, the minor version
setting is not changed.

Note that unlike the protocol versions 2, 3, or 4.  The minor version
setting controls the *maximum* minor version nfsd supports.  Particular
minor version cannot be controlled on their own.  With only minor
version 1 supported at the moment the difference doesn't matter,
but for future minor versions greater than 1, enabling minor
version X will enable support for all minor versions 1 through X.
Disabling minor version X will disable support for minor
versions X and up, enabling 1 through X-1.

Signed-off-by: Benny Halevy &lt;bhalevy@panasas.com&gt;
Signed-off-by: Steve Dickson &lt;steved@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
minorvers4 can be used to either enable or disable nfsv4.x.

If minorvers4 is a positive integer n, in the allowed range (only
minorversion 1 is supported for now), the string "+4.n" is appended
to the versions string written onto /proc/fs/nfsd/versions.

Correspondingly, if minorver4 is a negative integer -n, the string
"-4.n" is written.

With the default value, minorvers4==0, the minor version
setting is not changed.

Note that unlike the protocol versions 2, 3, or 4.  The minor version
setting controls the *maximum* minor version nfsd supports.  Particular
minor version cannot be controlled on their own.  With only minor
version 1 supported at the moment the difference doesn't matter,
but for future minor versions greater than 1, enabling minor
version X will enable support for all minor versions 1 through X.
Disabling minor version X will disable support for minor
versions X and up, enabling 1 through X-1.

Signed-off-by: Benny Halevy &lt;bhalevy@panasas.com&gt;
Signed-off-by: Steve Dickson &lt;steved@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct spelling error</title>
<updated>2007-02-12T00:07:50+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-02-12T00:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=f981e46adaab5da3d105b5adf735e9ce9c19a1d5'/>
<id>f981e46adaab5da3d105b5adf735e9ce9c19a1d5</id>
<content type='text'>
 writting -&gt; writing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 writting -&gt; writing
</pre>
</div>
</content>
</entry>
<entry>
<title>"rpc.nfsd XX" should not fail if ports are already open.</title>
<updated>2006-08-07T06:37:13+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2006-08-07T06:37:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=7cbd4b199f783e1ae9aaa1d3904e2700dbfcf48d'/>
<id>7cbd4b199f783e1ae9aaa1d3904e2700dbfcf48d</id>
<content type='text'>
    support/nfs/nfssvc.c:  if any ports are already open,
	   don't try to open any more.
	 This means that once nfsd is running
	     rpc.nfsd  X
	 will just change the number of threads, not the
	 ports in use.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    support/nfs/nfssvc.c:  if any ports are already open,
	   don't try to open any more.
	 This means that once nfsd is running
	     rpc.nfsd  X
	 will just change the number of threads, not the
	 ports in use.
</pre>
</div>
</content>
</entry>
<entry>
<title>Call nfssvc_versbits before nfssvc_setfds</title>
<updated>2006-07-07T23:35:02+00:00</updated>
<author>
<name>Steve Dickson</name>
<email>steved@redhat.com</email>
</author>
<published>2006-07-07T23:35:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=b0c3cbfee702c019dab0a22557bbf38e24dfcee1'/>
<id>b0c3cbfee702c019dab0a22557bbf38e24dfcee1</id>
<content type='text'>
nfssvc_versbits() has to be called before nfssvc_setfds()
for the version processing to work correctly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nfssvc_versbits() has to be called before nfssvc_setfds()
for the version processing to work correctly
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow rpc.nfsd to suppress tcp or udp, and listen on a specific address.</title>
<updated>2006-07-02T23:52:00+00:00</updated>
<author>
<name>Steve Dickson</name>
<email>SteveD@redhat.com</email>
</author>
<published>2006-07-02T23:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=49b164d978ee6266df7ba0bd335cb34337e7c381'/>
<id>49b164d978ee6266df7ba0bd335cb34337e7c381</id>
<content type='text'>
 -T       - will suppressing listening for TCP connection.
 -U       - will suppress UDP
 -H host  - will only listen on that local address
 -p port  - will listen on that port.

This requires kernel patches which will hopefully be in 2.6.19 and possibly some
earlier test and vendor kernels.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 -T       - will suppressing listening for TCP connection.
 -U       - will suppress UDP
 -H host  - will only listen on that local address
 -p port  - will listen on that port.

This requires kernel patches which will hopefully be in 2.6.19 and possibly some
earlier test and vendor kernels.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for suppressing different NFS versions.</title>
<updated>2006-06-26T05:23:19+00:00</updated>
<author>
<name>Steve Dickson</name>
<email>SteveD@redhat.com</email>
</author>
<published>2006-06-26T05:23:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=fde2ae7794047a698feeaf17963d690a1e660a80'/>
<id>fde2ae7794047a698feeaf17963d690a1e660a80</id>
<content type='text'>
e.g.  -N 2
means that NFSv2 won't be supported, just v3 and v4 (if the kernel
supports them).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
e.g.  -N 2
means that NFSv2 won't be supported, just v3 and v4 (if the kernel
supports them).
</pre>
</div>
</content>
</entry>
<entry>
<title>Autogen update</title>
<updated>2005-12-20T04:12:42+00:00</updated>
<author>
<name>neilbrown</name>
<email>neilbrown</email>
</author>
<published>2005-12-20T04:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=ac5b03be829b4c9369ebfb07a688308721103228'/>
<id>ac5b03be829b4c9369ebfb07a688308721103228</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>/proc/fs/nfsd as an alternate to /proc/fs/nfsd</title>
<updated>2003-08-04T04:25:54+00:00</updated>
<author>
<name>neilbrown</name>
<email>neilbrown</email>
</author>
<published>2003-08-04T04:25:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=e09fbc8933961a0a774217ef32d73da373ddc670'/>
<id>e09fbc8933961a0a774217ef32d73da373ddc670</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rpc.nfsd to write to /proc/fs/nfs/threads if available</title>
<updated>2003-07-03T01:57:11+00:00</updated>
<author>
<name>neilbrown</name>
<email>neilbrown</email>
</author>
<published>2003-07-03T01:57:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=1c4fdb00a0cb5208294d745e7491ce58b153606b'/>
<id>1c4fdb00a0cb5208294d745e7491ce58b153606b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
