index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
fault_inject.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-05
nfsd: remove old fault injection infrastructure
Jeff Layton
1
-45
/
+6
2014-08-05
nfsd: add more granular locking to *_delegations fault injectors
Jeff Layton
1
-10
/
+6
2014-08-05
nfsd: add more granular locking to forget_openowners fault injector
Jeff Layton
1
-5
/
+3
2014-08-05
nfsd: add more granular locking to forget_locks fault injector
Jeff Layton
1
-5
/
+3
2014-08-05
nfsd: add nfsd_inject_forget_clients
Jeff Layton
1
-2
/
+1
2014-08-05
nfsd: add a forget_client set_clnt routine
Jeff Layton
1
-1
/
+1
2014-08-05
nfsd: add a forget_clients "get" routine with proper locking
Jeff Layton
1
-2
/
+1
2014-08-05
nfsd: abstract out the get and set routines into the fault injection ops
Jeff Layton
1
-51
/
+78
2014-06-23
nfsd: properly handle embedded newlines in fault_injection input
Jeff Layton
1
-0
/
+8
2014-05-08
NFSD: Use simple_read_from_buffer for coping data to userspace
Kinglong Mee
1
-13
/
+2
2013-02-28
Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+1
2013-02-22
new helper: file_inode(file)
Al Viro
1
-3
/
+3
2013-02-05
sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...
Jeff Layton
1
-1
/
+1
2012-12-10
NFSD: Correct the size calculation in fault_inject_write
Bryan Schumaker
1
-1
/
+1
2012-12-10
NFSD: Pass correct buffer size to rpc_ntop
Bryan Schumaker
1
-1
/
+1
2012-12-03
NFSD: Forget state for a specific client
Bryan Schumaker
1
-4
/
+33
2012-12-03
NFSD: Add a custom file operations structure for fault injection
Bryan Schumaker
1
-7
/
+49
2012-12-03
NFSD: Reading a fault injection file prints a state count
Bryan Schumaker
1
-2
/
+11
2012-12-03
NFSD: Fault injection operations take a per-client forget function
Bryan Schumaker
1
-7
/
+9
2012-12-03
NFSD: Lock state before calling fault injection function
Bryan Schumaker
1
-0
/
+2
2012-11-28
NFSD: Fold fault_inject.h into state.h
Bryan Schumaker
1
-1
/
+0
2012-05-31
nfsd: return 0 on reads of fault injection files
Weston Andros Adamson
1
-0
/
+1
2012-03-20
debugfs-related mode_t whack-a-mole
Al Viro
1
-1
/
+1
2011-11-07
NFSD: Added fault injection
Bryan Schumaker
1
-0
/
+91