aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)AuthorFilesLines
2020-03-09pstore/ram: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-02-27pstore: pstore_ftrace_seq_next should increase position indexGravatar Vasily Averin 1-1/+4
2020-02-25pstore/ram: remove unnecessary ramoops_unregister_dummy()Gravatar chenqiwu 1-1/+0
2020-02-25pstore/platform: fix potential mem leak if pstore_init_fs failedGravatar chenqiwu 1-2/+2
2020-01-08pstore/ram: Regularize prz label allocation lifetimeGravatar Kees Cook 2-3/+3
2020-01-02pstore/ram: Write new dumps to start of recycled zonesGravatar Aleksandr Yashkin 1-0/+11
2020-01-02pstore/ram: Fix error-path memory leak in persistent_ram_new() callersGravatar Kees Cook 1-0/+2
2019-10-29pstore: Make pstore_choose_compression() staticGravatar Ben Dooks (Codethink) 1-1/+1
2019-08-30pstore: fs superblock limitsGravatar Deepa Dinamani 1-0/+2
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