summaryrefslogtreecommitdiffstats
path: root/fs/pstore
AgeCommit message (Expand)AuthorLines
2022-09-30Revert "pstore: migrate to crypto acomp interface"Guilherme G. Piccoli-51/+12
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+2
2022-06-24pstore: Add priv field to pstore_record for backend specific useArd Biesheuvel-0/+2
2022-06-23pstore/zone: cleanup "rcnt" typeDan Carpenter-6/+6
2022-05-12pstore: migrate to crypto acomp interfaceArd Biesheuvel-12/+51
2022-03-15pstore: Don't use semaphores in always-atomic-context codeJann Horn-20/+18
2022-03-01pstore: Add prefix to ECC messagesVincent Whitchurch-2/+2
2022-01-10Merge tag 'pstore-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-16/+30
2021-11-21pstore/blk: Use "%lu" to format unsigned longGeert Uytterhoeven-1/+1
2021-11-18pstore/ftrace: Allow immediate recordingUwe Kleine-König-16/+30
2021-11-16Revert "mark pstore-blk as broken"Kees Cook-1/+0
2021-11-08lib: zstd: Add kernel-specific APINick Terrell-1/+1
2021-10-18pstore/blk: use bdev_nr_bytes instead of open coding itChristoph Hellwig-5/+3
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+1
2021-06-16pstore/blk: Include zone in pstore_device_infoKees Cook-64/+79
2021-06-16pstore/blk: Fix kerndoc and redundancy on blkdev paramKees Cook-23/+1
2021-06-16pstore/blk: Use the normal block device I/O pathKees Cook-181/+83
2021-06-16pstore/blk: Move verify_size() macro out of functionKees Cook-11/+11
2021-06-16pstore/blk: Improve failure reportingKees Cook-1/+15
2021-06-14mark pstore-blk as brokenChristoph Hellwig-0/+1
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+4
2021-03-31pstore: Add mem_type property DT parsing supportMukesh Ojha-3/+22
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness-1/+4
2021-03-05Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2021-03-02pstore/ram: Rate-limit "uncorrectable error in header" messageDmitry Osipenko-1/+1
2021-02-23pstore: Fix warning in pstore_kill_sb()Tetsuo Handa-1/+1
2021-02-22Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2021-02-18pstore: Fix typo in compression option nameJiri Bohac-2/+2
2021-01-21pstore/zone: fix a kernel-doc markupMauro Carvalho Chehab-1/+1
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-1/+7
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig-1/+1
2020-12-01pstore: Move kmsg_bytes default into KconfigVasile-Laurentiu Stanimir-3/+10
2020-12-01pstore/blk: remove {un,}register_pstore_blkChristoph Hellwig-73/+10
2020-12-01pstore/zone: cap the maximum device sizeChristoph Hellwig-0/+4
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)-1/+1
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)-1/+1
2020-11-06pstore/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)-0/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+0
2020-07-06pstore: Fix linking when crypto API disabledMatteo Croce-1/+4
2020-06-01Merge branch 'uaccess.__copy_from_user' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3/+1
2020-05-31pstore/blk: Introduce "best_effort" modeKees Cook-1/+20
2020-05-31pstore/blk: Support non-block storage devicesWeiXiong Liao-44/+57
2020-05-31pstore/blk: Provide way to query pstore configurationWeiXiong Liao-7/+30
2020-05-31pstore/zone: Provide way to skip "broken" zone for MTD devicesWeiXiong Liao-14/+61
2020-05-30Documentation: Add details for pstore/blkWeiXiong Liao-0/+2
2020-05-30pstore/zone,blk: Add ftrace frontend supportWeiXiong Liao-1/+134
2020-05-30pstore/zone,blk: Add console frontend supportWeiXiong Liao-9/+102
2020-05-30pstore/zone,blk: Add support for pmsg frontendWeiXiong Liao-9/+280
2020-05-30pstore/blk: Introduce backend for block devicesWeiXiong Liao-0/+501