summaryrefslogtreecommitdiff
path: root/fs/coredump.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-03coredump: split pipe command whitespace before expanding templatePaul Wise1-5/+39
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-1/+1
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-6/+1
2017-11-10coredump: call do_unlinkat directly instead of sys_unlinkChristoph Hellwig1-6/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-01-14coredump: Ensure proper size of sparse core filesDave Kleikamp1-0/+18
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-11coredump: fix unfreezable coredumping taskAndrey Ryabinin1-0/+3
2016-06-07coredump: fix dumping through pipesMateusz Guzik1-1/+3
2016-05-23coredump: make coredump_wait wait for mmap_sem for write killableMichal Hocko1-1/+3
2016-05-12coredump: only charge written data against RLIMIT_COREOmar Sandoval1-3/+2
2016-05-12coredump: get rid of coredump_params->writtenOmar Sandoval1-5/+3
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn1-4/+26
2016-01-20fs/coredump: prevent "" / "." / ".." core path componentsJann Horn1-0/+20
2015-12-06coredump: Use 64bit time for unix time of coredumpArnd Bergmann1-3/+5
2015-11-06coredump: change zap_threads() and zap_process() to use for_each_thread()Oleg Nesterov1-14/+13
2015-11-06coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMPOleg Nesterov1-6/+6
2015-09-10fs: Don't dump core if the corefile would become world-readable.Jann Horn1-2/+6
2015-09-10fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn1-6/+32
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-06-25coredump: add __printf attribute to cn_*printf functionsNicolas Iooss1-4/+7
2015-06-25coredump: use from_kuid/kgid when formatting corenameNicolas Iooss1-2/+6
2015-06-23vfs: add file_path() helperMiklos Szeredi1-1/+1
2015-04-11coredump: accept any write methodAl Viro1-1/+1
2015-02-20coredump: Fix typo in commentBastien Nocera1-1/+1
2014-10-14coredump: add %i/%I in core_pattern to report the tid of the crashed threadOleg Nesterov1-0/+8
2014-07-23coredump: fix the setting of PF_DUMPCORESilesh C V1-1/+1
2014-04-19coredump: fix va_list corruptionEric Dumazet1-1/+6
2014-01-23coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.hOleg Nesterov1-1/+0
2013-11-15dump_emit(): use __kernel_write(), not vfs_write()Al Viro1-1/+1
2013-11-15dump_align(): fix the dumb brainoAl Viro1-2/+2
2013-11-09constify do_coredump() argumentAl Viro1-1/+1
2013-11-09new helper: dump_align()Al Viro1-0/+9
2013-11-09dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro1-29/+14
2013-11-09make dump_emit() use vfs_write() instead of banging at ->f_op->write directlyAl Viro1-5/+12
2013-11-09new helper: dump_emit()Al Viro1-0/+14
2013-10-24file->f_op is never NULL...Al Viro1-1/+1
2013-09-11coredump: add new %P variable in core_patternStéphane Graber1-0/+5
2013-07-03coredump: '% at the end' shouldn't bypass core_uses_pid logicOleg Nesterov1-5/+7
2013-07-03coredump: kill call_count, add core_name_sizeOleg Nesterov1-9/+10
2013-07-03coredump: kill cn_escape(), introduce cn_esc_printf()Oleg Nesterov1-23/+21
2013-07-03coredump: cn_vprintf() has no reason to call vsnprintf() twiceOleg Nesterov1-18/+12
2013-07-03coredump: introduce cn_vprintf()Oleg Nesterov1-7/+13
2013-07-03coredump: format_corename() can leak cn->corenameOleg Nesterov1-11/+7
2013-05-04do_coredump(): don't wait for thaw if coredump has already been interruptedAl Viro1-4/+5
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3