summaryrefslogtreecommitdiff
path: root/fs/pstore/platform.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-12pstore/platform: Add check for kstrdupJiasheng Jiang1-1/+8
2023-08-31pstore: Base compression input buffer size on estimated compressed sizeArd Biesheuvel1-7/+27
2023-08-18pstore: Support record sizes larger than kmalloc() limitYuxiao Zhang1-13/+14
2023-07-18pstore: Replace crypto API compression with zlib_deflate library callsArd Biesheuvel1-48/+88
2023-07-18pstore: Remove worst-case compression size logicArd Biesheuvel1-187/+19
2022-10-19pstore: Alert on backend write errorGuilherme G. Piccoli1-0/+10
2022-10-17pstore: Inform unregistered backend names as wellGuilherme G. Piccoli1-0/+2
2022-10-17pstore: Expose kmsg_bytes as a module parameterGuilherme G. Piccoli1-3/+5
2022-10-17pstore: Improve error reporting in case of backend overlapGuilherme G. Piccoli1-2/+3
2022-09-30Revert "pstore: migrate to crypto acomp interface"Guilherme G. Piccoli1-51/+12
2022-08-04Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2022-06-24pstore: Add priv field to pstore_record for backend specific useArd Biesheuvel1-0/+1
2022-05-12pstore: migrate to crypto acomp interfaceArd Biesheuvel1-12/+51
2022-03-15pstore: Don't use semaphores in always-atomic-context codeJann Horn1-20/+18
2021-11-09lib: zstd: Add kernel-specific APINick Terrell1-1/+1
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness1-1/+4
2021-02-18pstore: Fix typo in compression option nameJiri Bohac1-2/+2
2020-12-01pstore: Move kmsg_bytes default into KconfigVasile-Laurentiu Stanimir1-1/+1
2020-07-07pstore: Fix linking when crypto API disabledMatteo Croce1-1/+4
2020-05-30pstore/platform: Pass max_reason to kmesg dumpPavel Tatashin1-1/+3
2020-05-30printk: Introduce kmsg_dump_reason_str()Kees Cook1-17/+1
2020-05-30printk: Collapse shutdown types into a single dump reasonKees Cook1-6/+2
2020-05-30pstore/platform: Move module params after declarationsKees Cook1-6/+5
2020-05-30pstore/platform: Use backend name for console registrationKees Cook1-1/+3
2020-05-30pstore/platform: Switch pstore_info::name to constKees Cook1-1/+2
2020-05-30pstore: Make sure console capturing will restartKees Cook1-1/+5
2020-05-30pstore: Remove filesystem records when backend is unregisteredKees Cook1-0/+3
2020-05-30pstore: Do not leave timer disabled for next backendKees Cook1-15/+19
2020-05-30pstore: Add locking around superblock changesKees Cook1-3/+2
2020-05-12pstore: Add proper unregister lock checkingKees Cook1-4/+17
2020-05-12pstore: Convert "psinfo" locking to mutexKees Cook1-4/+4
2020-05-12pstore: Rename "pstore_lock" to "psinfo_lock"Kees Cook1-5/+5
2020-05-12pstore: Drop useless try_module_get() for backendKees Cook1-8/+0
2020-02-25pstore/platform: fix potential mem leak if pstore_init_fs failedchenqiwu1-2/+2
2019-10-29pstore: Make pstore_choose_compression() staticBen Dooks (Codethink)1-1/+1
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
2019-05-31pstore/ram: Run without kernel crash dump regionKees Cook1-1/+2
2019-05-31pstore: Set tfm to NULL on free_buf_for_compressionPi-Hsun Shih1-1/+3
2019-02-12pstore: Avoid writing records with zero sizeYue Hu1-0/+3
2018-12-04pstore: Convert buf_lock to semaphoreKees Cook1-21/+23
2018-12-04pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)1-0/+37
2018-12-04pstore: Improve and update some comments and status outputKees Cook1-4/+3
2018-12-04pstore: Remove needless lock during console writesKees Cook1-23/+6
2018-12-04pstore: Do not use crash buffer for decompressionKees Cook1-31/+25
2018-10-22pstore: Refactor compression initializationKees Cook1-15/+33
2018-10-22pstore: Allocate compression during late_initcall()Joel Fernandes (Google)1-1/+9
2018-10-22pstore: Centralize init/exit routinesKees Cook1-0/+23
2018-08-04pstore: add zstd compression supportGeliang Tang1-0/+16
2018-06-06pstore: Convert internal records to timespec64Kees Cook1-1/+1