aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelyGravatar Sakari Ailus 1-1/+1
2019-02-12pstore/ram: Avoid needless alloc during header writeGravatar Kees Cook 1-7/+3
2019-02-12pstore/ram: Add kmsg hlen zero check to ramoops_pstore_write()Gravatar Yue Hu 1-0/+3
2019-02-12pstore/ram: Move initialization earlierGravatar Yue Hu 1-9/+9
2019-02-12pstore: Avoid writing records with zero sizeGravatar Yue Hu 2-2/+7
2019-01-21pstore/ram: Replace dummy_data heap memory with stack memoryGravatar Yue Hu 1-21/+14
2019-01-20pstore/ram: Avoid allocation and leak of platform dataGravatar Kees Cook 1-6/+3
2019-01-17pstore/ram: Fix console ramoops to show the previous boot logsGravatar Sai Prakash Ranjan 1-2/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 2-2/+2
2018-12-03pstore/ram: Avoid NULL deref in ftrace merging failure pathGravatar Kees Cook 1-1/+1
2018-12-03pstore: Convert buf_lock to semaphoreGravatar Kees Cook 2-22/+23
2018-12-03pstore: Fix bool initialization/comparisonGravatar Thomas Meyer 1-1/+1
2018-12-03pstore/ram: Do not treat empty buffers as validGravatar Joel Fernandes (Google) 1-0/+5
2018-12-03pstore/ram: Simplify ramoops_get_next_prz() argumentsGravatar Joel Fernandes (Google) 1-30/+18
2018-12-03pstore: Map PSTORE_TYPE_* to stringsGravatar Joel Fernandes (Google) 3-48/+44
2018-12-03pstore: Improve and update some comments and status outputGravatar Kees Cook 2-5/+6
2018-12-03pstore/ram: Add kern-doc for struct persistent_ram_zoneGravatar Kees Cook 1-0/+10
2018-12-03pstore/ram: Report backend assignments with finer granularityGravatar Kees Cook 2-2/+8
2018-12-03pstore/ram: Standardize module name in ramoopsGravatar Kees Cook 1-2/+3
2018-12-03pstore: Avoid duplicate call of persistent_ram_zap()Gravatar Peng Wang 2-9/+10
2018-12-03pstore: Remove needless lock during console writesGravatar Kees Cook 1-23/+6
2018-12-03pstore: Do not use crash buffer for decompressionGravatar Kees Cook 1-31/+25
2018-12-03Merge branch 'for-linus/pstore' into for-next/pstoreGravatar Kees Cook 1-9/+6
2018-11-29pstore/ram: Correctly calculate usable PRZ bytesGravatar Kees Cook 1-9/+6
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKGravatar Mike Rapoport 1-1/+0
2018-10-24Merge tag 'pstore-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-32/+88
2018-10-22pstore/ram: Clarify resource reservation labelsGravatar Kees Cook 2-7/+20
2018-10-22pstore: Refactor compression initializationGravatar Kees Cook 1-15/+33
2018-10-22pstore: Allocate compression during late_initcall()Gravatar Joel Fernandes (Google) 2-2/+10
2018-10-22pstore: Centralize init/exit routinesGravatar Kees Cook 3-11/+28
2018-09-30pstore/ram: Fix failure-path memory leak in ramoops_initGravatar Kees Cook 1-4/+25
2018-09-13pstore: Fix incorrect persistent ram buffer mappingGravatar Bin Yang 1-3/+14
2018-08-03pstore: add zstd compression supportGravatar Geliang Tang 2-3/+30
2018-06-14pstore: Remove bogus format string definitionGravatar Arnd Bergmann 1-11/+6
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-2/+1
2018-06-05pstore: Convert internal records to timespec64Gravatar Kees Cook 3-9/+17
2018-04-06pstore: fix crypto dependencies without compressionGravatar Tobias Regnery 1-2/+2
2018-03-15pstore: fix crypto dependenciesGravatar Arnd Bergmann 2-20/+21
2018-03-09pstore: Use crypto compress APIGravatar Geliang Tang 3-367/+84
2018-03-07pstore/ram: Do not use stack VLA for parity workspaceGravatar Kees Cook 1-7/+22
2018-03-07pstore: Select compression at runtimeGravatar Kees Cook 4-84/+151
2018-03-06pstore: Avoid size casts for 842 compressionGravatar Kees Cook 1-4/+14
2018-03-06pstore: Add lz4hc and 842 compression supportGravatar Geliang Tang 2-18/+149
2017-11-28fs: pstore: remove unused hardirq.hGravatar Yang Shi 1-1/+0
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 1-2/+2
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+2
2017-11-12pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Gravatar Arnd Bergmann 1-4/+1
2017-11-05pstore: remove unneeded unlikely()Gravatar Hirofumi Nakagawa 1-1/+1