summaryrefslogtreecommitdiff
path: root/fs/coredump.c
AgeCommit message (Expand)Author
6 daysMerge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-07coredump: add coredump_skip() helperChristian Brauner
2025-07-07coredump: avoid pointless variableChristian Brauner
2025-07-07coredump: order auto cleanup variables at the topChristian Brauner
2025-07-07coredump: add coredump_cleanup()Christian Brauner
2025-07-07coredump: auto cleanup prepare_creds()Christian Brauner
2025-07-07coredump: directly returnChristian Brauner
2025-07-07coredump: auto cleanup argvChristian Brauner
2025-07-07coredump: add coredump_write()Christian Brauner
2025-07-07coredump: use a single helper for the socketChristian Brauner
2025-07-07coredump: move pipe specific file check into coredump_pipe()Christian Brauner
2025-07-07coredump: split pipe coredumping into coredump_pipe()Christian Brauner
2025-06-19pidfs: remove pidfs_{get,put}_pid()Christian Brauner
2025-06-16coredump: move core_pipe_count to global variableChristian Brauner
2025-06-16coredump: prepare to simplify exit pathsChristian Brauner
2025-06-16coredump: split file coredumping into coredump_file()Christian Brauner
2025-06-16coredump: rename do_coredump() to vfs_coredump()Christian Brauner
2025-06-16coredump: validate socket path in coredump_parse()Christian Brauner
2025-06-16coredump: don't allow ".." in coredump socket pathChristian Brauner
2025-06-16coredump: validate that path doesn't exceed UNIX_PATH_MAXChristian Brauner
2025-06-16coredump: fix socket path validationChristian Brauner
2025-06-16coredump: make coredump_parse() return boolChristian Brauner
2025-06-16coredump: rename format_corename()Christian Brauner
2025-06-12coredump: cleanup coredump socket functionsChristian Brauner
2025-06-12coredump: allow for flexible coredump handlingChristian Brauner
2025-05-21coredump: validate socket name as it is writtenChristian Brauner
2025-05-21coredump: show supported coredump modesChristian Brauner
2025-05-21pidfs, coredump: add PIDFD_INFO_COREDUMPChristian Brauner
2025-05-21coredump: add coredump socketChristian Brauner
2025-05-16coredump: reflow dump helpers a littleChristian Brauner
2025-05-16coredump: massage do_coredump()Christian Brauner
2025-05-16coredump: massage format_corename()Christian Brauner
2025-05-02coredump: hand a pidfd to the usermode coredump helperChristian Brauner
2025-05-02coredump: fix error handling for replace_fd()Christian Brauner
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-02-24coredump: Only sort VMAs when core_sort_vma sysctl is setKees Cook
2025-02-21fs: avoid mmap sem relocks when coredumping with many missing pagesMateusz Guzik
2025-02-17coredump: Fixes core_pipe_limit sysctl proc_handlerNicolas Bouchinet
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2024-10-22coredump: add cond_resched() to dump_user_rangeRik van Riel
2024-09-26Revert "binfmt_elf, coredump: Log the reason of the failed core dumps"Linus Torvalds
2024-08-12binfmt_elf: Dump smaller VMAs first in ELF coresBrian Mak
2024-08-05binfmt_elf, coredump: Log the reason of the failed core dumpsRoman Kisel
2024-08-05coredump: Standartize and fix loggingRoman Kisel
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-04coredump: simplify zap_process()Oleg Nesterov
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-05-22kernel: Remove signal hacks for vhost_tasksMike Christie
2024-05-08fs/coredump: Enable dynamic configuration of max file note sizeAllen Pais