aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/fault_inject.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-05nfsd: remove old fault injection infrastructureJeff Layton1-45/+6
2014-08-05nfsd: add more granular locking to *_delegations fault injectorsJeff Layton1-10/+6
2014-08-05nfsd: add more granular locking to forget_openowners fault injectorJeff Layton1-5/+3
2014-08-05nfsd: add more granular locking to forget_locks fault injectorJeff Layton1-5/+3
2014-08-05nfsd: add nfsd_inject_forget_clientsJeff Layton1-2/+1
2014-08-05nfsd: add a forget_client set_clnt routineJeff Layton1-1/+1
2014-08-05nfsd: add a forget_clients "get" routine with proper lockingJeff Layton1-2/+1
2014-08-05nfsd: abstract out the get and set routines into the fault injection opsJeff Layton1-51/+78
2014-06-23nfsd: properly handle embedded newlines in fault_injection inputJeff Layton1-0/+8
2014-05-08NFSD: Use simple_read_from_buffer for coping data to userspaceKinglong Mee1-13/+2
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-3/+3
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.hJeff Layton1-1/+1
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