aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coredump.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/viro/vfsLinus Torvalds1-3/+3
2013-04-30coredump: change wait_for_dump_helpers() to use wait_event_interruptible()Oleg Nesterov1-6/+9
2013-04-30coredump: factor out the setting of PF_DUMPCOREOleg Nesterov1-0/+1
2013-04-30coredump: introduce dump_interrupted()Oleg Nesterov1-3/+17
2013-04-30coredump: sanitize the setting of signal->group_exit_codeOleg Nesterov1-5/+6
2013-04-30coredump: ensure that SIGKILL always kills the dumping threadOleg Nesterov1-2/+8
2013-04-30coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov1-8/+5
2013-04-30usermodehelper: split remaining calls to call_usermodehelper_fns()Lucas De Marchi1-3/+9
2013-04-30coredump: remove trailling whitespaceLucas De Marchi1-3/+3
2013-04-09pipe: set file->private_data to ->i_pipeAl Viro1-3/+1
2013-04-09lift sb_start_write() out of ->write()Al Viro1-0/+2
2013-02-27coredump: remove redundant defines for dumpable statesKees Cook1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2012-11-29do_coredump(): get rid of pt_regs argumentAl Viro1-2/+2
2012-10-16fix a leak in replace_fd() usersAl Viro1-2/+3
2012-10-06coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko1-5/+5
2012-10-06coredump: add support for %d=__get_dumpable() in core nameOleg Nesterov1-3/+7
2012-10-06coredump: update coredump-related headersAlex Kelly1-0/+2
2012-10-02coredump: move core dump functionality into its own fileAlex Kelly1-0/+686