aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)AuthorFilesLines
2019-07-08pstore: Fix double-free in pstore_mkfile() failure pathGravatar Norbert Manthey 1-7/+6
2019-07-08pstore: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-16/+2
2019-07-08pstore/ram: Improve backward compatibility with older ChromebooksGravatar Douglas Anderson 1-0/+21
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 6-69/+6
2019-06-05Merge tag 'pstore-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-15/+28
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Gravatar Thomas Gleixner 1-15/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Gravatar Thomas Gleixner 2-26/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Gravatar Thomas Gleixner 3-28/+3
2019-05-31pstore/ram: Run without kernel crash dump regionGravatar Kees Cook 2-14/+25
2019-05-31pstore: Set tfm to NULL on free_buf_for_compressionGravatar Pi-Hsun Shih 1-1/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelyGravatar Sakari Ailus 1-1/+1
2019-02-12pstore/ram: Avoid needless alloc during header writeGravatar Kees Cook 1-7/+3
2019-02-12pstore/ram: Add kmsg hlen zero check to ramoops_pstore_write()Gravatar Yue Hu 1-0/+3
2019-02-12pstore/ram: Move initialization earlierGravatar Yue Hu 1-9/+9
2019-02-12pstore: Avoid writing records with zero sizeGravatar Yue Hu 2-2/+7
2019-01-21pstore/ram: Replace dummy_data heap memory with stack memoryGravatar Yue Hu 1-21/+14
2019-01-20pstore/ram: Avoid allocation and leak of platform dataGravatar Kees Cook 1-6/+3
2019-01-17pstore/ram: Fix console ramoops to show the previous boot logsGravatar Sai Prakash Ranjan 1-2/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 2-2/+2
2018-12-03pstore/ram: Avoid NULL deref in ftrace merging failure pathGravatar Kees Cook 1-1/+1
2018-12-03pstore: Convert buf_lock to semaphoreGravatar Kees Cook 2-22/+23
2018-12-03pstore: Fix bool initialization/comparisonGravatar Thomas Meyer 1-1/+1
2018-12-03pstore/ram: Do not treat empty buffers as validGravatar Joel Fernandes (Google) 1-0/+5
2018-12-03pstore/ram: Simplify ramoops_get_next_prz() argumentsGravatar Joel Fernandes (Google) 1-30/+18
2018-12-03pstore: Map PSTORE_TYPE_* to stringsGravatar Joel Fernandes (Google) 3-48/+44
2018-12-03pstore: Improve and update some comments and status outputGravatar Kees Cook 2-5/+6
2018-12-03pstore/ram: Add kern-doc for struct persistent_ram_zoneGravatar Kees Cook 1-0/+10
2018-12-03pstore/ram: Report backend assignments with finer granularityGravatar Kees Cook 2-2/+8
2018-12-03pstore/ram: Standardize module name in ramoopsGravatar Kees Cook 1-2/+3
2018-12-03pstore: Avoid duplicate call of persistent_ram_zap()Gravatar Peng Wang 2-9/+10
2018-12-03pstore: Remove needless lock during console writesGravatar Kees Cook 1-23/+6
2018-12-03pstore: Do not use crash buffer for decompressionGravatar Kees Cook 1-31/+25
2018-12-03Merge branch 'for-linus/pstore' into for-next/pstoreGravatar Kees Cook 1-9/+6
2018-11-29pstore/ram: Correctly calculate usable PRZ bytesGravatar Kees Cook 1-9/+6
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKGravatar Mike Rapoport 1-1/+0
2018-10-24Merge tag 'pstore-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-32/+88
2018-10-22pstore/ram: Clarify resource reservation labelsGravatar Kees Cook 2-7/+20
2018-10-22pstore: Refactor compression initializationGravatar Kees Cook 1-15/+33
2018-10-22pstore: Allocate compression during late_initcall()Gravatar Joel Fernandes (Google) 2-2/+10
2018-10-22pstore: Centralize init/exit routinesGravatar Kees Cook 3-11/+28
2018-09-30pstore/ram: Fix failure-path memory leak in ramoops_initGravatar Kees Cook 1-4/+25
2018-09-13pstore: Fix incorrect persistent ram buffer mappingGravatar Bin Yang 1-3/+14
2018-08-03pstore: add zstd compression supportGravatar Geliang Tang 2-3/+30
2018-06-14pstore: Remove bogus format string definitionGravatar Arnd Bergmann 1-11/+6
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-2/+1
2018-06-05pstore: Convert internal records to timespec64Gravatar Kees Cook 3-9/+17
2018-04-06pstore: fix crypto dependencies without compressionGravatar Tobias Regnery 1-2/+2
2018-03-15pstore: fix crypto dependenciesGravatar Arnd Bergmann 2-20/+21
2018-03-09pstore: Use crypto compress APIGravatar Geliang Tang 3-367/+84