aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)AuthorFilesLines
2022-05-12pstore: migrate to crypto acomp interfaceGravatar Ard Biesheuvel 1-12/+51
2022-03-15pstore: Don't use semaphores in always-atomic-context codeGravatar Jann Horn 1-20/+18
2022-03-01pstore: Add prefix to ECC messagesGravatar Vincent Whitchurch 1-2/+2
2022-01-10Merge tag 'pstore-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-16/+30
2021-11-21pstore/blk: Use "%lu" to format unsigned longGravatar Geert Uytterhoeven 1-1/+1
2021-11-18pstore/ftrace: Allow immediate recordingGravatar Uwe Kleine-König 1-16/+30
2021-11-16Revert "mark pstore-blk as broken"Gravatar Kees Cook 1-1/+0
2021-11-08lib: zstd: Add kernel-specific APIGravatar Nick Terrell 1-1/+1
2021-10-18pstore/blk: use bdev_nr_bytes instead of open coding itGravatar Christoph Hellwig 1-5/+3
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2021-06-16pstore/blk: Include zone in pstore_device_infoGravatar Kees Cook 1-64/+79
2021-06-16pstore/blk: Fix kerndoc and redundancy on blkdev paramGravatar Kees Cook 1-23/+1
2021-06-16pstore/blk: Use the normal block device I/O pathGravatar Kees Cook 1-181/+83
2021-06-16pstore/blk: Move verify_size() macro out of functionGravatar Kees Cook 1-11/+11
2021-06-16pstore/blk: Improve failure reportingGravatar Kees Cook 1-1/+15
2021-06-14mark pstore-blk as brokenGravatar Christoph Hellwig 1-0/+1
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+4
2021-03-31pstore: Add mem_type property DT parsing supportGravatar Mukesh Ojha 2-3/+22
2021-03-08printk: introduce a kmsg_dump iteratorGravatar John Ogness 1-1/+4
2021-03-05Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+2
2021-03-02pstore/ram: Rate-limit "uncorrectable error in header" messageGravatar Dmitry Osipenko 1-1/+1
2021-02-23pstore: Fix warning in pstore_kill_sb()Gravatar Tetsuo Handa 1-1/+1
2021-02-22Merge tag 'docs-5.12' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2021-02-18pstore: Fix typo in compression option nameGravatar Jiri Bohac 1-2/+2
2021-01-21pstore/zone: fix a kernel-doc markupGravatar Mauro Carvalho Chehab 1-1/+1
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+7
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2020-12-01block: remove the nr_sects field in struct hd_structGravatar Christoph Hellwig 1-1/+1
2020-12-01pstore: Move kmsg_bytes default into KconfigGravatar Vasile-Laurentiu Stanimir 4-3/+10
2020-12-01pstore/blk: remove {un,}register_pstore_blkGravatar Christoph Hellwig 1-73/+10
2020-12-01pstore/zone: cap the maximum device sizeGravatar Christoph Hellwig 1-0/+4
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsGravatar Steven Rostedt (VMware) 1-1/+1
2020-11-06ftrace: Add recording of functions that caused recursionGravatar Steven Rostedt (VMware) 1-1/+1
2020-11-06pstore/ftrace: Add recursion protection to the ftrace callbackGravatar Steven Rostedt (VMware) 1-0/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+0
2020-07-06pstore: Fix linking when crypto API disabledGravatar Matteo Croce 1-1/+4
2020-06-01Merge branch 'uaccess.__copy_from_user' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-3/+1
2020-05-31pstore/blk: Introduce "best_effort" modeGravatar Kees Cook 1-1/+20
2020-05-31pstore/blk: Support non-block storage devicesGravatar WeiXiong Liao 2-44/+57
2020-05-31pstore/blk: Provide way to query pstore configurationGravatar WeiXiong Liao 1-7/+30
2020-05-31pstore/zone: Provide way to skip "broken" zone for MTD devicesGravatar WeiXiong Liao 2-14/+61
2020-05-30Documentation: Add details for pstore/blkGravatar WeiXiong Liao 1-0/+2
2020-05-30pstore/zone,blk: Add ftrace frontend supportGravatar WeiXiong Liao 3-1/+134
2020-05-30pstore/zone,blk: Add console frontend supportGravatar WeiXiong Liao 3-9/+102
2020-05-30pstore/zone,blk: Add support for pmsg frontendGravatar WeiXiong Liao 3-9/+280
2020-05-30pstore/blk: Introduce backend for block devicesGravatar WeiXiong Liao 3-0/+501
2020-05-30pstore/zone: Introduce common layer to manage storage zonesGravatar WeiXiong Liao 3-0/+995
2020-05-30pstore/ram: Introduce max_reason and convert dump_oopsGravatar Kees Cook 1-19/+39
2020-05-30pstore/platform: Pass max_reason to kmesg dumpGravatar Pavel Tatashin 1-1/+3
2020-05-30printk: Introduce kmsg_dump_reason_str()Gravatar Kees Cook 1-17/+1