summaryrefslogtreecommitdiffstats
path: root/fs/coredump.c
AgeCommit message (Expand)Author
2021-09-26coredump: fix memleak in dump_vma_snapshot()QiuXi
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2021-06-10coredump: Limit what can interrupt coredumpsEric W. Biederman
2021-04-07switch file_open_root() to struct pathAl Viro
2021-03-08coredump: don't bother with do_truncate()Al Viro
2021-02-26fs/coredump: use kmap_local_page()Ira Weiny
2021-01-24open: handle idmapped mounts in do_truncate()Christian Brauner
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-10coredump: Document coredump code exclusively used by cell spufsEric W. Biederman
2020-12-10exec: Simplify unshare_filesEric W. Biederman
2020-12-06coredump: fix core_pattern parse errorMenglong Dong
2020-10-16binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn
2020-10-16coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn
2020-10-16coredump: refactor page range dumping into common helperJann Horn
2020-10-16coredump: let dump_emit() bail out on short writesJann Horn
2020-08-12coredump: add %f for executable filenameLepton Wu
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-04-28coredump: fix crash when umh is disabledLuis Chamberlain
2020-04-21coredump: fix null pointer dereference on coredumpSudip Mukherjee
2020-02-08pipe: use exclusive waits when reading or writingLinus Torvalds
2019-08-03coredump: split pipe command whitespace before expanding templatePaul Wise
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-11-10coredump: call do_unlinkat directly instead of sys_unlinkChristoph Hellwig
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-14coredump: Ensure proper size of sparse core filesDave Kleikamp
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-11coredump: fix unfreezable coredumping taskAndrey Ryabinin
2016-06-07coredump: fix dumping through pipesMateusz Guzik
2016-05-23coredump: make coredump_wait wait for mmap_sem for write killableMichal Hocko
2016-05-12coredump: only charge written data against RLIMIT_COREOmar Sandoval
2016-05-12coredump: get rid of coredump_params->writtenOmar Sandoval
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn
2016-01-20fs/coredump: prevent "" / "." / ".." core path componentsJann Horn
2015-12-06coredump: Use 64bit time for unix time of coredumpArnd Bergmann
2015-11-06coredump: change zap_threads() and zap_process() to use for_each_thread()Oleg Nesterov
2015-11-06coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMPOleg Nesterov
2015-09-10fs: Don't dump core if the corefile would become world-readable.Jann Horn
2015-09-10fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-25coredump: add __printf attribute to cn_*printf functionsNicolas Iooss
2015-06-25coredump: use from_kuid/kgid when formatting corenameNicolas Iooss
2015-06-23vfs: add file_path() helperMiklos Szeredi
2015-04-11coredump: accept any write methodAl Viro
2015-02-20coredump: Fix typo in commentBastien Nocera