summaryrefslogtreecommitdiffstats
path: root/fs/coredump.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* coredump: fix unfreezable coredumping taskAndrey Ryabinin2016-11-111-0/+3
* coredump: fix dumping through pipesMateusz Guzik2016-06-071-1/+3
* coredump: make coredump_wait wait for mmap_sem for write killableMichal Hocko2016-05-231-1/+3
* coredump: only charge written data against RLIMIT_COREOmar Sandoval2016-05-121-3/+2
* coredump: get rid of coredump_params->writtenOmar Sandoval2016-05-121-5/+3
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-03-221-4/+26
* fs/coredump: prevent "" / "." / ".." core path componentsJann Horn2016-01-201-0/+20
* coredump: Use 64bit time for unix time of coredumpArnd Bergmann2015-12-061-3/+5
* coredump: change zap_threads() and zap_process() to use for_each_thread()Oleg Nesterov2015-11-061-14/+13
* coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMPOleg Nesterov2015-11-061-6/+6
* fs: Don't dump core if the corefile would become world-readable.Jann Horn2015-09-101-2/+6
* fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn2015-09-101-6/+32
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\
| * vfs: add file_path() helperMiklos Szeredi2015-06-231-1/+1
* | coredump: add __printf attribute to cn_*printf functionsNicolas Iooss2015-06-251-4/+7
* | coredump: use from_kuid/kgid when formatting corenameNicolas Iooss2015-06-251-2/+6
|/
* coredump: accept any write methodAl Viro2015-04-111-1/+1
* coredump: Fix typo in commentBastien Nocera2015-02-201-1/+1
* coredump: add %i/%I in core_pattern to report the tid of the crashed threadOleg Nesterov2014-10-141-0/+8
* coredump: fix the setting of PF_DUMPCORESilesh C V2014-07-231-1/+1
* coredump: fix va_list corruptionEric Dumazet2014-04-191-1/+6
* coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.hOleg Nesterov2014-01-231-1/+0
* dump_emit(): use __kernel_write(), not vfs_write()Al Viro2013-11-151-1/+1
* dump_align(): fix the dumb brainoAl Viro2013-11-151-2/+2
* constify do_coredump() argumentAl Viro2013-11-091-1/+1
* new helper: dump_align()Al Viro2013-11-091-0/+9
* dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro2013-11-091-29/+14
* make dump_emit() use vfs_write() instead of banging at ->f_op->write directlyAl Viro2013-11-091-5/+12
* new helper: dump_emit()Al Viro2013-11-091-0/+14
* file->f_op is never NULL...Al Viro2013-10-241-1/+1
* coredump: add new %P variable in core_patternStéphane Graber2013-09-111-0/+5
* coredump: '% at the end' shouldn't bypass core_uses_pid logicOleg Nesterov2013-07-031-5/+7
* coredump: kill call_count, add core_name_sizeOleg Nesterov2013-07-031-9/+10
* coredump: kill cn_escape(), introduce cn_esc_printf()Oleg Nesterov2013-07-031-23/+21
* coredump: cn_vprintf() has no reason to call vsnprintf() twiceOleg Nesterov2013-07-031-18/+12
* coredump: introduce cn_vprintf()Oleg Nesterov2013-07-031-7/+13
* coredump: format_corename() can leak cn->corenameOleg Nesterov2013-07-031-11/+7
* do_coredump(): don't wait for thaw if coredump has already been interruptedAl Viro2013-05-041-4/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-3/+3
|\
| * pipe: set file->private_data to ->i_pipeAl Viro2013-04-091-3/+1
| * lift sb_start_write() out of ->write()Al Viro2013-04-091-0/+2
* | coredump: change wait_for_dump_helpers() to use wait_event_interruptible()Oleg Nesterov2013-04-301-6/+9
* | coredump: factor out the setting of PF_DUMPCOREOleg Nesterov2013-04-301-0/+1
* | coredump: introduce dump_interrupted()Oleg Nesterov2013-04-301-3/+17
* | coredump: sanitize the setting of signal->group_exit_codeOleg Nesterov2013-04-301-5/+6
* | coredump: ensure that SIGKILL always kills the dumping threadOleg Nesterov2013-04-301-2/+8
* | coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov2013-04-301-8/+5
* | usermodehelper: split remaining calls to call_usermodehelper_fns()Lucas De Marchi2013-04-301-3/+9
* | coredump: remove trailling whitespaceLucas De Marchi2013-04-301-3/+3
|/
OpenPOWER on IntegriCloud