aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coredump.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman1-75/+9
2021-10-06coredump: Don't perform any cleanups before dumping coreEric W. Biederman1-4/+4
2021-10-06exit: Factor coredump_exit_mm out of exit_mmEric W. Biederman1-3/+3
2021-09-08coredump: fix memleak in dump_vma_snapshot()QiuXi1-1/+3
2021-09-08fs/coredump.c: log if a core dump is aborted due to changed file permissionsDavid Oberhollenzer1-2/+9
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2021-06-10coredump: Limit what can interrupt coredumpsEric W. Biederman1-1/+1
2021-04-07switch file_open_root() to struct pathAl Viro1-2/+2
2021-03-08coredump: don't bother with do_truncate()Al Viro1-29/+43
2021-02-26fs/coredump: use kmap_local_page()Ira Weiny1-2/+2
2021-01-24open: handle idmapped mounts in do_truncate()Christian Brauner1-3/+7
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+2
2020-12-10coredump: Document coredump code exclusively used by cell spufsEric W. Biederman1-0/+1
2020-12-10exec: Simplify unshare_filesEric W. Biederman1-4/+1
2020-12-06coredump: fix core_pattern parse errorMenglong Dong1-1/+2
2020-10-16binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn1-1/+80
2020-10-16coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn1-0/+101
2020-10-16coredump: refactor page range dumping into common helperJann Horn1-0/+34
2020-10-16coredump: let dump_emit() bail out on short writesJann Horn1-11/+11
2020-08-12coredump: add %f for executable filenameLepton Wu1-4/+13
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-04-28coredump: fix crash when umh is disabledLuis Chamberlain1-0/+8
2020-04-21coredump: fix null pointer dereference on coredumpSudip Mukherjee1-0/+2
2020-02-08pipe: use exclusive waits when reading or writingLinus Torvalds1-2/+2
2019-08-03coredump: split pipe command whitespace before expanding templatePaul Wise1-5/+39
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-1/+1
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+1
2017-11-10coredump: call do_unlinkat directly instead of sys_unlinkChristoph Hellwig1-6/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h>Ingo Molnar1-0/+1
2017-01-14coredump: Ensure proper size of sparse core filesDave Kleikamp1-0/+18
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-11coredump: fix unfreezable coredumping taskAndrey Ryabinin1-0/+3
2016-06-07coredump: fix dumping through pipesMateusz Guzik1-1/+3
2016-05-23coredump: make coredump_wait wait for mmap_sem for write killableMichal Hocko1-1/+3
2016-05-12coredump: only charge written data against RLIMIT_COREOmar Sandoval1-3/+2
2016-05-12coredump: get rid of coredump_params->writtenOmar Sandoval1-5/+3
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn1-4/+26
2016-01-20fs/coredump: prevent "" / "." / ".." core path componentsJann Horn1-0/+20
2015-12-06coredump: Use 64bit time for unix time of coredumpArnd Bergmann1-3/+5
2015-11-06coredump: change zap_threads() and zap_process() to use for_each_thread()Oleg Nesterov1-14/+13
2015-11-06coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMPOleg Nesterov1-6/+6
2015-09-10fs: Don't dump core if the corefile would become world-readable.Jann Horn1-2/+6
2015-09-10fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn1-6/+32
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-06-25coredump: add __printf attribute to cn_*printf functionsNicolas Iooss1-4/+7