index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
coredump.c
Age
Commit message (
Expand
)
Author
6 days
Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-07-07
coredump: add coredump_skip() helper
Christian Brauner
2025-07-07
coredump: avoid pointless variable
Christian Brauner
2025-07-07
coredump: order auto cleanup variables at the top
Christian Brauner
2025-07-07
coredump: add coredump_cleanup()
Christian Brauner
2025-07-07
coredump: auto cleanup prepare_creds()
Christian Brauner
2025-07-07
coredump: directly return
Christian Brauner
2025-07-07
coredump: auto cleanup argv
Christian Brauner
2025-07-07
coredump: add coredump_write()
Christian Brauner
2025-07-07
coredump: use a single helper for the socket
Christian Brauner
2025-07-07
coredump: move pipe specific file check into coredump_pipe()
Christian Brauner
2025-07-07
coredump: split pipe coredumping into coredump_pipe()
Christian Brauner
2025-06-19
pidfs: remove pidfs_{get,put}_pid()
Christian Brauner
2025-06-16
coredump: move core_pipe_count to global variable
Christian Brauner
2025-06-16
coredump: prepare to simplify exit paths
Christian Brauner
2025-06-16
coredump: split file coredumping into coredump_file()
Christian Brauner
2025-06-16
coredump: rename do_coredump() to vfs_coredump()
Christian Brauner
2025-06-16
coredump: validate socket path in coredump_parse()
Christian Brauner
2025-06-16
coredump: don't allow ".." in coredump socket path
Christian Brauner
2025-06-16
coredump: validate that path doesn't exceed UNIX_PATH_MAX
Christian Brauner
2025-06-16
coredump: fix socket path validation
Christian Brauner
2025-06-16
coredump: make coredump_parse() return bool
Christian Brauner
2025-06-16
coredump: rename format_corename()
Christian Brauner
2025-06-12
coredump: cleanup coredump socket functions
Christian Brauner
2025-06-12
coredump: allow for flexible coredump handling
Christian Brauner
2025-05-21
coredump: validate socket name as it is written
Christian Brauner
2025-05-21
coredump: show supported coredump modes
Christian Brauner
2025-05-21
pidfs, coredump: add PIDFD_INFO_COREDUMP
Christian Brauner
2025-05-21
coredump: add coredump socket
Christian Brauner
2025-05-16
coredump: reflow dump helpers a little
Christian Brauner
2025-05-16
coredump: massage do_coredump()
Christian Brauner
2025-05-16
coredump: massage format_corename()
Christian Brauner
2025-05-02
coredump: hand a pidfd to the usermode coredump helper
Christian Brauner
2025-05-02
coredump: fix error handling for replace_fd()
Christian Brauner
2025-03-26
Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-03-24
Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-02-24
coredump: Only sort VMAs when core_sort_vma sysctl is set
Kees Cook
2025-02-21
fs: avoid mmap sem relocks when coredumping with many missing pages
Mateusz Guzik
2025-02-17
coredump: Fixes core_pipe_limit sysctl proc_handler
Nicolas Bouchinet
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2024-10-22
coredump: add cond_resched() to dump_user_range
Rik van Riel
2024-09-26
Revert "binfmt_elf, coredump: Log the reason of the failed core dumps"
Linus Torvalds
2024-08-12
binfmt_elf: Dump smaller VMAs first in ELF cores
Brian Mak
2024-08-05
binfmt_elf, coredump: Log the reason of the failed core dumps
Roman Kisel
2024-08-05
coredump: Standartize and fix logging
Roman Kisel
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-04
coredump: simplify zap_process()
Oleg Nesterov
2024-05-23
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2024-05-22
kernel: Remove signal hacks for vhost_tasks
Mike Christie
2024-05-08
fs/coredump: Enable dynamic configuration of max file note size
Allen Pais
[next]