summaryrefslogtreecommitdiffstats
path: root/fs/pstore
AgeCommit message (Expand)Author
2021-03-04pstore: Fix typo in compression option nameJiri Bohac
2020-08-19pstore: Fix linking when crypto API disabledMatteo Croce
2020-04-17pstore: pstore_ftrace_seq_next should increase position indexVasily Averin
2020-04-17pstore/platform: fix potential mem leak if pstore_init_fs failedchenqiwu
2020-01-09pstore/ram: Write new dumps to start of recycled zonesAleksandr Yashkin
2019-12-13pstore/ram: Avoid NULL deref in ftrace merging failure pathKees Cook
2019-10-07pstore: fs superblock limitsDeepa Dinamani
2019-09-16pstore: Fix double-free in pstore_mkfile() failure pathNorbert Manthey
2019-06-11pstore/ram: Run without kernel crash dump regionKees Cook
2019-06-11pstore: Set tfm to NULL on free_buf_for_compressionPi-Hsun Shih
2019-06-11pstore: Convert buf_lock to semaphoreKees Cook
2019-06-11pstore: Remove needless lock during console writesKees Cook
2019-05-22pstore: Refactor compression initializationKees Cook
2019-05-22pstore: Allocate compression during late_initcall()Joel Fernandes (Google)
2019-05-22pstore: Centralize init/exit routinesKees Cook
2019-01-26pstore/ram: Do not treat empty buffers as validJoel Fernandes (Google)
2019-01-22pstore/ram: Avoid allocation and leak of platform dataKees Cook
2018-12-17pstore/ram: Correctly calculate usable PRZ bytesKees Cook
2018-09-30pstore/ram: Fix failure-path memory leak in ramoops_initKees Cook
2018-09-13pstore: Fix incorrect persistent ram buffer mappingBin Yang
2018-08-03pstore: add zstd compression supportGeliang Tang
2018-06-14pstore: Remove bogus format string definitionArnd Bergmann
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-05pstore: Convert internal records to timespec64Kees Cook
2018-04-06pstore: fix crypto dependencies without compressionTobias Regnery
2018-03-15pstore: fix crypto dependenciesArnd Bergmann
2018-03-09pstore: Use crypto compress APIGeliang Tang
2018-03-07pstore/ram: Do not use stack VLA for parity workspaceKees Cook
2018-03-07pstore: Select compression at runtimeKees Cook
2018-03-06pstore: Avoid size casts for 842 compressionKees Cook
2018-03-06pstore: Add lz4hc and 842 compression supportGeliang Tang
2017-11-28fs: pstore: remove unused hardirq.hYang Shi
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-12pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann
2017-11-05pstore: remove unneeded unlikely()Hirofumi Nakagawa
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-08-17Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Kees Cook
2017-08-17pstore: Make default pstorefs root dir perms 0750Kees Cook
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-06pstore: Implement show_optionsDavid Howells
2017-06-27pstore: use memdup_userGeliang Tang
2017-05-31pstore: Fix format string to use %u for record idKees Cook
2017-05-31pstore: Populate pstore record->time fieldKees Cook
2017-05-31pstore: Create common record initializerKees Cook
2017-05-31pstore: Avoid potential infinite loopKees Cook
2017-05-31pstore: Fix leaked pstore_record in pstore_get_backend_records()Douglas Anderson
2017-05-31pstore: Don't warn if data is uncompressed and type is not PSTORE_TYPE_DMESGAnkit Kumar