| Commit message (Expand) | Author | Age | Files | Lines |
* | coredump: fix dumping through pipes | Mateusz Guzik | 2016-06-08 | 1 | -1/+3 |
* | coredump: make coredump_wait wait for mmap_sem for write killable | Michal Hocko | 2016-05-24 | 1 | -1/+3 |
* | coredump: only charge written data against RLIMIT_CORE | Omar Sandoval | 2016-05-12 | 1 | -3/+2 |
* | coredump: get rid of coredump_params->written | Omar Sandoval | 2016-05-12 | 1 | -5/+3 |
* | fs/coredump: prevent fsuid=0 dumps into user-controlled directories | Jann Horn | 2016-03-22 | 1 | -4/+26 |
* | fs/coredump: prevent "" / "." / ".." core path components | Jann Horn | 2016-01-21 | 1 | -0/+20 |
* | coredump: Use 64bit time for unix time of coredump | Arnd Bergmann | 2015-12-07 | 1 | -3/+5 |
* | coredump: change zap_threads() and zap_process() to use for_each_thread() | Oleg Nesterov | 2015-11-07 | 1 | -14/+13 |
* | coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMP | Oleg Nesterov | 2015-11-07 | 1 | -6/+6 |
* | fs: Don't dump core if the corefile would become world-readable. | Jann Horn | 2015-09-10 | 1 | -2/+6 |
* | fs: if a coredump already exists, unlink and recreate with O_EXCL | Jann Horn | 2015-09-10 | 1 | -6/+32 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-07-05 | 1 | -1/+1 |
|\ |
|
| * | vfs: add file_path() helper | Miklos Szeredi | 2015-06-24 | 1 | -1/+1 |
* | | coredump: add __printf attribute to cn_*printf functions | Nicolas Iooss | 2015-06-26 | 1 | -4/+7 |
* | | coredump: use from_kuid/kgid when formatting corename | Nicolas Iooss | 2015-06-26 | 1 | -2/+6 |
|/ |
|
* | coredump: accept any write method | Al Viro | 2015-04-12 | 1 | -1/+1 |
* | coredump: Fix typo in comment | Bastien Nocera | 2015-02-20 | 1 | -1/+1 |
* | coredump: add %i/%I in core_pattern to report the tid of the crashed thread | Oleg Nesterov | 2014-10-14 | 1 | -0/+8 |
* | coredump: fix the setting of PF_DUMPCORE | Silesh C V | 2014-07-24 | 1 | -1/+1 |
* | coredump: fix va_list corruption | Eric Dumazet | 2014-04-19 | 1 | -1/+6 |
* | coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.h | Oleg Nesterov | 2014-01-24 | 1 | -1/+0 |
* | dump_emit(): use __kernel_write(), not vfs_write() | Al Viro | 2013-11-16 | 1 | -1/+1 |
* | dump_align(): fix the dumb braino | Al Viro | 2013-11-16 | 1 | -2/+2 |
* | constify do_coredump() argument | Al Viro | 2013-11-09 | 1 | -1/+1 |
* | new helper: dump_align() | Al Viro | 2013-11-09 | 1 | -0/+9 |
* | dump_skip(): dump_seek() replacement taking coredump_params | Al Viro | 2013-11-09 | 1 | -29/+14 |
* | make dump_emit() use vfs_write() instead of banging at ->f_op->write directly | Al Viro | 2013-11-09 | 1 | -5/+12 |
* | new helper: dump_emit() | Al Viro | 2013-11-09 | 1 | -0/+14 |
* | file->f_op is never NULL... | Al Viro | 2013-10-25 | 1 | -1/+1 |
* | coredump: add new %P variable in core_pattern | Stéphane Graber | 2013-09-12 | 1 | -0/+5 |
* | coredump: '% at the end' shouldn't bypass core_uses_pid logic | Oleg Nesterov | 2013-07-04 | 1 | -5/+7 |
* | coredump: kill call_count, add core_name_size | Oleg Nesterov | 2013-07-04 | 1 | -9/+10 |
* | coredump: kill cn_escape(), introduce cn_esc_printf() | Oleg Nesterov | 2013-07-04 | 1 | -23/+21 |
* | coredump: cn_vprintf() has no reason to call vsnprintf() twice | Oleg Nesterov | 2013-07-04 | 1 | -18/+12 |
* | coredump: introduce cn_vprintf() | Oleg Nesterov | 2013-07-04 | 1 | -7/+13 |
* | coredump: format_corename() can leak cn->corename | Oleg Nesterov | 2013-07-04 | 1 | -11/+7 |
* | do_coredump(): don't wait for thaw if coredump has already been interrupted | Al Viro | 2013-05-04 | 1 | -4/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-02 | 1 | -3/+3 |
|\ |
|
| * | pipe: set file->private_data to ->i_pipe | Al Viro | 2013-04-09 | 1 | -3/+1 |
| * | lift sb_start_write() out of ->write() | Al Viro | 2013-04-09 | 1 | -0/+2 |
* | | coredump: change wait_for_dump_helpers() to use wait_event_interruptible() | Oleg Nesterov | 2013-05-01 | 1 | -6/+9 |
* | | coredump: factor out the setting of PF_DUMPCORE | Oleg Nesterov | 2013-05-01 | 1 | -0/+1 |
* | | coredump: introduce dump_interrupted() | Oleg Nesterov | 2013-05-01 | 1 | -3/+17 |
* | | coredump: sanitize the setting of signal->group_exit_code | Oleg Nesterov | 2013-05-01 | 1 | -5/+6 |
* | | coredump: ensure that SIGKILL always kills the dumping thread | Oleg Nesterov | 2013-05-01 | 1 | -2/+8 |
* | | coredump: only SIGKILL should interrupt the coredumping task | Oleg Nesterov | 2013-05-01 | 1 | -8/+5 |
* | | usermodehelper: split remaining calls to call_usermodehelper_fns() | Lucas De Marchi | 2013-05-01 | 1 | -3/+9 |
* | | coredump: remove trailling whitespace | Lucas De Marchi | 2013-05-01 | 1 | -3/+3 |
|/ |
|
* | coredump: remove redundant defines for dumpable states | Kees Cook | 2013-02-28 | 1 | -1/+1 |
* | new helper: file_inode(file) | Al Viro | 2013-02-23 | 1 | -2/+2 |