summaryrefslogtreecommitdiffstats
path: root/fs/pstore/platform.c
AgeCommit message (Expand)AuthorLines
2022-09-30Revert "pstore: migrate to crypto acomp interface"Guilherme G. Piccoli-51/+12
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2022-06-24pstore: Add priv field to pstore_record for backend specific useArd Biesheuvel-0/+1
2022-05-12pstore: migrate to crypto acomp interfaceArd Biesheuvel-12/+51
2022-03-15pstore: Don't use semaphores in always-atomic-context codeJann Horn-20/+18
2021-11-08lib: zstd: Add kernel-specific APINick Terrell-1/+1
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness-1/+4
2021-02-18pstore: Fix typo in compression option nameJiri Bohac-2/+2
2020-12-01pstore: Move kmsg_bytes default into KconfigVasile-Laurentiu Stanimir-1/+1
2020-07-06pstore: Fix linking when crypto API disabledMatteo Croce-1/+4
2020-05-30pstore/platform: Pass max_reason to kmesg dumpPavel Tatashin-1/+3
2020-05-30printk: Introduce kmsg_dump_reason_str()Kees Cook-17/+1
2020-05-30printk: Collapse shutdown types into a single dump reasonKees Cook-6/+2
2020-05-30pstore/platform: Move module params after declarationsKees Cook-6/+5
2020-05-30pstore/platform: Use backend name for console registrationKees Cook-1/+3
2020-05-30pstore/platform: Switch pstore_info::name to constKees Cook-1/+2
2020-05-30pstore: Make sure console capturing will restartKees Cook-1/+5
2020-05-30pstore: Remove filesystem records when backend is unregisteredKees Cook-0/+3
2020-05-30pstore: Do not leave timer disabled for next backendKees Cook-15/+19
2020-05-30pstore: Add locking around superblock changesKees Cook-3/+2
2020-05-12pstore: Add proper unregister lock checkingKees Cook-4/+17
2020-05-12pstore: Convert "psinfo" locking to mutexKees Cook-4/+4
2020-05-12pstore: Rename "pstore_lock" to "psinfo_lock"Kees Cook-5/+5
2020-05-12pstore: Drop useless try_module_get() for backendKees Cook-8/+0
2020-02-25pstore/platform: fix potential mem leak if pstore_init_fs failedchenqiwu-2/+2
2019-10-29pstore: Make pstore_choose_compression() staticBen Dooks (Codethink)-1/+1
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner-13/+1
2019-05-31pstore/ram: Run without kernel crash dump regionKees Cook-1/+2
2019-05-31pstore: Set tfm to NULL on free_buf_for_compressionPi-Hsun Shih-1/+3
2019-02-12pstore: Avoid writing records with zero sizeYue Hu-0/+3
2018-12-03pstore: Convert buf_lock to semaphoreKees Cook-21/+23
2018-12-03pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)-0/+37
2018-12-03pstore: Improve and update some comments and status outputKees Cook-4/+3
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-10-22pstore: Refactor compression initializationKees Cook-15/+33
2018-10-22pstore: Allocate compression during late_initcall()Joel Fernandes (Google)-1/+9
2018-10-22pstore: Centralize init/exit routinesKees Cook-0/+23
2018-08-03pstore: add zstd compression supportGeliang Tang-0/+16
2018-06-05pstore: Convert internal records to timespec64Kees Cook-1/+1
2018-04-06pstore: fix crypto dependencies without compressionTobias Regnery-2/+2
2018-03-15pstore: fix crypto dependenciesArnd Bergmann-11/+11
2018-03-09pstore: Use crypto compress APIGeliang Tang-347/+68
2018-03-07pstore: Select compression at runtimeKees Cook-55/+79
2018-03-06pstore: Avoid size casts for 842 compressionKees Cook-4/+14
2018-03-06pstore: Add lz4hc and 842 compression supportGeliang Tang-18/+129
2017-11-28fs: pstore: remove unused hardirq.hYang Shi-1/+0
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook-2/+2
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1