summaryrefslogtreecommitdiffstats
path: root/fs/pstore
AgeCommit message (Expand)Author
2020-08-19pstore: Fix linking when crypto API disabledMatteo Croce
2020-04-17pstore: pstore_ftrace_seq_next should increase position indexVasily Averin
2020-04-17pstore/platform: fix potential mem leak if pstore_init_fs failedchenqiwu
2020-01-14pstore/ram: Regularize prz label allocation lifetimeKees Cook
2020-01-09pstore/ram: Fix error-path memory leak in persistent_ram_new() callersKees Cook
2020-01-09pstore/ram: Write new dumps to start of recycled zonesAleksandr Yashkin
2019-08-30pstore: fs superblock limitsDeepa Dinamani
2019-07-08pstore: Fix double-free in pstore_mkfile() failure pathNorbert Manthey
2019-07-08pstore: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-07-08pstore/ram: Improve backward compatibility with older ChromebooksDouglas Anderson
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-05Merge tag 'pstore-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2019-05-31pstore/ram: Run without kernel crash dump regionKees Cook
2019-05-31pstore: Set tfm to NULL on free_buf_for_compressionPi-Hsun Shih
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-02-12pstore/ram: Avoid needless alloc during header writeKees Cook
2019-02-12pstore/ram: Add kmsg hlen zero check to ramoops_pstore_write()Yue Hu
2019-02-12pstore/ram: Move initialization earlierYue Hu
2019-02-12pstore: Avoid writing records with zero sizeYue Hu
2019-01-21pstore/ram: Replace dummy_data heap memory with stack memoryYue Hu
2019-01-20pstore/ram: Avoid allocation and leak of platform dataKees Cook
2019-01-17pstore/ram: Fix console ramoops to show the previous boot logsSai Prakash Ranjan
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-03pstore/ram: Avoid NULL deref in ftrace merging failure pathKees Cook
2018-12-03pstore: Convert buf_lock to semaphoreKees Cook
2018-12-03pstore: Fix bool initialization/comparisonThomas Meyer
2018-12-03pstore/ram: Do not treat empty buffers as validJoel Fernandes (Google)
2018-12-03pstore/ram: Simplify ramoops_get_next_prz() argumentsJoel Fernandes (Google)
2018-12-03pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)
2018-12-03pstore: Improve and update some comments and status outputKees Cook
2018-12-03pstore/ram: Add kern-doc for struct persistent_ram_zoneKees Cook
2018-12-03pstore/ram: Report backend assignments with finer granularityKees Cook
2018-12-03pstore/ram: Standardize module name in ramoopsKees Cook
2018-12-03pstore: Avoid duplicate call of persistent_ram_zap()Peng Wang
2018-12-03pstore: Remove needless lock during console writesKees Cook
2018-12-03pstore: Do not use crash buffer for decompressionKees Cook
2018-12-03Merge branch 'for-linus/pstore' into for-next/pstoreKees Cook
2018-11-29pstore/ram: Correctly calculate usable PRZ bytesKees Cook
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport
2018-10-24Merge tag 'pstore-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-22pstore/ram: Clarify resource reservation labelsKees Cook
2018-10-22pstore: Refactor compression initializationKees Cook
2018-10-22pstore: Allocate compression during late_initcall()Joel Fernandes (Google)
2018-10-22pstore: Centralize init/exit routinesKees Cook
2018-09-30pstore/ram: Fix failure-path memory leak in ramoops_initKees Cook
2018-09-13pstore: Fix incorrect persistent ram buffer mappingBin Yang