aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/fault_inject.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-03nfsd: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-10/+2
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-3/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-05nfsd: use ARRAY_SIZEGravatar Jérémy Lefaure 1-3/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2014-08-05nfsd: remove old fault injection infrastructureGravatar Jeff Layton 1-45/+6
2014-08-05nfsd: add more granular locking to *_delegations fault injectorsGravatar Jeff Layton 1-10/+6
2014-08-05nfsd: add more granular locking to forget_openowners fault injectorGravatar Jeff Layton 1-5/+3
2014-08-05nfsd: add more granular locking to forget_locks fault injectorGravatar Jeff Layton 1-5/+3
2014-08-05nfsd: add nfsd_inject_forget_clientsGravatar Jeff Layton 1-2/+1
2014-08-05nfsd: add a forget_client set_clnt routineGravatar Jeff Layton 1-1/+1
2014-08-05nfsd: add a forget_clients "get" routine with proper lockingGravatar Jeff Layton 1-2/+1
2014-08-05nfsd: abstract out the get and set routines into the fault injection opsGravatar Jeff Layton 1-51/+78
2014-06-23nfsd: properly handle embedded newlines in fault_injection inputGravatar Jeff Layton 1-0/+8
2014-05-08NFSD: Use simple_read_from_buffer for coping data to userspaceGravatar Kinglong Mee 1-13/+2
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-3/+3
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Gravatar Jeff Layton 1-1/+1
2012-12-10NFSD: Correct the size calculation in fault_inject_writeGravatar Bryan Schumaker 1-1/+1
2012-12-10NFSD: Pass correct buffer size to rpc_ntopGravatar Bryan Schumaker 1-1/+1
2012-12-03NFSD: Forget state for a specific clientGravatar Bryan Schumaker 1-4/+33
2012-12-03NFSD: Add a custom file operations structure for fault injectionGravatar Bryan Schumaker 1-7/+49
2012-12-03NFSD: Reading a fault injection file prints a state countGravatar Bryan Schumaker 1-2/+11
2012-12-03NFSD: Fault injection operations take a per-client forget functionGravatar Bryan Schumaker 1-7/+9
2012-12-03NFSD: Lock state before calling fault injection functionGravatar Bryan Schumaker 1-0/+2
2012-11-28NFSD: Fold fault_inject.h into state.hGravatar Bryan Schumaker 1-1/+0
2012-05-31nfsd: return 0 on reads of fault injection filesGravatar Weston Andros Adamson 1-0/+1
2012-03-20debugfs-related mode_t whack-a-moleGravatar Al Viro 1-1/+1
2011-11-07NFSD: Added fault injectionGravatar Bryan Schumaker 1-0/+91