aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/fault_inject.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-10NFSD: Correct the size calculation in fault_inject_writeBryan Schumaker1-1/+1
2012-12-10NFSD: Pass correct buffer size to rpc_ntopBryan Schumaker1-1/+1
2012-12-03NFSD: Forget state for a specific clientBryan Schumaker1-4/+33
2012-12-03NFSD: Add a custom file operations structure for fault injectionBryan Schumaker1-7/+49
2012-12-03NFSD: Reading a fault injection file prints a state countBryan Schumaker1-2/+11
2012-12-03NFSD: Fault injection operations take a per-client forget functionBryan Schumaker1-7/+9
2012-12-03NFSD: Lock state before calling fault injection functionBryan Schumaker1-0/+2
2012-11-28NFSD: Fold fault_inject.h into state.hBryan Schumaker1-1/+0
2012-05-31nfsd: return 0 on reads of fault injection filesWeston Andros Adamson1-0/+1
2012-03-20debugfs-related mode_t whack-a-moleAl Viro1-1/+1
2011-11-07NFSD: Added fault injectionBryan Schumaker1-0/+91