summaryrefslogtreecommitdiff
path: root/fs/coredump.c
AgeCommit message (Expand)Author
17 hoursMerge branch 'vfs.all' of https://git.kernel.org/pub/scm/linux/kernel/git/vfs...Mark Brown
4 daystreewide: refresh kmalloc_obj() conversionsKees Cook
6 daysMerge branch 'vfs-7.4.signal' into vfs.allChristian Brauner
9 dayscoredump: select memory types to includeChristian Brauner
9 dayscoredump: describe the holes when COREDUMP_SPARSE is negotiatedChristian Brauner
9 dayscoredump: send the coredump in records if requestedChristian Brauner
9 dayscoredump: clean up coredump state handlingChristian Brauner
9 dayscoredump: always chunk writesChristian Brauner
9 dayscoredump: make the dump helper return boolChristian Brauner
9 dayscoredump: deduplicate the to_skip flushChristian Brauner
9 dayscoredump: move the negotiated mask into struct coredump_paramsChristian Brauner
9 dayscoredump: pin the protocol struct sizesChristian Brauner
9 dayscoredump: set the minimum send buffer sizeChristian Brauner
9 dayscoredump: refuse negative skipsChristian Brauner
9 dayscoredump: stop unsharing the file descriptor tableChristian Brauner
9 dayscoredump: prevent TIF_NOTIFY_SIGNAL from interrupting coredumpsChristian Brauner
2026-06-29coredump: use scoped_with_init_fs() for coredump path resolutionChristian Brauner
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-05-26exec_state: relocate dumpable informationChristian Brauner (Amutable)
2026-05-26sched/coredump: introduce enum task_dumpableChristian Brauner (Amutable)
2026-05-21fs/coredump: reduce redundant log noise in validate_coredump_safetyLi RongQing
2026-04-13Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-03-23coredump: add tracepoint for coredump eventsBreno Leitao
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-10Merge tag 'hardening-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-17coredump: Use __counted_by_ptr for struct core_name::corenameKees Cook
2026-01-16non-consuming variants of do_{unlinkat,rmdir}()Al Viro
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-11-05coredump: use override credential guardChristian Brauner
2025-11-05coredump: use prepare credential guardChristian Brauner
2025-11-05coredump: split out do_coredump() from vfs_coredump()Christian Brauner
2025-11-05coredump: mark struct mm_struct as constChristian Brauner
2025-11-05coredump: pass struct linux_binfmt as constChristian Brauner
2025-11-05coredump: move revert_cred() before coredump_cleanup()Christian Brauner
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-10-07coredump: fix core_pattern input validationChristian Brauner
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-09-13mm: update coredump logic to correctly use bitmap mm flagsLorenzo Stoakes
2025-08-21coredump: don't pointlessly check and spew warningsChristian Brauner
2025-08-19coredump: Fix return value in coredump_parse()Dan Carpenter
2025-07-28Merge 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