summaryrefslogtreecommitdiff
path: root/fs/nfsd/fault_inject.c
AgeCommit message (Expand)Author
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-05nfsd: use ARRAY_SIZEJérémy Lefaure
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2014-08-05nfsd: remove old fault injection infrastructureJeff Layton
2014-08-05nfsd: add more granular locking to *_delegations fault injectorsJeff Layton
2014-08-05nfsd: add more granular locking to forget_openowners fault injectorJeff Layton
2014-08-05nfsd: add more granular locking to forget_locks fault injectorJeff Layton
2014-08-05nfsd: add nfsd_inject_forget_clientsJeff Layton
2014-08-05nfsd: add a forget_client set_clnt routineJeff Layton
2014-08-05nfsd: add a forget_clients "get" routine with proper lockingJeff Layton
2014-08-05nfsd: abstract out the get and set routines into the fault injection opsJeff Layton
2014-06-23nfsd: properly handle embedded newlines in fault_injection inputJeff Layton
2014-05-08NFSD: Use simple_read_from_buffer for coping data to userspaceKinglong Mee
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton
2012-12-10NFSD: Correct the size calculation in fault_inject_writeBryan Schumaker
2012-12-10NFSD: Pass correct buffer size to rpc_ntopBryan Schumaker
2012-12-03NFSD: Forget state for a specific clientBryan Schumaker
2012-12-03NFSD: Add a custom file operations structure for fault injectionBryan Schumaker
2012-12-03NFSD: Reading a fault injection file prints a state countBryan Schumaker
2012-12-03NFSD: Fault injection operations take a per-client forget functionBryan Schumaker
2012-12-03NFSD: Lock state before calling fault injection functionBryan Schumaker
2012-11-28NFSD: Fold fault_inject.h into state.hBryan Schumaker
2012-05-31nfsd: return 0 on reads of fault injection filesWeston Andros Adamson
2012-03-20debugfs-related mode_t whack-a-moleAl Viro
2011-11-07NFSD: Added fault injectionBryan Schumaker