aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore/platform.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-19pstore: Alert on backend write errorGravatar Guilherme G. Piccoli 1-0/+10
2022-10-17pstore: Inform unregistered backend names as wellGravatar Guilherme G. Piccoli 1-0/+2
2022-10-17pstore: Expose kmsg_bytes as a module parameterGravatar Guilherme G. Piccoli 1-3/+5
2022-10-17pstore: Improve error reporting in case of backend overlapGravatar Guilherme G. Piccoli 1-2/+3
2022-09-30Revert "pstore: migrate to crypto acomp interface"Gravatar Guilherme G. Piccoli 1-51/+12
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2022-06-24pstore: Add priv field to pstore_record for backend specific useGravatar Ard Biesheuvel 1-0/+1
2022-05-12pstore: migrate to crypto acomp interfaceGravatar Ard Biesheuvel 1-12/+51
2022-03-15pstore: Don't use semaphores in always-atomic-context codeGravatar Jann Horn 1-20/+18
2021-11-08lib: zstd: Add kernel-specific APIGravatar Nick Terrell 1-1/+1
2021-03-08printk: introduce a kmsg_dump iteratorGravatar John Ogness 1-1/+4
2021-02-18pstore: Fix typo in compression option nameGravatar Jiri Bohac 1-2/+2
2020-12-01pstore: Move kmsg_bytes default into KconfigGravatar Vasile-Laurentiu Stanimir 1-1/+1
2020-07-06pstore: Fix linking when crypto API disabledGravatar Matteo Croce 1-1/+4
2020-05-30pstore/platform: Pass max_reason to kmesg dumpGravatar Pavel Tatashin 1-1/+3
2020-05-30printk: Introduce kmsg_dump_reason_str()Gravatar Kees Cook 1-17/+1
2020-05-30printk: Collapse shutdown types into a single dump reasonGravatar Kees Cook 1-6/+2
2020-05-30pstore/platform: Move module params after declarationsGravatar Kees Cook 1-6/+5
2020-05-30pstore/platform: Use backend name for console registrationGravatar Kees Cook 1-1/+3
2020-05-30pstore/platform: Switch pstore_info::name to constGravatar Kees Cook 1-1/+2
2020-05-30pstore: Make sure console capturing will restartGravatar Kees Cook 1-1/+5
2020-05-30pstore: Remove filesystem records when backend is unregisteredGravatar Kees Cook 1-0/+3
2020-05-30pstore: Do not leave timer disabled for next backendGravatar Kees Cook 1-15/+19
2020-05-30pstore: Add locking around superblock changesGravatar Kees Cook 1-3/+2
2020-05-12pstore: Add proper unregister lock checkingGravatar Kees Cook 1-4/+17
2020-05-12pstore: Convert "psinfo" locking to mutexGravatar Kees Cook 1-4/+4
2020-05-12pstore: Rename "pstore_lock" to "psinfo_lock"Gravatar Kees Cook 1-5/+5
2020-05-12pstore: Drop useless try_module_get() for backendGravatar Kees Cook 1-8/+0
2020-02-25pstore/platform: fix potential mem leak if pstore_init_fs failedGravatar chenqiwu 1-2/+2
2019-10-29pstore: Make pstore_choose_compression() staticGravatar Ben Dooks (Codethink) 1-1/+1
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Gravatar Thomas Gleixner 1-13/+1
2019-05-31pstore/ram: Run without kernel crash dump regionGravatar Kees Cook 1-1/+2
2019-05-31pstore: Set tfm to NULL on free_buf_for_compressionGravatar Pi-Hsun Shih 1-1/+3
2019-02-12pstore: Avoid writing records with zero sizeGravatar Yue Hu 1-0/+3
2018-12-03pstore: Convert buf_lock to semaphoreGravatar Kees Cook 1-21/+23
2018-12-03pstore: Map PSTORE_TYPE_* to stringsGravatar Joel Fernandes (Google) 1-0/+37
2018-12-03pstore: Improve and update some comments and status outputGravatar Kees Cook 1-4/+3
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-10-22pstore: Refactor compression initializationGravatar Kees Cook 1-15/+33
2018-10-22pstore: Allocate compression during late_initcall()Gravatar Joel Fernandes (Google) 1-1/+9
2018-10-22pstore: Centralize init/exit routinesGravatar Kees Cook 1-0/+23
2018-08-03pstore: add zstd compression supportGravatar Geliang Tang 1-0/+16
2018-06-05pstore: Convert internal records to timespec64Gravatar Kees Cook 1-1/+1
2018-04-06pstore: fix crypto dependencies without compressionGravatar Tobias Regnery 1-2/+2
2018-03-15pstore: fix crypto dependenciesGravatar Arnd Bergmann 1-11/+11
2018-03-09pstore: Use crypto compress APIGravatar Geliang Tang 1-347/+68
2018-03-07pstore: Select compression at runtimeGravatar Kees Cook 1-55/+79
2018-03-06pstore: Avoid size casts for 842 compressionGravatar Kees Cook 1-4/+14