aboutsummaryrefslogtreecommitdiff
path: root/fs/coredump.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-03coredump: format_corename() can leak cn->corenameGravatar Oleg Nesterov 1-11/+7
2013-05-04do_coredump(): don't wait for thaw if coredump has already been interruptedGravatar Al Viro 1-4/+5
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2013-04-30coredump: change wait_for_dump_helpers() to use wait_event_interruptible()Gravatar Oleg Nesterov 1-6/+9
2013-04-30coredump: factor out the setting of PF_DUMPCOREGravatar Oleg Nesterov 1-0/+1
2013-04-30coredump: introduce dump_interrupted()Gravatar Oleg Nesterov 1-3/+17
2013-04-30coredump: sanitize the setting of signal->group_exit_codeGravatar Oleg Nesterov 1-5/+6
2013-04-30coredump: ensure that SIGKILL always kills the dumping threadGravatar Oleg Nesterov 1-2/+8
2013-04-30coredump: only SIGKILL should interrupt the coredumping taskGravatar Oleg Nesterov 1-8/+5
2013-04-30usermodehelper: split remaining calls to call_usermodehelper_fns()Gravatar Lucas De Marchi 1-3/+9
2013-04-30coredump: remove trailling whitespaceGravatar Lucas De Marchi 1-3/+3
2013-04-09pipe: set file->private_data to ->i_pipeGravatar Al Viro 1-3/+1
2013-04-09lift sb_start_write() out of ->write()Gravatar Al Viro 1-0/+2
2013-02-27coredump: remove redundant defines for dumpable statesGravatar Kees Cook 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-2/+2
2012-11-29do_coredump(): get rid of pt_regs argumentGravatar Al Viro 1-2/+2
2012-10-16fix a leak in replace_fd() usersGravatar Al Viro 1-2/+3
2012-10-06coredump: pass siginfo_t* to do_coredump() and below, not merely signrGravatar Denys Vlasenko 1-5/+5
2012-10-06coredump: add support for %d=__get_dumpable() in core nameGravatar Oleg Nesterov 1-3/+7
2012-10-06coredump: update coredump-related headersGravatar Alex Kelly 1-0/+2
2012-10-02coredump: move core dump functionality into its own fileGravatar Alex Kelly 1-0/+686