aboutsummaryrefslogtreecommitdiff
path: root/fs/coredump.c
AgeCommit message (Expand)Author
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
2013-04-30coredump: introduce dump_interrupted()Oleg Nesterov
2013-04-30coredump: sanitize the setting of signal->group_exit_codeOleg Nesterov
2013-04-30coredump: ensure that SIGKILL always kills the dumping threadOleg Nesterov
2013-04-30coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov
2013-04-30usermodehelper: split remaining calls to call_usermodehelper_fns()Lucas De Marchi
2013-04-30coredump: remove trailling whitespaceLucas De Marchi
2013-04-09pipe: set file->private_data to ->i_pipeAl Viro
2013-04-09lift sb_start_write() out of ->write()Al Viro
2013-02-27coredump: remove redundant defines for dumpable statesKees Cook
2013-02-22new helper: file_inode(file)Al Viro
2012-11-29do_coredump(): get rid of pt_regs argumentAl Viro
2012-10-16fix a leak in replace_fd() usersAl Viro
2012-10-06coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko
2012-10-06coredump: add support for %d=__get_dumpable() in core nameOleg Nesterov
2012-10-06coredump: update coredump-related headersAlex Kelly
2012-10-02coredump: move core dump functionality into its own fileAlex Kelly