summaryrefslogtreecommitdiffstats
path: root/fs/pstore
AgeCommit message (Expand)AuthorFilesLines
2022-12-23Merge tag 'pstore-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-4/+6
2022-12-23pstore: Properly assign mem_type propertyLuca Stefani1-1/+1
2022-12-23pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESJohn Stultz1-0/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-12-14pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionJohn Stultz1-3/+4
2022-12-05pstore: Avoid kcore oops by vmap()ing with VM_IOREMAPStephen Boyd1-1/+5
2022-12-02pstore/ram: Fix error return code in ramoops_probe()Wang Yufen1-0/+2
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman1-1/+1
2022-10-19pstore: Alert on backend write errorGuilherme G. Piccoli1-0/+10
2022-10-19pstore/ram: Set freed addresses to NULLKees Cook3-8/+18
2022-10-17pstore/ram: Move internal definitions out of kernel-wide includeKees Cook3-2/+102
2022-10-17pstore/ram: Move pmsg init earlierKees Cook1-5/+5
2022-10-17pstore/ram: Consolidate kfree() pathsKees Cook1-11/+11
2022-10-17pstore: Inform unregistered backend names as wellGuilherme G. Piccoli1-0/+2
2022-10-17pstore: Expose kmsg_bytes as a module parameterGuilherme G. Piccoli1-3/+5
2022-10-17pstore: Improve error reporting in case of backend overlapGuilherme G. Piccoli1-2/+3
2022-10-17pstore/zone: Use GFP_ATOMIC to allocate zone bufferQiujun Huang1-1/+1
2022-09-30Revert "pstore: migrate to crypto acomp interface"Guilherme G. Piccoli1-51/+12
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+2
2022-06-24pstore: Add priv field to pstore_record for backend specific useArd Biesheuvel2-0/+2
2022-06-23pstore/zone: cleanup "rcnt" typeDan Carpenter1-6/+6
2022-05-12pstore: migrate to crypto acomp interfaceArd Biesheuvel1-12/+51
2022-03-15pstore: Don't use semaphores in always-atomic-context codeJann Horn1-20/+18
2022-03-01pstore: Add prefix to ECC messagesVincent Whitchurch1-2/+2
2022-01-10Merge tag 'pstore-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-16/+30
2021-11-21pstore/blk: Use "%lu" to format unsigned longGeert Uytterhoeven1-1/+1
2021-11-18pstore/ftrace: Allow immediate recordingUwe Kleine-König1-16/+30
2021-11-16Revert "mark pstore-blk as broken"Kees Cook1-1/+0
2021-11-08lib: zstd: Add kernel-specific APINick Terrell1-1/+1
2021-10-18pstore/blk: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-5/+3
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2021-06-16pstore/blk: Include zone in pstore_device_infoKees Cook1-64/+79
2021-06-16pstore/blk: Fix kerndoc and redundancy on blkdev paramKees Cook1-23/+1
2021-06-16pstore/blk: Use the normal block device I/O pathKees Cook1-181/+83
2021-06-16pstore/blk: Move verify_size() macro out of functionKees Cook1-11/+11
2021-06-16pstore/blk: Improve failure reportingKees Cook1-1/+15
2021-06-14mark pstore-blk as brokenChristoph Hellwig1-0/+1
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+4
2021-03-31pstore: Add mem_type property DT parsing supportMukesh Ojha2-3/+22
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness1-1/+4
2021-03-05Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2021-03-02pstore/ram: Rate-limit "uncorrectable error in header" messageDmitry Osipenko1-1/+1
2021-02-23pstore: Fix warning in pstore_kill_sb()Tetsuo Handa1-1/+1
2021-02-22Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2021-02-18pstore: Fix typo in compression option nameJiri Bohac1-2/+2
2021-01-21pstore/zone: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+7
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig1-1/+1
2020-12-01pstore: Move kmsg_bytes default into KconfigVasile-Laurentiu Stanimir4-3/+10