summaryrefslogtreecommitdiffstats
path: root/fs/pstore
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-0/+1
|\
| * mark pstore-blk as brokenChristoph Hellwig2021-06-141-0/+1
* | pstore/blk: Include zone in pstore_device_infoKees Cook2021-06-161-64/+79
* | pstore/blk: Fix kerndoc and redundancy on blkdev paramKees Cook2021-06-161-23/+1
* | pstore/blk: Use the normal block device I/O pathKees Cook2021-06-161-181/+83
* | pstore/blk: Move verify_size() macro out of functionKees Cook2021-06-161-11/+11
* | pstore/blk: Improve failure reportingKees Cook2021-06-161-1/+15
|/
* Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-271-1/+4
|\
| * printk: introduce a kmsg_dump iteratorJohn Ogness2021-03-081-1/+4
* | pstore: Add mem_type property DT parsing supportMukesh Ojha2021-03-312-3/+22
* | Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-052-2/+2
|\ \ | |/ |/|
| * pstore/ram: Rate-limit "uncorrectable error in header" messageDmitry Osipenko2021-03-021-1/+1
| * pstore: Fix warning in pstore_kill_sb()Tetsuo Handa2021-02-231-1/+1
* | Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds2021-02-221-1/+1
|\ \ | |/ |/|
| * pstore/zone: fix a kernel-doc markupMauro Carvalho Chehab2021-01-211-1/+1
* | pstore: Fix typo in compression option nameJiri Bohac2021-02-181-2/+2
|/
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-1/+7
|\
| * ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-1/+1
| * ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)2020-11-061-1/+1
| * pstore/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-061-0/+6
* | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+1
|\ \
| * | block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-011-1/+1
| |/
* | pstore: Move kmsg_bytes default into KconfigVasile-Laurentiu Stanimir2020-12-014-3/+10
* | pstore/blk: remove {un,}register_pstore_blkChristoph Hellwig2020-12-011-73/+10
* | pstore/zone: cap the maximum device sizeChristoph Hellwig2020-12-011-0/+4
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+0
* pstore: Fix linking when crypto API disabledMatteo Croce2020-07-061-1/+4
* Merge branch 'uaccess.__copy_from_user' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-06-011-3/+1
|\
| * pstore: switch to copy_from_user()Al Viro2020-04-231-3/+1
* | pstore/blk: Introduce "best_effort" modeKees Cook2020-05-311-1/+20
* | pstore/blk: Support non-block storage devicesWeiXiong Liao2020-05-312-44/+57
* | pstore/blk: Provide way to query pstore configurationWeiXiong Liao2020-05-311-7/+30
* | pstore/zone: Provide way to skip "broken" zone for MTD devicesWeiXiong Liao2020-05-312-14/+61
* | Documentation: Add details for pstore/blkWeiXiong Liao2020-05-301-0/+2
* | pstore/zone,blk: Add ftrace frontend supportWeiXiong Liao2020-05-303-1/+134
* | pstore/zone,blk: Add console frontend supportWeiXiong Liao2020-05-303-9/+102
* | pstore/zone,blk: Add support for pmsg frontendWeiXiong Liao2020-05-303-9/+280
* | pstore/blk: Introduce backend for block devicesWeiXiong Liao2020-05-303-0/+501
* | pstore/zone: Introduce common layer to manage storage zonesWeiXiong Liao2020-05-303-0/+995
* | pstore/ram: Introduce max_reason and convert dump_oopsKees Cook2020-05-301-19/+39
* | pstore/platform: Pass max_reason to kmesg dumpPavel Tatashin2020-05-301-1/+3
* | printk: Introduce kmsg_dump_reason_str()Kees Cook2020-05-301-17/+1
* | printk: Collapse shutdown types into a single dump reasonKees Cook2020-05-301-6/+2
* | pstore/ftrace: Provide ftrace log merging routineKees Cook2020-05-303-54/+66
* | pstore/ram: Refactor ftrace buffer mergingKees Cook2020-05-301-12/+17
* | pstore/ram: Refactor DT size parsingKees Cook2020-05-301-12/+19
* | pstore/ram: Adjust module param permissions to reflect realityKees Cook2020-05-301-3/+3
* | pstore/platform: Move module params after declarationsKees Cook2020-05-301-6/+5
* | pstore/platform: Use backend name for console registrationKees Cook2020-05-301-1/+3
* | pstore/platform: Switch pstore_info::name to constKees Cook2020-05-301-1/+2