summaryrefslogtreecommitdiff
path: root/fs/coredump.c
AgeCommit message (Expand)AuthorFilesLines
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/vir...Linus 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