summaryrefslogtreecommitdiffstats
path: root/fs/pstore/platform.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pstore: fix crypto dependencies without compressionTobias Regnery2018-04-061-2/+2
* pstore: fix crypto dependenciesArnd Bergmann2018-03-151-11/+11
* pstore: Use crypto compress APIGeliang Tang2018-03-091-347/+68
* pstore: Select compression at runtimeKees Cook2018-03-071-55/+79
* pstore: Avoid size casts for 842 compressionKees Cook2018-03-061-4/+14
* pstore: Add lz4hc and 842 compression supportGeliang Tang2018-03-061-18/+129
* fs: pstore: remove unused hardirq.hYang Shi2017-11-281-1/+0
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-171-1/+1
|\
| * pstore: remove unneeded unlikely()Hirofumi Nakagawa2017-11-051-1/+1
* | pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann2017-11-121-4/+1
* | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-1/+1
|\
| * pstore: Implement show_optionsDavid Howells2017-07-061-1/+1
* | pstore: use memdup_userGeliang Tang2017-06-271-7/+4
* | pstore: Populate pstore record->time fieldKees Cook2017-05-311-0/+6