summaryrefslogtreecommitdiffstats
path: root/fs/pstore
AgeCommit message (Expand)AuthorLines
2019-08-30pstore: fs superblock limitsDeepa Dinamani-0/+2
2019-07-08pstore: Fix double-free in pstore_mkfile() failure pathNorbert Manthey-7/+6
2019-07-08pstore: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-16/+2
2019-07-08pstore/ram: Improve backward compatibility with older ChromebooksDouglas Anderson-0/+21
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-69/+6
2019-06-05Merge tag 'pstore-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-15/+28
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner-15/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner-26/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner-28/+3
2019-05-31pstore/ram: Run without kernel crash dump regionKees Cook-14/+25
2019-05-31pstore: Set tfm to NULL on free_buf_for_compressionPi-Hsun Shih-1/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus-1/+1
2019-02-12pstore/ram: Avoid needless alloc during header writeKees Cook-7/+3
2019-02-12pstore/ram: Add kmsg hlen zero check to ramoops_pstore_write()Yue Hu-0/+3
2019-02-12pstore/ram: Move initialization earlierYue Hu-9/+9
2019-02-12pstore: Avoid writing records with zero sizeYue Hu-2/+7
2019-01-21pstore/ram: Replace dummy_data heap memory with stack memoryYue Hu-21/+14
2019-01-20pstore/ram: Avoid allocation and leak of platform dataKees Cook-6/+3
2019-01-17pstore/ram: Fix console ramoops to show the previous boot logsSai Prakash Ranjan-2/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-2/+2
2018-12-03pstore/ram: Avoid NULL deref in ftrace merging failure pathKees Cook-1/+1
2018-12-03pstore: Convert buf_lock to semaphoreKees Cook-22/+23
2018-12-03pstore: Fix bool initialization/comparisonThomas Meyer-1/+1
2018-12-03pstore/ram: Do not treat empty buffers as validJoel Fernandes (Google)-0/+5
2018-12-03pstore/ram: Simplify ramoops_get_next_prz() argumentsJoel Fernandes (Google)-30/+18
2018-12-03pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)-48/+44
2018-12-03pstore: Improve and update some comments and status outputKees Cook-5/+6
2018-12-03pstore/ram: Add kern-doc for struct persistent_ram_zoneKees Cook-0/+10
2018-12-03pstore/ram: Report backend assignments with finer granularityKees Cook-2/+8
2018-12-03pstore/ram: Standardize module name in ramoopsKees Cook-2/+3
2018-12-03pstore: Avoid duplicate call of persistent_ram_zap()Peng Wang-9/+10
2018-12-03pstore: Remove needless lock during console writesKees Cook-23/+6
2018-12-03pstore: Do not use crash buffer for decompressionKees Cook-31/+25
2018-12-03Merge branch 'for-linus/pstore' into for-next/pstoreKees Cook-9/+6
2018-11-29pstore/ram: Correctly calculate usable PRZ bytesKees Cook-9/+6
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport-1/+0
2018-10-24Merge tag 'pstore-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-32/+88
2018-10-22pstore/ram: Clarify resource reservation labelsKees Cook-7/+20
2018-10-22pstore: Refactor compression initializationKees Cook-15/+33
2018-10-22pstore: Allocate compression during late_initcall()Joel Fernandes (Google)-2/+10
2018-10-22pstore: Centralize init/exit routinesKees Cook-11/+28
2018-09-30pstore/ram: Fix failure-path memory leak in ramoops_initKees Cook-4/+25
2018-09-13pstore: Fix incorrect persistent ram buffer mappingBin Yang-3/+14
2018-08-03pstore: add zstd compression supportGeliang Tang-3/+30
2018-06-14pstore: Remove bogus format string definitionArnd Bergmann-11/+6
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani-2/+1
2018-06-05pstore: Convert internal records to timespec64Kees Cook-9/+17
2018-04-06pstore: fix crypto dependencies without compressionTobias Regnery-2/+2
2018-03-15pstore: fix crypto dependenciesArnd Bergmann-20/+21