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.18.y
stable/6.19.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
/
fs
/
coredump.c
Age
Commit message (
Expand
)
Author
2017-02-23
coredump: fix unfreezable coredumping task
Andrey Ryabinin
2016-05-01
fs/coredump: prevent fsuid=0 dumps into user-controlled directories
Jann Horn
2015-10-28
fs: if a coredump already exists, unlink and recreate with O_EXCL
Jann Horn
2014-07-23
coredump: fix the setting of PF_DUMPCORE
Silesh C V
2014-04-19
coredump: fix va_list corruption
Eric Dumazet
2014-01-23
coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.h
Oleg Nesterov
2013-11-15
dump_emit(): use __kernel_write(), not vfs_write()
Al Viro
2013-11-15
dump_align(): fix the dumb braino
Al Viro
2013-11-09
constify do_coredump() argument
Al Viro
2013-11-09
new helper: dump_align()
Al Viro
2013-11-09
dump_skip(): dump_seek() replacement taking coredump_params
Al Viro
2013-11-09
make dump_emit() use vfs_write() instead of banging at ->f_op->write directly
Al Viro
2013-11-09
new helper: dump_emit()
Al Viro
2013-10-24
file->f_op is never NULL...
Al Viro
2013-09-11
coredump: add new %P variable in core_pattern
Stéphane Graber
2013-07-03
coredump: '% at the end' shouldn't bypass core_uses_pid logic
Oleg Nesterov
2013-07-03
coredump: kill call_count, add core_name_size
Oleg Nesterov
2013-07-03
coredump: kill cn_escape(), introduce cn_esc_printf()
Oleg Nesterov
2013-07-03
coredump: cn_vprintf() has no reason to call vsnprintf() twice
Oleg Nesterov
2013-07-03
coredump: introduce cn_vprintf()
Oleg Nesterov
2013-07-03
coredump: format_corename() can leak cn->corename
Oleg Nesterov
2013-05-04
do_coredump(): don't wait for thaw if coredump has already been interrupted
Al Viro
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-04-30
coredump: change wait_for_dump_helpers() to use wait_event_interruptible()
Oleg Nesterov
2013-04-30
coredump: factor out the setting of PF_DUMPCORE
Oleg Nesterov
2013-04-30
coredump: introduce dump_interrupted()
Oleg Nesterov
2013-04-30
coredump: sanitize the setting of signal->group_exit_code
Oleg Nesterov
2013-04-30
coredump: ensure that SIGKILL always kills the dumping thread
Oleg Nesterov
2013-04-30
coredump: only SIGKILL should interrupt the coredumping task
Oleg Nesterov
2013-04-30
usermodehelper: split remaining calls to call_usermodehelper_fns()
Lucas De Marchi
2013-04-30
coredump: remove trailling whitespace
Lucas De Marchi
2013-04-09
pipe: set file->private_data to ->i_pipe
Al Viro
2013-04-09
lift sb_start_write() out of ->write()
Al Viro
2013-02-27
coredump: remove redundant defines for dumpable states
Kees Cook
2013-02-22
new helper: file_inode(file)
Al Viro
2012-11-29
do_coredump(): get rid of pt_regs argument
Al Viro
2012-10-16
fix a leak in replace_fd() users
Al Viro
2012-10-06
coredump: pass siginfo_t* to do_coredump() and below, not merely signr
Denys Vlasenko
2012-10-06
coredump: add support for %d=__get_dumpable() in core name
Oleg Nesterov
2012-10-06
coredump: update coredump-related headers
Alex Kelly
2012-10-02
coredump: move core dump functionality into its own file
Alex Kelly