summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-07-05Merge 4.9.36 into android-4.9Greg Kroah-Hartman185-800/+1670
2017-07-05coredump: Ensure proper size of sparse core filesDave Kleikamp3-0/+20
2017-01-31ANDROID: vfs: Add setattr2 for filesystems with per mount permissionsDaniel Rosenberg7-15/+34
2016-11-11coredump: fix unfreezable coredumping taskAndrey Ryabinin1-0/+3
2016-06-08coredump: fix dumping through pipesMateusz Guzik5-4/+7
2016-05-24coredump: make coredump_wait wait for mmap_sem for write killableMichal Hocko1-1/+3
2016-05-12coredump: only charge written data against RLIMIT_COREOmar Sandoval2-3/+3
2016-05-12coredump: get rid of coredump_params->writtenOmar Sandoval5-10/+8
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn6-12/+32
2016-01-21fs/coredump: prevent "" / "." / ".." core path componentsJann Horn1-0/+20
2015-12-07coredump: Use 64bit time for unix time of coredumpArnd Bergmann1-3/+5
2015-11-07coredump: change zap_threads() and zap_process() to use for_each_thread()Oleg Nesterov1-14/+13
2015-11-07coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMPOleg Nesterov2-7/+7
2015-09-10fs: Don't dump core if the corefile would become world-readable.Jann Horn1-2/+6
2015-09-10fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn1-6/+32
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds99-553/+784
2015-06-26coredump: add __printf attribute to cn_*printf functionsNicolas Iooss1-4/+7
2015-06-26coredump: use from_kuid/kgid when formatting corenameNicolas Iooss2-4/+8
2015-06-23vfs: add file_path() helperMiklos Szeredi16-21/+25
2015-04-12coredump: accept any write methodAl Viro1-1/+1
2015-02-20coredump: Fix typo in commentBastien Nocera1-1/+1
2014-10-14coredump: add %i/%I in core_pattern to report the tid of the crashed threadOleg Nesterov2-0/+10
2014-07-23coredump: fix the setting of PF_DUMPCORESilesh C V1-1/+1
2014-04-19coredump: fix va_list corruptionEric Dumazet1-1/+6
2014-01-24coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.hOleg Nesterov4-29/+17
2013-11-16dump_emit(): use __kernel_write(), not vfs_write()Al Viro1-1/+1
2013-11-16dump_align(): fix the dumb brainoAl Viro1-2/+2
2013-11-09constify do_coredump() argumentAl Viro4-6/+6
2013-11-09new helper: dump_align()Al Viro5-17/+15
2013-11-09dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro6-43/+22
2013-11-09make dump_emit() use vfs_write() instead of banging at ->f_op->write directlyAl Viro1-5/+12
2013-11-09new helper: dump_emit()Al Viro4-37/+40
2013-10-25file->f_op is never NULL...Al Viro29-97/+74
2013-09-11coredump: add new %P variable in core_patternStéphane Graber2-0/+6
2013-07-03coredump: '% at the end' shouldn't bypass core_uses_pid logicOleg Nesterov1-5/+7
2013-07-03coredump: kill call_count, add core_name_sizeOleg Nesterov1-9/+10
2013-07-03coredump: kill cn_escape(), introduce cn_esc_printf()Oleg Nesterov1-23/+21
2013-07-03coredump: cn_vprintf() has no reason to call vsnprintf() twiceOleg Nesterov1-18/+12
2013-07-03coredump: introduce cn_vprintf()Oleg Nesterov1-7/+13
2013-07-03coredump: format_corename() can leak cn->corenameOleg Nesterov1-11/+7
2013-05-04do_coredump(): don't wait for thaw if coredump has already been interruptedAl Viro1-4/+5
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds385-14539/+7395
2013-05-01coredump: change wait_for_dump_helpers() to use wait_event_interruptible()Oleg Nesterov1-6/+9
2013-05-01coredump: factor out the setting of PF_DUMPCOREOleg Nesterov5-6/+2
2013-05-01coredump: introduce dump_interrupted()Oleg Nesterov1-3/+17
2013-05-01coredump: sanitize the setting of signal->group_exit_codeOleg Nesterov1-5/+6
2013-05-01coredump: ensure that SIGKILL always kills the dumping threadOleg Nesterov1-2/+8
2013-05-01coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov3-10/+10
2013-05-01usermodehelper: split remaining calls to call_usermodehelper_fns()Lucas De Marchi2-5/+15
2013-05-01coredump: remove trailling whitespaceLucas De Marchi1-3/+3
[next]