summaryrefslogtreecommitdiffstats
path: root/fs/coredump.c
Commit message (Expand)AuthorAgeFilesLines
* coredump: fix memleak in dump_vma_snapshot()QiuXi2021-09-081-1/+3
* fs/coredump.c: log if a core dump is aborted due to changed file permissionsDavid Oberhollenzer2021-09-081-2/+9
* Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2021-07-031-2/+2
|\
| * switch file_open_root() to struct pathAl Viro2021-04-071-2/+2
* | coredump: Limit what can interrupt coredumpsEric W. Biederman2021-06-101-1/+1
* | coredump: don't bother with do_truncate()Al Viro2021-03-081-29/+43
|/
* fs/coredump: use kmap_local_page()Ira Weiny2021-02-261-2/+2
* open: handle idmapped mounts in do_truncate()Christian Brauner2021-01-241-3/+7
* Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-151-4/+2
|\
| * coredump: Document coredump code exclusively used by cell spufsEric W. Biederman2020-12-101-0/+1
| * exec: Simplify unshare_filesEric W. Biederman2020-12-101-4/+1
* | coredump: fix core_pattern parse errorMenglong Dong2020-12-061-1/+2
|/
* binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn2020-10-161-1/+80
* coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn2020-10-161-0/+101
* coredump: refactor page range dumping into common helperJann Horn2020-10-161-0/+34
* coredump: let dump_emit() bail out on short writesJann Horn2020-10-161-11/+11
* coredump: add %f for executable filenameLepton Wu2020-08-121-4/+13
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* coredump: fix crash when umh is disabledLuis Chamberlain2020-04-281-0/+8
* coredump: fix null pointer dereference on coredumpSudip Mukherjee2020-04-211-0/+2
* pipe: use exclusive waits when reading or writingLinus Torvalds2020-02-081-2/+2
* coredump: split pipe command whitespace before expanding templatePaul Wise2019-08-031-5/+39
* signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-1/+1
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-6/+1
|\
| * coredump: call do_unlinkat directly instead of sys_unlinkChristoph Hellwig2017-11-101-6/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* coredump: Ensure proper size of sparse core filesDave Kleikamp2017-01-141-0/+18
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* coredump: fix unfreezable coredumping taskAndrey Ryabinin2016-11-111-0/+3
* coredump: fix dumping through pipesMateusz Guzik2016-06-071-1/+3
* coredump: make coredump_wait wait for mmap_sem for write killableMichal Hocko2016-05-231-1/+3
* coredump: only charge written data against RLIMIT_COREOmar Sandoval2016-05-121-3/+2
* coredump: get rid of coredump_params->writtenOmar Sandoval2016-05-121-5/+3
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-03-221-4/+26
* fs/coredump: prevent "" / "." / ".." core path componentsJann Horn2016-01-201-0/+20
* coredump: Use 64bit time for unix time of coredumpArnd Bergmann2015-12-061-3/+5
* coredump: change zap_threads() and zap_process() to use for_each_thread()Oleg Nesterov2015-11-061-14/+13
* coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMPOleg Nesterov2015-11-061-6/+6
* fs: Don't dump core if the corefile would become world-readable.Jann Horn2015-09-101-2/+6
* fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn2015-09-101-6/+32
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\
| * vfs: add file_path() helperMiklos Szeredi2015-06-231-1/+1
* | coredump: add __printf attribute to cn_*printf functionsNicolas Iooss2015-06-251-4/+7
* | coredump: use from_kuid/kgid when formatting corenameNicolas Iooss2015-06-251-2/+6
|/
* coredump: accept any write methodAl Viro2015-04-111-1/+1