summaryrefslogtreecommitdiff
path: root/fs/coredump.c
AgeCommit message (Expand)Author
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-11-10coredump: call do_unlinkat directly instead of sys_unlinkChristoph Hellwig
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-14coredump: Ensure proper size of sparse core filesDave Kleikamp
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-11coredump: fix unfreezable coredumping taskAndrey Ryabinin
2016-06-07coredump: fix dumping through pipesMateusz Guzik
2016-05-23coredump: make coredump_wait wait for mmap_sem for write killableMichal Hocko
2016-05-12coredump: only charge written data against RLIMIT_COREOmar Sandoval
2016-05-12coredump: get rid of coredump_params->writtenOmar Sandoval
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn
2016-01-20fs/coredump: prevent "" / "." / ".." core path componentsJann Horn
2015-12-06coredump: Use 64bit time for unix time of coredumpArnd Bergmann
2015-11-06coredump: change zap_threads() and zap_process() to use for_each_thread()Oleg Nesterov
2015-11-06coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMPOleg Nesterov
2015-09-10fs: Don't dump core if the corefile would become world-readable.Jann Horn
2015-09-10fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-25coredump: add __printf attribute to cn_*printf functionsNicolas Iooss
2015-06-25coredump: use from_kuid/kgid when formatting corenameNicolas Iooss
2015-06-23vfs: add file_path() helperMiklos Szeredi
2015-04-11coredump: accept any write methodAl Viro
2015-02-20coredump: Fix typo in commentBastien Nocera
2014-10-14coredump: add %i/%I in core_pattern to report the tid of the crashed threadOleg Nesterov
2014-07-23coredump: fix the setting of PF_DUMPCORESilesh C V
2014-04-19coredump: fix va_list corruptionEric Dumazet
2014-01-23coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.hOleg Nesterov
2013-11-15dump_emit(): use __kernel_write(), not vfs_write()Al Viro
2013-11-15dump_align(): fix the dumb brainoAl Viro
2013-11-09constify do_coredump() argumentAl Viro
2013-11-09new helper: dump_align()Al Viro
2013-11-09dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro
2013-11-09make dump_emit() use vfs_write() instead of banging at ->f_op->write directlyAl Viro
2013-11-09new helper: dump_emit()Al Viro
2013-10-24file->f_op is never NULL...Al Viro
2013-09-11coredump: add new %P variable in core_patternStéphane Graber
2013-07-03coredump: '% at the end' shouldn't bypass core_uses_pid logicOleg Nesterov
2013-07-03coredump: kill call_count, add core_name_sizeOleg Nesterov
2013-07-03coredump: kill cn_escape(), introduce cn_esc_printf()Oleg Nesterov
2013-07-03coredump: cn_vprintf() has no reason to call vsnprintf() twiceOleg Nesterov
2013-07-03coredump: introduce cn_vprintf()Oleg Nesterov
2013-07-03coredump: format_corename() can leak cn->corenameOleg Nesterov
2013-05-04do_coredump(): don't wait for thaw if coredump has already been interruptedAl Viro
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-30coredump: change wait_for_dump_helpers() to use wait_event_interruptible()Oleg Nesterov
2013-04-30coredump: factor out the setting of PF_DUMPCOREOleg Nesterov