index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
coredump.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-19
coredump: Fix return value in coredump_parse()
Dan Carpenter
1
-1
/
+1
2025-07-28
Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-5
/
+0
2025-07-07
coredump: add coredump_skip() helper
Christian Brauner
1
-5
/
+14
2025-07-07
coredump: avoid pointless variable
Christian Brauner
1
-5
/
+2
2025-07-07
coredump: order auto cleanup variables at the top
Christian Brauner
1
-2
/
+2
2025-07-07
coredump: add coredump_cleanup()
Christian Brauner
1
-10
/
+14
2025-07-07
coredump: auto cleanup prepare_creds()
Christian Brauner
1
-4
/
+2
2025-07-07
coredump: directly return
Christian Brauner
1
-4
/
+3
2025-07-07
coredump: auto cleanup argv
Christian Brauner
1
-2
/
+1
2025-07-07
coredump: add coredump_write()
Christian Brauner
1
-22
/
+34
2025-07-07
coredump: use a single helper for the socket
Christian Brauner
1
-11
/
+9
2025-07-07
coredump: move pipe specific file check into coredump_pipe()
Christian Brauner
1
-8
/
+9
2025-07-07
coredump: split pipe coredumping into coredump_pipe()
Christian Brauner
1
-55
/
+59
2025-06-19
pidfs: remove pidfs_{get,put}_pid()
Christian Brauner
1
-6
/
+0
2025-06-16
coredump: move core_pipe_count to global variable
Christian Brauner
1
-3
/
+3
2025-06-16
coredump: prepare to simplify exit paths
Christian Brauner
1
-8
/
+10
2025-06-16
coredump: split file coredumping into coredump_file()
Christian Brauner
1
-101
/
+106
2025-06-16
coredump: rename do_coredump() to vfs_coredump()
Christian Brauner
1
-1
/
+1
2025-06-16
coredump: validate socket path in coredump_parse()
Christian Brauner
1
-0
/
+11
2025-06-16
coredump: don't allow ".." in coredump socket path
Christian Brauner
1
-0
/
+4
2025-06-16
coredump: validate that path doesn't exceed UNIX_PATH_MAX
Christian Brauner
1
-2
/
+9
2025-06-16
coredump: fix socket path validation
Christian Brauner
1
-2
/
+10
2025-06-16
coredump: make coredump_parse() return bool
Christian Brauner
1
-17
/
+16
2025-06-16
coredump: rename format_corename()
Christian Brauner
1
-6
/
+7
2025-06-12
coredump: cleanup coredump socket functions
Christian Brauner
1
-74
/
+83
2025-06-12
coredump: allow for flexible coredump handling
Christian Brauner
1
-27
/
+168
2025-05-21
coredump: validate socket name as it is written
Christian Brauner
1
-3
/
+34
2025-05-21
coredump: show supported coredump modes
Christian Brauner
1
-0
/
+13
2025-05-21
pidfs, coredump: add PIDFD_INFO_COREDUMP
Christian Brauner
1
-0
/
+31
2025-05-21
coredump: add coredump socket
Christian Brauner
1
-4
/
+135
2025-05-16
coredump: reflow dump helpers a little
Christian Brauner
1
-11
/
+11
2025-05-16
coredump: massage do_coredump()
Christian Brauner
1
-57
/
+65
2025-05-16
coredump: massage format_corename()
Christian Brauner
1
-21
/
+25
2025-05-02
coredump: hand a pidfd to the usermode coredump helper
Christian Brauner
1
-4
/
+52
2025-05-02
coredump: fix error handling for replace_fd()
Christian Brauner
1
-2
/
+7
2025-03-26
Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+3
2025-03-24
Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+32
2025-02-24
coredump: Only sort VMAs when core_sort_vma sysctl is set
Kees Cook
1
-2
/
+13
2025-02-21
fs: avoid mmap sem relocks when coredumping with many missing pages
Mateusz Guzik
1
-6
/
+32
2025-02-17
coredump: Fixes core_pipe_limit sysctl proc_handler
Nicolas Bouchinet
1
-1
/
+3
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2024-10-22
coredump: add cond_resched() to dump_user_range
Rik van Riel
1
-0
/
+1
2024-09-26
Revert "binfmt_elf, coredump: Log the reason of the failed core dumps"
Linus Torvalds
1
-88
/
+19
2024-08-12
binfmt_elf: Dump smaller VMAs first in ELF cores
Brian Mak
1
-0
/
+16
2024-08-05
binfmt_elf, coredump: Log the reason of the failed core dumps
Roman Kisel
1
-19
/
+88
2024-08-05
coredump: Standartize and fix logging
Roman Kisel
1
-27
/
+16
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-1
/
+1
2024-07-04
coredump: simplify zap_process()
Oleg Nesterov
1
-7
/
+7
2024-05-23
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-3
/
+1
2024-05-22
kernel: Remove signal hacks for vhost_tasks
Mike Christie
1
-3
/
+1
[next]