index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
fault-inject.c
Age
Commit message (
Expand
)
Author
2025-01-12
fault-inject: use prandom where cryptographically secure randomness is not ne...
Akinobu Mita
2024-09-01
fault-inject: improve build for CONFIG_FAULT_INJECTION=n
Jani Nikula
2023-04-13
fault-inject: allow configuration via configfs
Akinobu Mita
2022-12-15
fault-injection: make stacktrace filter works as expected
Wei Yongjun
2022-12-15
fault-injection: make some stack filter attrs more readable
Wei Yongjun
2022-12-15
fault-injection: skip stacktrace filtering by default
Wei Yongjun
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-11-22
mm: fix unexpected changes to {failslab|fail_page_alloc}.attr
Qi Zheng
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-05-19
mm: fix missing handler for __GFP_NOWARN
Qi Zheng
2020-04-15
fault_inject: Don't rely on "return value" from WRITE_ONCE()
Will Deacon
2019-06-18
fault-inject: clean up debugfs file creation logic
Greg Kroah-Hartman
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-04-29
fault-inject: Simplify stacktrace retrieval
Thomas Gleixner
2017-08-10
fault-inject: fix wrong should_fail() decision in task context
Akinobu Mita
2017-07-14
fault-inject: simplify access check for fail-nth
Akinobu Mita
2017-07-12
fault-inject: support systematic fault injection
Dmitry Vyukov
2017-05-08
lib/fault-inject.c: use correct check for interrupts
Dmitry Vyukov
2015-10-23
fault-inject: fix inverted interval/probability values in printk
Florian Westphal
2014-12-13
fault-inject: add ratelimit option
Dmitry Monakhov
2013-06-03
debugfs: add get/set for atomic types
Seth Jennings
2013-04-29
lib/: rename random32() to prandom_u32()
Akinobu Mita
2012-06-20
fault-inject: avoid call to random32() if fault injection is disabled
Anton Blanchard
2012-03-07
lib: reduce the use of module.h wherever possible
Paul Gortmaker
2012-01-03
switch debugfs to umode_t
Al Viro
2011-10-26
fault-inject: export setup_fault_attr()
Per Forlin
2011-10-26
fault-inject: export fault injection functions
Per Forlin
2011-08-03
fault-injection: add ability to export fault_attr in arbitrary directory
Akinobu Mita
2011-07-26
fault-injection: use debugfs_remove_recursive
Akinobu Mita
2011-07-26
fault-injection: cleanup simple attribute of stacktrace_depth
Akinobu Mita
2011-07-26
fault-injection: do not include unneeded header
Akinobu Mita
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
2009-01-06
Remove remaining unwinder code
Alexey Dobriyan
2008-02-08
libfs: allow error return from simple attributes
Christoph Hellwig
2007-07-24
fault_inject: silence a warning
Stephen Rothwell
2007-05-08
simplify the stacktrace code
Christoph Hellwig
2007-02-20
[PATCH] fault injection: split up stacktrace filter Kconfig option
Akinobu Mita
2006-12-15
Remove stack unwinder for now
Linus Torvalds
2006-12-08
[PATCH] fault-injection: optimize and simplify should_fail()
Don Mullis
2006-12-08
[PATCH] fault-injection: Clamp debugfs stacktrace-depth to MAX_STACK_TRACE_DEPTH
Don Mullis
2006-12-08
[PATCH] fault-injection: Use bool-true-false throughout
Don Mullis
2006-12-08
[PATCH] fault injection: stacktrace filtering
Akinobu Mita
2006-12-08
[PATCH] fault injection: process filtering for fault-injection capabilities
Akinobu Mita
2006-12-08
[PATCH] fault-injection capabilities infrastructure
Akinobu Mita