Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils/nfsd: add support for minorvers4 | Benny Halevy | 2009-05-04 | 1 | -4/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <bhalevy@panasas.com> Signed-off-by: Steve Dickson <steved@redhat.com> | ||||
* | Correct spelling error | Neil Brown | 2007-02-12 | 1 | -2/+2 |
| | | | | writting -> writing | ||||
* | "rpc.nfsd XX" should not fail if ports are already open. | Neil Brown | 2006-08-07 | 1 | -1/+15 |
| | | | | | | | | | 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. | ||||
* | Call nfssvc_versbits before nfssvc_setfds | Steve Dickson | 2006-07-08 | 1 | -2/+5 |
| | | | | | nfssvc_versbits() has to be called before nfssvc_setfds() for the version processing to work correctly | ||||
* | Allow rpc.nfsd to suppress tcp or udp, and listen on a specific address. | Steve Dickson | 2006-07-03 | 1 | -3/+90 |
| | | | | | | | | | | -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. | ||||
* | Add support for suppressing different NFS versions. | Steve Dickson | 2006-06-26 | 1 | -1/+32 |
| | | | | | | e.g. -N 2 means that NFSv2 won't be supported, just v3 and v4 (if the kernel supports them). | ||||
* | Autogen update | neilbrown | 2005-12-20 | 1 | -1/+3 |
| | |||||
* | /proc/fs/nfsd as an alternate to /proc/fs/nfsd | neilbrown | 2003-08-04 | 1 | -1/+3 |
| | |||||
* | rpc.nfsd to write to /proc/fs/nfs/threads if available | neilbrown | 2003-07-03 | 1 | -0/+21 |
| | |||||
* | Initial revision | hjl | 1999-10-18 | 1 | -0/+22 |