aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-30printk: Collapse shutdown types into a single dump reasonGravatar Kees Cook 1-6/+2
2020-05-30pstore/ftrace: Provide ftrace log merging routineGravatar Kees Cook 3-54/+66
2020-05-30pstore/ram: Refactor ftrace buffer mergingGravatar Kees Cook 1-12/+17
2020-05-30pstore/ram: Refactor DT size parsingGravatar Kees Cook 1-12/+19
2020-05-30pstore/ram: Adjust module param permissions to reflect realityGravatar Kees Cook 1-3/+3
2020-05-30pstore/platform: Move module params after declarationsGravatar Kees Cook 1-6/+5
2020-05-30pstore/platform: Use backend name for console registrationGravatar Kees Cook 1-1/+3
2020-05-30pstore/platform: Switch pstore_info::name to constGravatar Kees Cook 1-1/+2
2020-05-30pstore: Make sure console capturing will restartGravatar Kees Cook 1-1/+5