aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-20pstore/ram: Avoid allocation and leak of platform dataKees Cook1-6/+3
2019-01-17pstore/ram: Fix console ramoops to show the previous boot logsSai Prakash Ranjan1-2/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds2-2/+2
2018-12-03pstore/ram: Avoid NULL deref in ftrace merging failure pathKees Cook1-1/+1
2018-12-03pstore: Convert buf_lock to semaphoreKees Cook2-22/+23
2018-12-03pstore: Fix bool initialization/comparisonThomas Meyer1-1/+1
2018-12-03pstore/ram: Do not treat empty buffers as validJoel Fernandes (Google)1-0/+5
2018-12-03pstore/ram: Simplify ramoops_get_next_prz() argumentsJoel Fernandes (Google)1-30/+18
2018-12-03pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)3-48/+44
2018-12-03pstore: Improve and update some comments and status outputKees Cook2-5/+6
2018-12-03pstore/ram: Add kern-doc for struct persistent_ram_zoneKees Cook1-0/+10
2018-12-03pstore/ram: Report backend assignments with finer granularityKees Cook2-2/+8
2018-12-03pstore/ram: Standardize module name in ramoopsKees Cook1-2/+3
2018-12-03pstore: Avoid duplicate call of persistent_ram_zap()Peng Wang2-9/+10
2018-12-03pstore: Remove needless lock during console writesKees Cook1-23/+6
2018-12-03pstore: Do not use crash buffer for decompressionKees Cook1-31/+25
2018-12-03Merge branch 'for-linus/pstore' into for-next/pstoreKees Cook1-9/+6
2018-11-29pstore/ram: Correctly calculate usable PRZ bytesKees Cook1-9/+6
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-1/+0
2018-10-24Merge tag 'pstore-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds5-32/+88
2018-10-22pstore/ram: Clarify resource reservation labelsKees Cook2-7/+20
2018-10-22pstore: Refactor compression initializationKees Cook1-15/+33
2018-10-22pstore: Allocate compression during late_initcall()Joel Fernandes (Google)2-2/+10
2018-10-22pstore: Centralize init/exit routinesKees Cook3-11/+28
2018-09-30pstore/ram: Fix failure-path memory leak in ramoops_initKees Cook1-4/+25
2018-09-13pstore: Fix incorrect persistent ram buffer mappingBin Yang1-3/+14
2018-08-03pstore: add zstd compression supportGeliang Tang2-3/+30
2018-06-14pstore: Remove bogus format string definitionArnd Bergmann1-11/+6
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-2/+1
2018-06-05pstore: Convert internal records to timespec64Kees Cook3-9/+17
2018-04-06pstore: fix crypto dependencies without compressionTobias Regnery1-2/+2
2018-03-15pstore: fix crypto dependenciesArnd Bergmann2-20/+21
2018-03-09pstore: Use crypto compress APIGeliang Tang3-367/+84
2018-03-07pstore/ram: Do not use stack VLA for parity workspaceKees Cook1-7/+22
2018-03-07pstore: Select compression at runtimeKees Cook4-84/+151
2018-03-06pstore: Avoid size casts for 842 compressionKees Cook1-4/+14
2018-03-06pstore: Add lz4hc and 842 compression supportGeliang Tang2-18/+149
2017-11-28fs: pstore: remove unused hardirq.hYang Shi1-1/+0
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+2
2017-11-12pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann1-4/+1
2017-11-05pstore: remove unneeded unlikely()Hirofumi Nakagawa1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-08-17Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Kees Cook1-22/+0
2017-08-17pstore: Make default pstorefs root dir perms 0750Kees Cook1-1/+1
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-4/+15
2017-07-06pstore: Implement show_optionsDavid Howells3-4/+15
2017-06-27pstore: use memdup_userGeliang Tang1-7/+4