1. fbb1816 fs: if a coredump already exists, unlink and recreate with O_EXCL by Jann Horn · 9 years ago
  2. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  3. b4176b7 coredump: add __printf attribute to cn_*printf functions by Nicolas Iooss · 9 years ago
  4. 5202efe coredump: use from_kuid/kgid when formatting corename by Nicolas Iooss · 9 years ago
  5. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 9 years ago
  6. 86cc058 coredump: accept any write method by Al Viro · 9 years ago
  7. fcbc32b coredump: Fix typo in comment by Bastien Nocera · 9 years ago
  8. b03023e coredump: add %i/%I in core_pattern to report the tid of the crashed thread by Oleg Nesterov · 10 years ago
  9. aed8adb coredump: fix the setting of PF_DUMPCORE by Silesh C V · 10 years ago
  10. 404ca80 coredump: fix va_list corruption by Eric Dumazet · 10 years ago
  11. 942be38 coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.h by Oleg Nesterov · 10 years ago
  12. 52da40a dump_emit(): use __kernel_write(), not vfs_write() by Al Viro · 11 years ago
  13. db51242 dump_align(): fix the dumb braino by Al Viro · 11 years ago
  14. ec57941 constify do_coredump() argument by Al Viro · 11 years ago
  15. 22a8cb8 new helper: dump_align() by Al Viro · 11 years ago
  16. 9b56d54 dump_skip(): dump_seek() replacement taking coredump_params by Al Viro · 11 years ago
  17. 2507a4f make dump_emit() use vfs_write() instead of banging at ->f_op->write directly by Al Viro · 11 years ago
  18. ecc8c77 new helper: dump_emit() by Al Viro · 11 years ago
  19. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  20. 65aafb1 coredump: add new %P variable in core_pattern by Stéphane Graber · 11 years ago
  21. 888ffc5 coredump: '% at the end' shouldn't bypass core_uses_pid logic by Oleg Nesterov · 11 years ago
  22. 3ceadcf coredump: kill call_count, add core_name_size by Oleg Nesterov · 11 years ago
  23. 923bed03 coredump: kill cn_escape(), introduce cn_esc_printf() by Oleg Nesterov · 11 years ago
  24. 5fe9d8c coredump: cn_vprintf() has no reason to call vsnprintf() twice by Oleg Nesterov · 11 years ago
  25. bc03c69 coredump: introduce cn_vprintf() by Oleg Nesterov · 11 years ago
  26. e7fd154 coredump: format_corename() can leak cn->corename by Oleg Nesterov · 11 years ago
  27. e86d35c do_coredump(): don't wait for thaw if coredump has already been interrupted by Al Viro · 11 years ago
  28. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  29. dc7ee2a coredump: change wait_for_dump_helpers() to use wait_event_interruptible() by Oleg Nesterov · 11 years ago
  30. 079148b coredump: factor out the setting of PF_DUMPCORE by Oleg Nesterov · 11 years ago
  31. 528f827 coredump: introduce dump_interrupted() by Oleg Nesterov · 11 years ago
  32. acdedd9 coredump: sanitize the setting of signal->group_exit_code by Oleg Nesterov · 11 years ago
  33. 6cd8f0a coredump: ensure that SIGKILL always kills the dumping thread by Oleg Nesterov · 11 years ago
  34. 403bad7 coredump: only SIGKILL should interrupt the coredumping task by Oleg Nesterov · 11 years ago
  35. 907ed13 usermodehelper: split remaining calls to call_usermodehelper_fns() by Lucas De Marchi · 11 years ago
  36. fb96c47 coredump: remove trailling whitespace by Lucas De Marchi · 11 years ago
  37. de32ec4 pipe: set file->private_data to ->i_pipe by Al Viro · 11 years ago
  38. 03d95eb lift sb_start_write() out of ->write() by Al Viro · 11 years ago
  39. e579d2c coredump: remove redundant defines for dumpable states by Kees Cook · 11 years ago
  40. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  41. 541880d do_coredump(): get rid of pt_regs argument by Al Viro · 12 years ago
  42. 45525b2 fix a leak in replace_fd() users by Al Viro · 12 years ago
  43. 5ab1c30 coredump: pass siginfo_t* to do_coredump() and below, not merely signr by Denys Vlasenko · 12 years ago
  44. 12a2b4b coredump: add support for %d=__get_dumpable() in core name by Oleg Nesterov · 12 years ago
  45. 179899f coredump: update coredump-related headers by Alex Kelly · 12 years ago
  46. 10c28d9 coredump: move core dump functionality into its own file by Alex Kelly · 12 years ago