summaryrefslogtreecommitdiffstats
path: root/fs/pstore/platform.c
Commit message (Expand)AuthorAgeFilesLines
* pstore/platform: Add check for kstrdupJiasheng Jiang2023-10-121-1/+8
* pstore: Base compression input buffer size on estimated compressed sizeArd Biesheuvel2023-08-311-7/+27
* pstore: Support record sizes larger than kmalloc() limitYuxiao Zhang2023-08-171-13/+14
* pstore: Replace crypto API compression with zlib_deflate library callsArd Biesheuvel2023-07-171-48/+88
* pstore: Remove worst-case compression size logicArd Biesheuvel2023-07-171-187/+19
* pstore: Alert on backend write errorGuilherme G. Piccoli2022-10-191-0/+10
* pstore: Inform unregistered backend names as wellGuilherme G. Piccoli2022-10-171-0/+2
* pstore: Expose kmsg_bytes as a module parameterGuilherme G. Piccoli2022-10-171-3/+5
* pstore: Improve error reporting in case of backend overlapGuilherme G. Piccoli2022-10-171-2/+3
* Revert "pstore: migrate to crypto acomp interface"Guilherme G. Piccoli2022-09-301-51/+12
* Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-031-0/+1
|\
| * pstore: Add priv field to pstore_record for backend specific useArd Biesheuvel2022-06-241-0/+1
* | pstore: migrate to crypto acomp interfaceArd Biesheuvel2022-05-121-12/+51
|/
* pstore: Don't use semaphores in always-atomic-context codeJann Horn2022-03-151-20/+18
* lib: zstd: Add kernel-specific APINick Terrell2021-11-081-1/+1
* printk: introduce a kmsg_dump iteratorJohn Ogness2021-03-081-1/+4
* pstore: Fix typo in compression option nameJiri Bohac2021-02-181-2/+2
* pstore: Move kmsg_bytes default into KconfigVasile-Laurentiu Stanimir2020-12-011-1/+1
* pstore: Fix linking when crypto API disabledMatteo Croce2020-07-061-1/+4
* pstore/platform: Pass max_reason to kmesg dumpPavel Tatashin2020-05-301-1/+3
* printk: Introduce kmsg_dump_reason_str()Kees Cook2020-05-301-17/+1
* printk: Collapse shutdown types into a single dump reasonKees Cook2020-05-301-6/+2
* pstore/platform: Move module params after declarationsKees Cook2020-05-301-6/+5
* pstore/platform: Use backend name for console registrationKees Cook2020-05-301-1/+3
* pstore/platform: Switch pstore_info::name to constKees Cook2020-05-301-1/+2
* pstore: Make sure console capturing will restartKees Cook2020-05-301-1/+5
* pstore: Remove filesystem records when backend is unregisteredKees Cook2020-05-301-0/+3
* pstore: Do not leave timer disabled for next backendKees Cook2020-05-301-15/+19
* pstore: Add locking around superblock changesKees Cook2020-05-301-3/+2
* pstore: Add proper unregister lock checkingKees Cook2020-05-121-4/+17
* pstore: Convert "psinfo" locking to mutexKees Cook2020-05-121-4/+4
* pstore: Rename "pstore_lock" to "psinfo_lock"Kees Cook2020-05-121-5/+5
* pstore: Drop useless try_module_get() for backendKees Cook2020-05-121-8/+0
* pstore/platform: fix potential mem leak if pstore_init_fs failedchenqiwu2020-02-251-2/+2
* pstore: Make pstore_choose_compression() staticBen Dooks (Codethink)2019-10-291-1/+1
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-13/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-13/+1
* | pstore/ram: Run without kernel crash dump regionKees Cook2019-05-311-1/+2
* | pstore: Set tfm to NULL on free_buf_for_compressionPi-Hsun Shih2019-05-311-1/+3
|/
* pstore: Avoid writing records with zero sizeYue Hu2019-02-121-0/+3
* pstore: Convert buf_lock to semaphoreKees Cook2018-12-031-21/+23
* pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)2018-12-031-0/+37
* pstore: Improve and update some comments and status outputKees Cook2018-12-031-4/+3
* pstore: Remove needless lock during console writesKees Cook2018-12-031-23/+6
* pstore: Do not use crash buffer for decompressionKees Cook2018-12-031-31/+25
* pstore: Refactor compression initializationKees Cook2018-10-221-15/+33
* pstore: Allocate compression during late_initcall()Joel Fernandes (Google)2018-10-221-1/+9
* pstore: Centralize init/exit routinesKees Cook2018-10-221-0/+23
* pstore: add zstd compression supportGeliang Tang2018-08-031-0/+16
* pstore: Convert internal records to timespec64Kees Cook2018-06-051-1/+1