summaryrefslogtreecommitdiff
path: root/fs/coredump.c
Commit message (Expand)AuthorAge
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-17
|\
| * coredump: call do_unlinkat directly instead of sys_unlinkChristoph Hellwig2017-11-10
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-13
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* coredump: Ensure proper size of sparse core filesDave Kleikamp2017-01-14
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* coredump: fix unfreezable coredumping taskAndrey Ryabinin2016-11-11
* coredump: fix dumping through pipesMateusz Guzik2016-06-07
* coredump: make coredump_wait wait for mmap_sem for write killableMichal Hocko2016-05-23
* coredump: only charge written data against RLIMIT_COREOmar Sandoval2016-05-12
* coredump: get rid of coredump_params->writtenOmar Sandoval2016-05-12
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-03-22
* fs/coredump: prevent "" / "." / ".." core path componentsJann Horn2016-01-20
* coredump: Use 64bit time for unix time of coredumpArnd Bergmann2015-12-06
* coredump: change zap_threads() and zap_process() to use for_each_thread()Oleg Nesterov2015-11-06
* coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMPOleg Nesterov2015-11-06
* fs: Don't dump core if the corefile would become world-readable.Jann Horn2015-09-10
* fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn2015-09-10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-04
|\
| * vfs: add file_path() helperMiklos Szeredi2015-06-23
* | coredump: add __printf attribute to cn_*printf functionsNicolas Iooss2015-06-25
* | coredump: use from_kuid/kgid when formatting corenameNicolas Iooss2015-06-25
|/
* coredump: accept any write methodAl Viro2015-04-11
* coredump: Fix typo in commentBastien Nocera2015-02-20
* coredump: add %i/%I in core_pattern to report the tid of the crashed threadOleg Nesterov2014-10-14
* coredump: fix the setting of PF_DUMPCORESilesh C V2014-07-23
* coredump: fix va_list corruptionEric Dumazet2014-04-19
* coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.hOleg Nesterov2014-01-23
* dump_emit(): use __kernel_write(), not vfs_write()Al Viro2013-11-15
* dump_align(): fix the dumb brainoAl Viro2013-11-15
* constify do_coredump() argumentAl Viro2013-11-09
* new helper: dump_align()Al Viro2013-11-09
* dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro2013-11-09
* make dump_emit() use vfs_write() instead of banging at ->f_op->write directlyAl Viro2013-11-09
* new helper: dump_emit()Al Viro2013-11-09
* file->f_op is never NULL...Al Viro2013-10-24
* coredump: add new %P variable in core_patternStéphane Graber2013-09-11
* coredump: '% at the end' shouldn't bypass core_uses_pid logicOleg Nesterov2013-07-03
* coredump: kill call_count, add core_name_sizeOleg Nesterov2013-07-03
* coredump: kill cn_escape(), introduce cn_esc_printf()Oleg Nesterov2013-07-03
* coredump: cn_vprintf() has no reason to call vsnprintf() twiceOleg Nesterov2013-07-03
* coredump: introduce cn_vprintf()Oleg Nesterov2013-07-03
* coredump: format_corename() can leak cn->corenameOleg Nesterov2013-07-03
* do_coredump(): don't wait for thaw if coredump has already been interruptedAl Viro2013-05-04
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * pipe: set file->private_data to ->i_pipeAl Viro2013-04-09
| * lift sb_start_write() out of ->write()Al Viro2013-04-09