aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide/nfs/fault_injection.rst (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-09-25nfsd: remove fault injection codeJ. Bruce Fields1-70/+0
It was an interesting idea but nobody seems to be using it, it's buggy at this point, and nfs4state.c is already complicated enough without it. The new nfsd/clients/ code provides some of the same functionality, and could probably do more if desired. This feature has been deprecated since 9d60d93198c6 ("Deprecate nfsd fault injection"). Signed-off-by: J. Bruce Fields <bfields@redhat.com>
2020-01-16Documentation: nfs: fault_injection: convert to ReSTDaniel W. S. Almeida1-0/+70
Convert fault_injection.txt to ReST and move it to admin-guide. Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com> Link: https://lore.kernel.org/r/f7b0cf8fb1159a668f75ce82a581e7590568c2b8.1578697871.git.dwlsalmeida@gmail.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>